Home
last modified time | relevance | path

Searched defs:hasPointSampleAccel (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp887 bool WaitcntBrackets::hasPointSampleAccel(const MachineInstr &MI) const { in hasPointSampleAccel() function in WaitcntBrackets
H A DGCNSubtarget.h1393 bool hasPointSampleAccel() const { return HasPointSampleAccel; } in hasPointSampleAccel() function