Searched refs:insertInstrBefore (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDILCFGStructurizer.cpp | 224 MachineInstr *insertInstrBefore(MachineBasicBlock *MBB, int NewOpcode, 465 MachineInstr *AMDGPUCFGStructurizer::insertInstrBefore(MachineBasicBlock *MBB, in insertInstrBefore() function in AMDGPUCFGStructurizer 478 MachineInstr *AMDGPUCFGStructurizer::insertInstrBefore( in insertInstrBefore() function in AMDGPUCFGStructurizer 1307 MachineBasicBlock::iterator I = insertInstrBefore(LandBlk, R600::ENDIF); in improveSimpleJumpintoIf() 1332 insertInstrBefore(I, R600::ELSE); in improveSimpleJumpintoIf() 1344 insertInstrBefore(I, R600::ENDIF); in improveSimpleJumpintoIf() 1417 insertInstrBefore(I, R600::ELSE); in mergeIfthenelseBlock() 1426 insertInstrBefore(I, R600::ENDIF); in mergeIfthenelseBlock() 1439 insertInstrBefore(DstBlk, R600::WHILELOOP, DebugLoc()); in mergeLooplandBlock() 1457 insertInstrBefore(I, R600::BREAK); in mergeLoopbreakBlock() [all …]
|