Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h432 bool PointSampleAccel; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td55 bit PointSampleAccel = 0; // Opcode eligible for gfx11.5 point sample acceleration
68 "PointSampleAccel"];
1470 let PointSampleAccel = isPointSampleAccel;
H A DSIInsertWaitcnts.cpp894 return BaseInfo->PointSampleAccel; in hasPointSampleAccel()