Searched refs:opSplit (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 258 HexagonTargetLowering::opSplit(SDValue Vec, const SDLoc &dl, in opSplit() function in HexagonTargetLowering 1222 VectorPair P = opSplit(opCastElem(M, ElemTy, DAG), dl, DAG); in LowerHvxMul() 1280 VectorPair P = opSplit(opCastElem(M, ElemTy, DAG), dl, DAG); in LowerHvxMulh() 1383 ? opSplit(A, dl, DAG) in SplitHvxPairOp() 1436 VectorPair Vals = opSplit(cast<StoreSDNode>(Op)->getValue(), dl, DAG); in SplitHvxMemOp()
|
D | HexagonISelLowering.h | 382 VectorPair opSplit(SDValue Vec, const SDLoc &dl, SelectionDAG &DAG) const;
|
D | HexagonISelLowering.cpp | 2055 VectorPair P = opSplit(Op0, dl, DAG); in LowerVECTOR_SHUFFLE()
|