Searched refs:InsertMBB (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Localizer.cpp | 54 MachineBasicBlock *&InsertMBB) { in isLocalUse() argument 56 InsertMBB = MIUse.getParent(); in isLocalUse() 58 InsertMBB = MIUse.getOperand(MOUse.getOperandNo() + 1).getMBB(); in isLocalUse() 59 return InsertMBB == Def.getParent(); in isLocalUse() 100 MachineBasicBlock *InsertMBB; in localizeInterBlock() local 104 if (isLocalUse(MOUse, MI, InsertMBB)) { in localizeInterBlock() 122 auto MBBAndReg = std::make_pair(InsertMBB, Reg); in localizeInterBlock() 130 InsertMBB->insert(UseMI, LocalizedMI); in localizeInterBlock() 132 InsertMBB->insert(InsertMBB->SkipPHIsAndLabels(InsertMBB->begin()), in localizeInterBlock()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Localizer.h | 63 MachineBasicBlock *&InsertMBB);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 2509 MachineBasicBlock *InsertMBB = nullptr; in tryFoldPhiAGPR() local 2538 InsertMBB = Def->getParent(); in tryFoldPhiAGPR() 2539 InsertPt = InsertMBB->SkipPHIsLabelsAndDebug(++Def->getIterator()); in tryFoldPhiAGPR() 2541 InsertMBB = PHI.getOperand(MO.getOperandNo() + 1).getMBB(); in tryFoldPhiAGPR() 2542 InsertPt = InsertMBB->getFirstTerminator(); in tryFoldPhiAGPR() 2546 MachineInstr *MI = BuildMI(*InsertMBB, InsertPt, PHI.getDebugLoc(), in tryFoldPhiAGPR()
|
| H A D | SIInstrInfo.h | 1287 void legalizeGenericOperand(MachineBasicBlock &InsertMBB,
|
| H A D | SIInstrInfo.cpp | 6522 void SIInstrInfo::legalizeGenericOperand(MachineBasicBlock &InsertMBB, in legalizeGenericOperand() argument 6540 BuildMI(InsertMBB, I, DL, get(AMDGPU::COPY), DstReg).addReg(OpReg); in legalizeGenericOperand()
|