Lines Matching defs:OpPair
699 for (const auto &OpPair : Ops) {
700 MachineOperand &MO = OpPair.first->getOperand(OpPair.second);
919 for (const auto &OpPair : Ops) {
920 unsigned Idx = OpPair.second;
921 assert(MI == OpPair.first && "Instruction conflict during operand folding");
1218 for (const auto &OpPair : Ops) {
1219 MachineOperand &MO = OpPair.first->getOperand(OpPair.second);
1222 if (!OpPair.first->isRegTiedToDefOperand(OpPair.second))