Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp365 class SIInsertWaitcnts : public MachineFunctionPass { class
396 SIInsertWaitcnts() : MachineFunctionPass(ID) { in SIInsertWaitcnts() function in __anon5fe744b40111::SIInsertWaitcnts
835 INITIALIZE_PASS_BEGIN(SIInsertWaitcnts, DEBUG_TYPE, "SI Insert Waitcnts", false,
837 INITIALIZE_PASS_END(SIInsertWaitcnts, DEBUG_TYPE, "SI Insert Waitcnts", false,
840 char SIInsertWaitcnts::ID = 0;
842 char &llvm::SIInsertWaitcntsID = SIInsertWaitcnts::ID;
845 return new SIInsertWaitcnts(); in createSIInsertWaitcntsPass()
855 bool SIInsertWaitcnts::isWaitcntStronger(unsigned LHS, unsigned RHS) { in isWaitcntStronger()
867 unsigned SIInsertWaitcnts::combineWaitcnt(unsigned LHS, unsigned RHS) { in combineWaitcnt()
887 void SIInsertWaitcnts::generateWaitcntInstBefore( in generateWaitcntInstBefore()
[all …]
DCMakeLists.txt103 SIInsertWaitcnts.cpp