Searched refs:VSPLATW (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 386 return DAG.getNode(HexagonISD::VSPLATW, dl, VecTy, SplatV); in buildHvxVectorReg() 1179 SDValue Vec1 = DAG.getNode(HexagonISD::VSPLATW, dl, ResTy, in LowerHvxCttz() 1181 SDValue VecW = DAG.getNode(HexagonISD::VSPLATW, dl, ResTy, in LowerHvxCttz() 1183 SDValue VecN1 = DAG.getNode(HexagonISD::VSPLATW, dl, ResTy, in LowerHvxCttz()
|
D | HexagonISelLowering.h | 83 VSPLATW, // HVX splat of a 32-bit word with an arbitrary result type. enumerator
|
D | HexagonISelDAGToDAGHVX.cpp | 941 case HexagonISD::VSPLATW: in selectVectorConstants() 954 N->use_begin()->getOpcode() == HexagonISD::VSPLATW; in selectVectorConstants()
|
D | HexagonPatternsHVX.td | 15 def HexagonVSPLATW: SDNode<"HexagonISD::VSPLATW", SDTHexagonVSPLATW>;
|
D | HexagonISelLowering.cpp | 1725 case HexagonISD::VSPLATW: return "HexagonISD::VSPLATW"; in getTargetNodeName()
|