Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp486 virtual bool createNewWaitcnt(MachineBasicBlock &Block,
522 bool createNewWaitcnt(MachineBasicBlock &Block,
558 bool createNewWaitcnt(MachineBasicBlock &Block,
1279 bool WaitcntGeneratorPreGFX12::createNewWaitcnt( in createNewWaitcnt() function in WaitcntGeneratorPreGFX12
1516 bool WaitcntGeneratorGFX12Plus::createNewWaitcnt( in createNewWaitcnt() function in WaitcntGeneratorGFX12Plus
1886 if (WCG->createNewWaitcnt(Block, It, Wait)) in generateWaitcnt()