reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2021 VectorPair P = opSplit(Op0, dl, DAG);
lib/Target/Hexagon/HexagonISelLowering.h378 TypePair ty(const VectorPair &Ops) const { 401 SDValue opJoin(const VectorPair &Ops, const SDLoc &dl, 403 VectorPair opSplit(SDValue Vec, const SDLoc &dl, SelectionDAG &DAG) const;lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
252 HexagonTargetLowering::opJoin(const VectorPair &Ops, const SDLoc &dl, 258 HexagonTargetLowering::VectorPair 1293 VectorPair P = opSplit(opCastElem(M, ElemTy, DAG), dl, DAG); 1351 VectorPair P = opSplit(opCastElem(M, ElemTy, DAG), dl, DAG); 1454 VectorPair P = Subtarget.isHVXVectorType(ty(A), true) 1508 VectorPair Vals = opSplit(cast<StoreSDNode>(Op)->getValue(), dl, DAG);