Searched refs:InsertMBB (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Localizer.cpp | 52 MachineBasicBlock *&InsertMBB) { in isLocalUse() argument 54 InsertMBB = MIUse.getParent(); in isLocalUse() 56 InsertMBB = MIUse.getOperand(MIUse.getOperandNo(&MOUse) + 1).getMBB(); in isLocalUse() 57 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(InsertMBB->SkipPHIsAndLabels(UseMI), LocalizedMI); in localizeInterBlock() 130 InsertMBB->insert(InsertMBB->SkipPHIsAndLabels(InsertMBB->begin()), in localizeInterBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Localizer.h | 60 MachineBasicBlock *&InsertMBB);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 939 void legalizeGenericOperand(MachineBasicBlock &InsertMBB,
|
| H A D | SIInstrInfo.cpp | 5151 void SIInstrInfo::legalizeGenericOperand(MachineBasicBlock &InsertMBB, in legalizeGenericOperand() argument 5169 BuildMI(InsertMBB, I, DL, get(AMDGPU::COPY), DstReg).add(Op); in legalizeGenericOperand()
|