Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp5310 SmallVector<SDValue, 1> TFCElt; in constructRetValue() local
5311 DAG.ExtractVectorElements(N, TFCElt, DMaskPop, 1); in constructRetValue()
5312 SDValue TFCRes = DAG.getNode(ISD::BITCAST, DL, ResultTypes[1], TFCElt[0]); in constructRetValue()