Lines Matching defs:ConstraintOperands
5735 AsmOperandInfoVector ConstraintOperands;
5740 // ConstraintOperands list.
5746 ConstraintOperands.emplace_back(std::move(CI));
5747 AsmOperandInfo &OpInfo = ConstraintOperands.back();
5826 if (!ConstraintOperands.empty()) {
5837 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
5839 AsmOperandInfo &OpInfo = ConstraintOperands[cIndex];
5848 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
5874 for (AsmOperandInfo &cInfo : ConstraintOperands)
5881 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
5883 AsmOperandInfo &OpInfo = ConstraintOperands[cIndex];
5890 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
5913 return ConstraintOperands;