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.cpp545 virtual bool createNewWaitcnt(MachineBasicBlock &Block,
581 bool createNewWaitcnt(MachineBasicBlock &Block,
618 bool createNewWaitcnt(MachineBasicBlock &Block,
1444 bool WaitcntGeneratorPreGFX12::createNewWaitcnt( in createNewWaitcnt() function in WaitcntGeneratorPreGFX12
1693 bool WaitcntGeneratorGFX12Plus::createNewWaitcnt( in createNewWaitcnt() function in WaitcntGeneratorGFX12Plus
2097 if (WCG->createNewWaitcnt(Block, It, Wait)) in generateWaitcnt()