Searched refs:insertInstrEnd (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 222 void insertInstrEnd(MachineBasicBlock *MBB, int NewOpcode, 456 void AMDGPUCFGStructurizer::insertInstrEnd(MachineBasicBlock *MBB, in insertInstrEnd() function in AMDGPUCFGStructurizer 1440 insertInstrEnd(DstBlk, R600::ENDLOOP, DebugLoc()); in mergeLooplandBlock() 1487 insertInstrEnd(ContingMBB, R600::CONTINUE, DL); in settleLoopcontBlock() 1488 insertInstrEnd(ContingMBB, R600::ENDIF, DL); in settleLoopcontBlock() 1503 insertInstrEnd(ContingMBB, R600::CONTINUE, in settleLoopcontBlock() 1630 insertInstrEnd(DummyExitBlk, R600::RETURN); in addDummyExitBlock()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 228 void insertInstrEnd(MachineBasicBlock *MBB, int NewOpcode, 453 void AMDGPUCFGStructurizer::insertInstrEnd(MachineBasicBlock *MBB, in insertInstrEnd() function in __anon4bd2a1920311::AMDGPUCFGStructurizer 1493 insertInstrEnd(DstBlk, AMDGPU::ENDLOOP, DebugLoc()); in mergeLooplandBlock() 1540 insertInstrEnd(ContingMBB, AMDGPU::CONTINUE, DL); in settleLoopcontBlock() 1541 insertInstrEnd(ContingMBB, AMDGPU::ENDIF, DL); in settleLoopcontBlock() 1556 insertInstrEnd(ContingMBB, AMDGPU::CONTINUE, in settleLoopcontBlock() 1688 insertInstrEnd(DummyExitBlk, AMDGPU::RETURN); in addDummyExitBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 222 void insertInstrEnd(MachineBasicBlock *MBB, int NewOpcode, 456 void AMDGPUCFGStructurizer::insertInstrEnd(MachineBasicBlock *MBB, in insertInstrEnd() function in AMDGPUCFGStructurizer 1440 insertInstrEnd(DstBlk, R600::ENDLOOP, DebugLoc()); in mergeLooplandBlock() 1487 insertInstrEnd(ContingMBB, R600::CONTINUE, DL); in settleLoopcontBlock() 1488 insertInstrEnd(ContingMBB, R600::ENDIF, DL); in settleLoopcontBlock() 1503 insertInstrEnd(ContingMBB, R600::CONTINUE, in settleLoopcontBlock() 1630 insertInstrEnd(DummyExitBlk, R600::RETURN); in addDummyExitBlock()
|