Searched refs:HeadMBB (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 278 int handleJumpintoIf(MachineBasicBlock *HeadMBB, 280 int handleJumpintoIfImp(MachineBasicBlock *HeadMBB, 282 int improveSimpleJumpintoIf(MachineBasicBlock *HeadMBB, 285 void showImproveSimpleJumpintoIf(MachineBasicBlock *HeadMBB, 1097 int AMDGPUCFGStructurizer::handleJumpintoIf(MachineBasicBlock *HeadMBB, in handleJumpintoIf() argument 1099 int Num = handleJumpintoIfImp(HeadMBB, TrueMBB, FalseMBB); in handleJumpintoIf() 1103 Num = handleJumpintoIfImp(HeadMBB, FalseMBB, TrueMBB); in handleJumpintoIf() 1108 int AMDGPUCFGStructurizer::handleJumpintoIfImp(MachineBasicBlock *HeadMBB, in handleJumpintoIfImp() argument 1116 LLVM_DEBUG(dbgs() << "handleJumpintoIfImp head = BB" << HeadMBB->getNumber() in handleJumpintoIfImp() 1127 Num += cloneOnSideEntryTo(HeadMBB, TrueMBB, DownBlk); in handleJumpintoIfImp() [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 280 int handleJumpintoIf(MachineBasicBlock *HeadMBB, 282 int handleJumpintoIfImp(MachineBasicBlock *HeadMBB, 284 int improveSimpleJumpintoIf(MachineBasicBlock *HeadMBB, 287 void showImproveSimpleJumpintoIf(MachineBasicBlock *HeadMBB, 1127 int AMDGPUCFGStructurizer::handleJumpintoIf(MachineBasicBlock *HeadMBB, in handleJumpintoIf() argument 1129 int Num = handleJumpintoIfImp(HeadMBB, TrueMBB, FalseMBB); in handleJumpintoIf() 1134 Num = handleJumpintoIfImp(HeadMBB, FalseMBB, TrueMBB); in handleJumpintoIf() 1139 int AMDGPUCFGStructurizer::handleJumpintoIfImp(MachineBasicBlock *HeadMBB, in handleJumpintoIfImp() argument 1148 dbgs() << "handleJumpintoIfImp head = BB" << HeadMBB->getNumber() in handleJumpintoIfImp() 1164 Num += cloneOnSideEntryTo(HeadMBB, TrueMBB, DownBlk); in handleJumpintoIfImp() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineLoopInfo.cpp | 100 if (MachineBasicBlock *HeadMBB = getHeader()) in getStartLoc() local 101 if (const BasicBlock *HeadBB = HeadMBB->getBasicBlock()) in getStartLoc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 584 MachineBasicBlock *HeadMBB = BB; in EmitInstrWithCustomInserter() local 592 TailMBB->splice(TailMBB->begin(), HeadMBB, in EmitInstrWithCustomInserter() 593 std::next(MachineBasicBlock::iterator(MI)), HeadMBB->end()); in EmitInstrWithCustomInserter() 596 TailMBB->transferSuccessorsAndUpdatePHIs(HeadMBB); in EmitInstrWithCustomInserter() 598 HeadMBB->addSuccessor(IfFalseMBB); in EmitInstrWithCustomInserter() 599 HeadMBB->addSuccessor(TailMBB); in EmitInstrWithCustomInserter() 607 BuildMI(HeadMBB, DL, TII.get(Opcode)) in EmitInstrWithCustomInserter() 619 .addMBB(HeadMBB) in EmitInstrWithCustomInserter()
|