Home
last modified time | relevance | path

Searched refs:OldMBB (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CondBrFolding.cpp183 static void fixPHIsInSucc(MachineBasicBlock *MBB, MachineBasicBlock *OldMBB, in fixPHIsInSucc() argument
185 if (NewMBB == OldMBB) in fixPHIsInSucc()
191 if (MO.getMBB() == OldMBB) in fixPHIsInSucc()
/external/llvm-project/llvm/lib/CodeGen/
DBranchFolding.cpp358 MachineBasicBlock &OldMBB = *OldInst->getParent(); in replaceTailWithBranchTo() local
360 LiveRegs.addLiveOuts(OldMBB); in replaceTailWithBranchTo()
362 MachineBasicBlock::iterator I = OldMBB.end(); in replaceTailWithBranchTo()
380 BuildMI(OldMBB, OldInst, DL, TII->get(TargetOpcode::IMPLICIT_DEF), Reg); in replaceTailWithBranchTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.cpp369 MachineBasicBlock &OldMBB = *OldInst->getParent(); in replaceTailWithBranchTo() local
371 LiveRegs.addLiveOuts(OldMBB); in replaceTailWithBranchTo()
373 MachineBasicBlock::iterator I = OldMBB.end(); in replaceTailWithBranchTo()
391 BuildMI(OldMBB, OldInst, DL, TII->get(TargetOpcode::IMPLICIT_DEF), Reg); in replaceTailWithBranchTo()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp262 MachineBasicBlock *OldMBB, MachineBasicBlock *NewBlk);
671 MachineBasicBlock *SrcMBB, MachineBasicBlock *OldMBB, in replaceInstrUseOfBlockWith() argument
675 getTrueBranch(BranchMI) == OldMBB) in replaceInstrUseOfBlockWith()
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp264 MachineBasicBlock *OldMBB, MachineBasicBlock *NewBlk);
669 MachineBasicBlock *SrcMBB, MachineBasicBlock *OldMBB, in replaceInstrUseOfBlockWith() argument
673 getTrueBranch(BranchMI) == OldMBB) in replaceInstrUseOfBlockWith()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp262 MachineBasicBlock *OldMBB, MachineBasicBlock *NewBlk);
671 MachineBasicBlock *SrcMBB, MachineBasicBlock *OldMBB, in replaceInstrUseOfBlockWith() argument
675 getTrueBranch(BranchMI) == OldMBB) in replaceInstrUseOfBlockWith()
DAMDGPUInstructionSelector.cpp943 MachineBasicBlock &OldMBB = B.getMBB(); in splitBufferOffsets() local
965 B.setInsertPt(OldMBB, OldInsPt); in splitBufferOffsets()