Home
last modified time | relevance | path

Searched refs:IsTexFail (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1732 bool &IsTexFail) { in parseTexFail() argument
1734 IsTexFail = true; in parseTexFail()
1773 bool IsTexFail = false; in selectImageIntrinsic() local
1775 TFE, LWE, IsTexFail)) in selectImageIntrinsic()
1835 assert((!IsTexFail || DMaskLanes >= 1) && "should have legalized this"); in selectImageIntrinsic()
1868 if (IsTexFail) in selectImageIntrinsic()
1965 if (IsTexFail) { in selectImageIntrinsic()
H A DSIISelLowering.cpp6267 bool IsTexFail, bool Unpacked, bool IsD16, in constructRetValue() argument
6323 if (IsTexFail) { in constructRetValue()
6338 SDValue *LWE, bool &IsTexFail) { in parseTexFail() argument
6343 IsTexFail = true; in parseTexFail()
6600 bool IsTexFail = false; in lowerImage() local
6601 if (!parseTexFail(TexFail, DAG, &TFE, &LWE, IsTexFail)) in lowerImage()
6604 if (IsTexFail) { in lowerImage()
6725 OrigResultTypes, IsTexFail, in lowerImage()