Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h492 bool usePRTStrictNull() const { in usePRTStrictNull() function
H A DAMDGPUInstructionSelector.cpp1705 if (STI.usePRTStrictNull()) { in selectImageIntrinsic()
H A DSIISelLowering.cpp11311 unsigned SizeLeft = Subtarget->usePRTStrictNull() ? InitIdx : 1; in AddIMGInit()
11312 unsigned CurrIdx = Subtarget->usePRTStrictNull() ? 0 : (InitIdx - 1); in AddIMGInit()