Lines Matching defs:InstrMapping
444 MachineInstr &MI, const RegisterBankInfo::InstructionMapping &InstrMapping,
449 if (!InstrMapping.isValid())
452 // If mapped with InstrMapping, MI will have the recorded cost.
455 bool Saturated = Cost.addLocalCost(InstrMapping.getCost());
458 LLVM_DEBUG(dbgs() << "With: " << InstrMapping << '\n');
470 for (unsigned OpIdx = 0, EndOpIdx = InstrMapping.getNumOperands();
484 InstrMapping.getOperandMapping(OpIdx);
589 MachineInstr &MI, const RegisterBankInfo::InstructionMapping &InstrMapping,
592 RegisterBankInfo::OperandsMapper OpdMapper(MI, InstrMapping, *MRI);
604 InstrMapping.getOperandMapping(OpIdx);