reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 4193     ConstraintOperands.emplace_back(std::move(CI));
 4194     AsmOperandInfo &OpInfo = ConstraintOperands.back();
 4272   if (!ConstraintOperands.empty()) {
 4283         for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
 4285           AsmOperandInfo &OpInfo = ConstraintOperands[cIndex];
 4294             AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
 4320       for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
 4322         AsmOperandInfo &cInfo = ConstraintOperands[cIndex];
 4331   for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
 4333     AsmOperandInfo &OpInfo = ConstraintOperands[cIndex];
 4340       AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
 4360   return ConstraintOperands;