Searched refs:RepairPt (Results 1 – 2 of 2) sorted by relevance
135 RegBankSelect::RepairingPlacement &RepairPt, in repairReg() argument156 assert((RepairPt.getNumInsertPoints() == 1 || Dst.isPhysical()) && in repairReg()210 if (RepairPt.getNumInsertPoints() != 1) in repairReg()217 new MachineInstr *[RepairPt.getNumInsertPoints()]); in repairReg()220 for (const std::unique_ptr<InsertPoint> &InsertPt : RepairPt) { in repairReg()305 for (RepairingPlacement &RepairPt : LocalRepairPts) in findBestMapping()306 RepairPts.emplace_back(std::move(RepairPt)); in findBestMapping()322 RegBankSelect::RepairingPlacement &RepairPt, const MachineOperand &MO, in tryAvoidingSplit() argument325 assert(RepairPt.hasSplit() && "We should not have to adjust for split"); in tryAvoidingSplit()330 assert(&MI.getOperand(RepairPt.getOpIdx()) == &MO && in tryAvoidingSplit()[all …]
565 RegBankSelect::RepairingPlacement &RepairPt,606 void tryAvoidingSplit(RegBankSelect::RepairingPlacement &RepairPt,