Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6286 SDValue TexFail; in constructRetValue() local
6324 TexFail = in constructRetValue()
6328 return DAG.getMergeValues({Data, TexFail, SDValue(Result, 1)}, DL); in constructRetValue()
6599 SDValue TexFail = Op.getOperand(ArgOffset + Intr->TexFailCtrlIndex); in lowerImage() local
6601 if (!parseTexFail(TexFail, DAG, &TFE, &LWE, IsTexFail)) in lowerImage()