Lines Matching defs:OpPair
695 for (const auto &OpPair : Ops) {
696 MachineOperand &MO = OpPair.first->getOperand(OpPair.second);
916 for (const auto &OpPair : Ops) {
917 unsigned Idx = OpPair.second;
918 assert(MI == OpPair.first && "Instruction conflict during operand folding");
1215 for (const auto &OpPair : Ops) {
1216 MachineOperand &MO = OpPair.first->getOperand(OpPair.second);
1219 if (!OpPair.first->isRegTiedToDefOperand(OpPair.second))