Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h502 bool usePRTStrictNull() const { in usePRTStrictNull() function
H A DAMDGPUInstructionSelector.cpp1778 if (STI.usePRTStrictNull()) { in selectImageIntrinsic()
H A DSIISelLowering.cpp11921 unsigned SizeLeft = Subtarget->usePRTStrictNull() ? InitIdx : 1; in AddIMGInit()
11922 unsigned CurrIdx = Subtarget->usePRTStrictNull() ? 0 : (InitIdx - 1); in AddIMGInit()