Lines Matching refs:SIInsertWaitcnts

349 class SIInsertWaitcnts : public MachineFunctionPass {  class
381 SIInsertWaitcnts() : MachineFunctionPass(ID) { in SIInsertWaitcnts() function in __anon87474e610211::SIInsertWaitcnts
815 INITIALIZE_PASS_BEGIN(SIInsertWaitcnts, DEBUG_TYPE, "SI Insert Waitcnts", false,
819 INITIALIZE_PASS_END(SIInsertWaitcnts, DEBUG_TYPE, "SI Insert Waitcnts", false,
822 char SIInsertWaitcnts::ID = 0;
824 char &llvm::SIInsertWaitcntsID = SIInsertWaitcnts::ID;
827 return new SIInsertWaitcnts(); in createSIInsertWaitcntsPass()
834 bool SIInsertWaitcnts::applyPreexistingWaitcnt( in applyPreexistingWaitcnt()
973 bool SIInsertWaitcnts::generateWaitcntInstBefore(MachineInstr &MI, in generateWaitcntInstBefore()
1232 bool SIInsertWaitcnts::generateWaitcntBlockEnd(MachineBasicBlock &Block, in generateWaitcntBlockEnd()
1248 bool SIInsertWaitcnts::generateWaitcnt(AMDGPU::Waitcnt Wait, in generateWaitcnt()
1312 bool SIInsertWaitcnts::mayAccessVMEMThroughFlat(const MachineInstr &MI) const { in mayAccessVMEMThroughFlat()
1340 bool SIInsertWaitcnts::mayAccessLDSThroughFlat(const MachineInstr &MI) const { in mayAccessLDSThroughFlat()
1366 void SIInsertWaitcnts::updateEventWaitcntAfter(MachineInstr &Inst, in updateEventWaitcntAfter()
1534 bool SIInsertWaitcnts::insertWaitcntInBlock(MachineFunction &MF, in insertWaitcntInBlock()
1677 bool SIInsertWaitcnts::isPreheaderToFlush(MachineBasicBlock &MBB, in isPreheaderToFlush()
1709 bool SIInsertWaitcnts::shouldFlushVmCnt(MachineLoop *ML, in shouldFlushVmCnt()
1763 bool SIInsertWaitcnts::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()