Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp369 SDValue SplatV; in buildHvxVectorReg() local
374 if (!SplatV.getNode()) in buildHvxVectorReg()
375 SplatV = Words[i]; in buildHvxVectorReg()
376 else if (SplatV != Words[i]) in buildHvxVectorReg()
382 assert(SplatV.getNode()); in buildHvxVectorReg()
383 auto *IdxN = dyn_cast<ConstantSDNode>(SplatV.getNode()); in buildHvxVectorReg()
386 return DAG.getNode(HexagonISD::VSPLATW, dl, VecTy, SplatV); in buildHvxVectorReg()