Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4673 bool IsTexFail, bool Unpacked, bool IsD16, in constructRetValue() argument
4736 if (!IsTexFail) { in constructRetValue()
4751 SDValue *LWE, bool &IsTexFail) { in parseTexFail() argument
4758 IsTexFail = true; in parseTexFail()
4944 bool IsTexFail = false; in lowerImage() local
4945 if (!parseTexFail(TexFail, DAG, &TFE, &LWE, IsTexFail)) in lowerImage()
4948 if (IsTexFail) { in lowerImage()
5043 OrigResultTypes, IsTexFail, in lowerImage()