Searched refs:VectorPair (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 431 using VectorPair = std::pair<SDValue, SDValue>; variable 440 TypePair ty(const VectorPair &Ops) const { in ty() 467 SDValue opJoin(const VectorPair &Ops, const SDLoc &dl, 469 VectorPair opSplit(SDValue Vec, const SDLoc &dl, SelectionDAG &DAG) const; 543 VectorPair emitHvxAddWithOverflow(SDValue A, SDValue B, const SDLoc &dl, 545 VectorPair emitHvxShiftRightRnd(SDValue Val, unsigned Amt, bool Signed, 580 VectorPair SplitVectorOp(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | HexagonISelLoweringHVX.cpp | 558 HexagonTargetLowering::opJoin(const VectorPair &Ops, const SDLoc &dl, in opJoin() 564 HexagonTargetLowering::VectorPair 569 return VectorPair(Vec.getOperand(0), Vec.getOperand(1)); in opSplit() 2256 VectorPair Tmp = StoreAlign(MaskV, Base); in LowerHvxMaskedOp() 2257 VectorPair MaskU = {DAG.getNode(HexagonISD::V2Q, dl, BoolTy, Tmp.first), in LowerHvxMaskedOp() 2259 VectorPair ValueU = StoreAlign(Value, Base); in LowerHvxMaskedOp() 2296 VectorPair Pair = opSplit(VmpyVec, dl, DAG); in LowerHvxFpExtend() 2434 HexagonTargetLowering::VectorPair 2465 HexagonTargetLowering::VectorPair 2966 HexagonTargetLowering::VectorPair [all …]
|
| H A D | HexagonISelLowering.cpp | 2385 VectorPair P = opSplit(Op0, dl, DAG); in LowerVECTOR_SHUFFLE()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | PPCTypes.def | 35 PPC_VECTOR_VSX_TYPE(__vector_pair, VectorPair, 256)
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5028 case clang::BuiltinType::VectorPair: in GetEncoding()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3527 case BuiltinType::VectorPair: in encodeTypeForFunctionPointerAuth()
|