Home
last modified time | relevance | path

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

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