Home
last modified time | relevance | path

Searched refs:SIInsertWaitcnts (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp355 class SIInsertWaitcnts : public MachineFunctionPass { class
385 SIInsertWaitcnts() : MachineFunctionPass(ID) { in SIInsertWaitcnts() function in __anon4ff2d8d20111::SIInsertWaitcnts
795 INITIALIZE_PASS_END(SIInsertWaitcnts, DEBUG_TYPE, "SI Insert Waitcnts", false,
798 char SIInsertWaitcnts::ID = 0;
800 char &llvm::SIInsertWaitcntsID = SIInsertWaitcnts::ID;
803 return new SIInsertWaitcnts(); in createSIInsertWaitcntsPass()
810 bool SIInsertWaitcnts::applyPreexistingWaitcnt(WaitcntBrackets &ScoreBrackets, in applyPreexistingWaitcnt()
938 bool SIInsertWaitcnts::generateWaitcntInstBefore( in generateWaitcntInstBefore()
1280 void SIInsertWaitcnts::updateEventWaitcntAfter(MachineInstr &Inst, in updateEventWaitcntAfter()
1442 bool SIInsertWaitcnts::insertWaitcntInBlock(MachineFunction &MF, in insertWaitcntInBlock()
[all …]
H A DCMakeLists.txt122 SIInsertWaitcnts.cpp
/netbsd/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
H A DMakefile90 SIInsertWaitcnts.cpp \
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/
H A DBUILD.gn204 "SIInsertWaitcnts.cpp",