Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp423 bool hasPointSampleAccel(const MachineInstr &MI) const;
887 bool WaitcntBrackets::hasPointSampleAccel(const MachineInstr &MI) const { in hasPointSampleAccel() function in WaitcntBrackets
888 if (!ST->hasPointSampleAccel() || !SIInstrInfo::isMIMG(MI)) in hasPointSampleAccel()
904 if (!hasPointSampleAccel(MI)) in hasPointSamplePendingVmemTypes()
1032 if (hasPointSampleAccel(Inst)) in updateByEvent()
H A DGCNSubtarget.h1393 bool hasPointSampleAccel() const { return HasPointSampleAccel; } in hasPointSampleAccel() function