Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
92 MachineBasicBlock *InsertMBB; in runOnMachineFunction() local
96 if (isLocalUse(MOUse, MI, InsertMBB)) in runOnMachineFunction()
100 auto MBBAndReg = std::make_pair(InsertMBB, Reg); in runOnMachineFunction()
109 InsertMBB->insert(InsertMBB->SkipPHIsAndLabels(InsertMBB->begin()), in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DLocalizer.h56 MachineBasicBlock *&InsertMBB);
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h815 void legalizeGenericOperand(MachineBasicBlock &InsertMBB,
H A DSIInstrInfo.cpp3666 void SIInstrInfo::legalizeGenericOperand(MachineBasicBlock &InsertMBB, in legalizeGenericOperand() argument
3684 BuildMI(InsertMBB, I, DL, get(AMDGPU::COPY), DstReg).add(Op); in legalizeGenericOperand()