Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp53 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 DCFIFixup.cpp164 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 DLocalizer.h63 MachineBasicBlock *&InsertMBB);
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h991 void legalizeGenericOperand(MachineBasicBlock &InsertMBB,
H A DSIInstrInfo.cpp5545 void SIInstrInfo::legalizeGenericOperand(MachineBasicBlock &InsertMBB, in legalizeGenericOperand() argument
5562 auto Copy = BuildMI(InsertMBB, I, DL, get(AMDGPU::COPY), DstReg).add(Op); in legalizeGenericOperand()