Lines Matching defs:ConstraintOperands
5688 AsmOperandInfoVector ConstraintOperands;
5693 // ConstraintOperands list.
5699 ConstraintOperands.emplace_back(std::move(CI));
5700 AsmOperandInfo &OpInfo = ConstraintOperands.back();
5778 if (!ConstraintOperands.empty()) {
5789 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
5791 AsmOperandInfo &OpInfo = ConstraintOperands[cIndex];
5800 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
5826 for (AsmOperandInfo &cInfo : ConstraintOperands)
5833 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size();
5835 AsmOperandInfo &OpInfo = ConstraintOperands[cIndex];
5842 AsmOperandInfo &Input = ConstraintOperands[OpInfo.MatchingInput];
5862 return ConstraintOperands;