Home
last modified time | relevance | path

Searched refs:InsertMBB (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp54 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 DLocalizer.h63 MachineBasicBlock *&InsertMBB);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp2509 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 DSIInstrInfo.h1287 void legalizeGenericOperand(MachineBasicBlock &InsertMBB,
H A DSIInstrInfo.cpp6522 void SIInstrInfo::legalizeGenericOperand(MachineBasicBlock &InsertMBB, in legalizeGenericOperand() argument
6540 BuildMI(InsertMBB, I, DL, get(AMDGPU::COPY), DstReg).addReg(OpReg); in legalizeGenericOperand()