Searched refs:InsertMBB (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Localizer.cpp | 53 MachineBasicBlock *&InsertMBB) { in isLocalUse() argument 55 InsertMBB = MIUse.getParent(); in isLocalUse() 57 InsertMBB = MIUse.getOperand(MIUse.getOperandNo(&MOUse) + 1).getMBB(); in isLocalUse() 58 return InsertMBB == Def.getParent(); in isLocalUse() 99 MachineBasicBlock *InsertMBB; in localizeInterBlock() local 103 if (isLocalUse(MOUse, MI, InsertMBB)) { in localizeInterBlock() 120 auto MBBAndReg = std::make_pair(InsertMBB, Reg); in localizeInterBlock() 128 InsertMBB->insert(UseMI, LocalizedMI); in localizeInterBlock() 130 InsertMBB->insert(InsertMBB->SkipPHIsAndLabels(InsertMBB->begin()), in localizeInterBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CFIFixup.cpp | 164 MachineBasicBlock *InsertMBB = PrologueBlock; in runOnMachineFunction() local 202 BuildMI(*InsertMBB, InsertPt, DebugLoc(), in runOnMachineFunction() 211 InsertMBB = &*CurrBB; in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Localizer.h | 63 MachineBasicBlock *&InsertMBB);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 991 void legalizeGenericOperand(MachineBasicBlock &InsertMBB,
|
| H A D | SIInstrInfo.cpp | 5545 void SIInstrInfo::legalizeGenericOperand(MachineBasicBlock &InsertMBB, in legalizeGenericOperand() argument 5562 auto Copy = BuildMI(InsertMBB, I, DL, get(AMDGPU::COPY), DstReg).add(Op); in legalizeGenericOperand()
|