Searched refs:opSplit (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 490 HexagonTargetLowering::opSplit(SDValue Vec, const SDLoc &dl, in opSplit() function in HexagonTargetLowering 1729 VectorPair P = opSplit(opCastElem(M, ElemTy, DAG), dl, DAG); in LowerHvxMulh() 1771 return opSplit(T1, dl, DAG).second; in LowerHvxMulh() 2047 VectorPair Pair = opSplit(VmpyVec, dl, DAG); in LowerHvxFpExtend() 2113 ? opSplit(A, dl, DAG) in SplitHvxPairOp() 2169 VectorPair Vals = opSplit(cast<StoreSDNode>(Op)->getValue(), dl, DAG); in SplitHvxMemOp() 2179 VectorPair Masks = opSplit(MaskN->getMask(), dl, DAG); in SplitHvxMemOp() 2184 opSplit(cast<MaskedLoadSDNode>(Op)->getPassThru(), dl, DAG); in SplitHvxMemOp() 2199 VectorPair Vals = opSplit(cast<MaskedStoreSDNode>(Op)->getValue(), dl, DAG); in SplitHvxMemOp()
|
| H A D | HexagonISelLowering.h | 411 VectorPair opSplit(SDValue Vec, const SDLoc &dl, SelectionDAG &DAG) const;
|
| H A D | HexagonISelLowering.cpp | 2298 VectorPair P = opSplit(Op0, dl, DAG); in LowerVECTOR_SHUFFLE()
|