Searched refs:hasPointSampleAccel (Results 1 – 2 of 2) sorted by relevance
423 bool hasPointSampleAccel(const MachineInstr &MI) const;887 bool WaitcntBrackets::hasPointSampleAccel(const MachineInstr &MI) const { in hasPointSampleAccel() function in WaitcntBrackets888 if (!ST->hasPointSampleAccel() || !SIInstrInfo::isMIMG(MI)) in hasPointSampleAccel()904 if (!hasPointSampleAccel(MI)) in hasPointSamplePendingVmemTypes()1032 if (hasPointSampleAccel(Inst)) in updateByEvent()
1393 bool hasPointSampleAccel() const { return HasPointSampleAccel; } in hasPointSampleAccel() function