Searched refs:VectorPair (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | PPCTypes.def | 34 PPC_VECTOR_VSX_TYPE(__vector_pair, VectorPair, 256)
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 377 using VectorPair = std::pair<SDValue, SDValue>; variable 386 TypePair ty(const VectorPair &Ops) const { in ty() 409 SDValue opJoin(const VectorPair &Ops, const SDLoc &dl, 411 VectorPair opSplit(SDValue Vec, const SDLoc &dl, SelectionDAG &DAG) const;
|
| H A D | HexagonISelLoweringHVX.cpp | 483 HexagonTargetLowering::opJoin(const VectorPair &Ops, const SDLoc &dl, in opJoin() 489 HexagonTargetLowering::VectorPair 494 return VectorPair(Vec.getOperand(0), Vec.getOperand(1)); in opSplit() 1729 VectorPair P = opSplit(opCastElem(M, ElemTy, DAG), dl, DAG); in LowerHvxMulh() 2008 VectorPair Tmp = StoreAlign(MaskV, Base); in LowerHvxMaskedOp() 2009 VectorPair MaskU = {DAG.getNode(HexagonISD::V2Q, dl, BoolTy, Tmp.first), in LowerHvxMaskedOp() 2011 VectorPair ValueU = StoreAlign(Value, Base); in LowerHvxMaskedOp() 2047 VectorPair Pair = opSplit(VmpyVec, dl, DAG); in LowerHvxFpExtend() 2112 VectorPair P = Subtarget.isHVXVectorType(ty(A), true) in SplitHvxPairOp() 2179 VectorPair Masks = opSplit(MaskN->getMask(), dl, DAG); in SplitHvxMemOp() [all …]
|
| H A D | HexagonISelLowering.cpp | 2298 VectorPair P = opSplit(Op0, dl, DAG); in LowerVECTOR_SHUFFLE()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 4939 case clang::BuiltinType::VectorPair: in GetEncoding()
|