Searched refs:SIInsertWaitcnts (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 360 class SIInsertWaitcnts : public MachineFunctionPass { class 392 SIInsertWaitcnts() : MachineFunctionPass(ID) { in SIInsertWaitcnts() function in __anon524ede880211::SIInsertWaitcnts 839 INITIALIZE_PASS_BEGIN(SIInsertWaitcnts, DEBUG_TYPE, "SI Insert Waitcnts", false, 843 INITIALIZE_PASS_END(SIInsertWaitcnts, DEBUG_TYPE, "SI Insert Waitcnts", false, 846 char SIInsertWaitcnts::ID = 0; 848 char &llvm::SIInsertWaitcntsID = SIInsertWaitcnts::ID; 851 return new SIInsertWaitcnts(); in createSIInsertWaitcntsPass() 872 bool SIInsertWaitcnts::applyPreexistingWaitcnt( in applyPreexistingWaitcnt() 1002 bool SIInsertWaitcnts::generateWaitcntInstBefore(MachineInstr &MI, in generateWaitcntInstBefore() 1255 bool SIInsertWaitcnts::generateWaitcntBlockEnd(MachineBasicBlock &Block, in generateWaitcntBlockEnd() [all …]
|
| H A D | CMakeLists.txt | 141 SIInsertWaitcnts.cpp
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMAMDGPUCodeGen/ |
| H A D | Makefile | 106 SIInsertWaitcnts.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/ |
| H A D | BUILD.gn | 223 "SIInsertWaitcnts.cpp",
|