Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h499 bool usePRTStrictNull() const { in usePRTStrictNull() function
H A DAMDGPUInstructionSelector.cpp1746 if (STI.usePRTStrictNull()) { in selectImageIntrinsic()
H A DSIISelLowering.cpp11287 unsigned SizeLeft = Subtarget->usePRTStrictNull() ? InitIdx : 1; in AddIMGInit()
11288 unsigned CurrIdx = Subtarget->usePRTStrictNull() ? 0 : (InitIdx - 1); in AddIMGInit()