Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLocalizer.h56 MachineBasicBlock *&InsertMBB);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h774 void legalizeGenericOperand(MachineBasicBlock &InsertMBB,
DSIInstrInfo.cpp3446 void SIInstrInfo::legalizeGenericOperand(MachineBasicBlock &InsertMBB, in legalizeGenericOperand() argument
3464 BuildMI(InsertMBB, I, DL, get(AMDGPU::COPY), DstReg).add(Op); in legalizeGenericOperand()