Searched defs:RepairPt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp108 RegBankSelect::RepairingPlacement &RepairPt,
124 assert((RepairPt.getNumInsertPoints() == 1 ||
137 new MachineInstr *[RepairPt.getNumInsertPoints()]);
140 for (const std::unique_ptr<InsertPoint> &InsertPt : RepairPt) {
218 for (RepairingPlacement &RepairPt : LocalRepairPts)
219 RepairPts.emplace_back(std::move(RepairPt));
227 RegBankSelect::RepairingPlacement &RepairPt, const MachineOperand &MO,
230 assert(RepairPt.hasSplit() && "We should not have to adjust for split");
235 assert(&MI.getOperand(RepairPt.getOpIdx()) == &MO &&
255 RepairPt
106 repairReg( MachineOperand &MO, const RegisterBankInfo::ValueMapping &ValMapping, RegBankSelect::RepairingPlacement &RepairPt, const iterator_range<SmallVectorImpl<unsigned>::const_iterator> &NewVRegs) argument
226 tryAvoidingSplit( RegBankSelect::RepairingPlacement &RepairPt, const MachineOperand &MO, const RegisterBankInfo::ValueMapping &ValMapping) const argument
392 RepairingPlacement &RepairPt = RepairPts.back(); local
[all...]

Completed in 88 milliseconds