Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h510 bool usePRTStrictNull() const { in usePRTStrictNull() function
H A DAMDGPUInstructionSelector.cpp1975 if (STI.usePRTStrictNull()) { in selectImageIntrinsic()
H A DSIISelLowering.cpp12076 unsigned SizeLeft = Subtarget->usePRTStrictNull() ? InitIdx : 1; in AddIMGInit()
12077 unsigned CurrIdx = Subtarget->usePRTStrictNull() ? 0 : (InitIdx - 1); in AddIMGInit()