Home
last modified time | relevance | path

Searched refs:VectorPair (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h411 using VectorPair = std::pair<SDValue, SDValue>; variable
420 TypePair ty(const VectorPair &Ops) const { in ty()
447 SDValue opJoin(const VectorPair &Ops, const SDLoc &dl,
449 VectorPair opSplit(SDValue Vec, const SDLoc &dl, SelectionDAG &DAG) const;
523 VectorPair emitHvxAddWithOverflow(SDValue A, SDValue B, const SDLoc &dl,
525 VectorPair emitHvxShiftRightRnd(SDValue Val, unsigned Amt, bool Signed,
561 VectorPair SplitVectorOp(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLoweringHVX.cpp547 HexagonTargetLowering::opJoin(const VectorPair &Ops, const SDLoc &dl, in opJoin()
553 HexagonTargetLowering::VectorPair
558 return VectorPair(Vec.getOperand(0), Vec.getOperand(1)); in opSplit()
2219 VectorPair Tmp = StoreAlign(MaskV, Base); in LowerHvxMaskedOp()
2220 VectorPair MaskU = {DAG.getNode(HexagonISD::V2Q, dl, BoolTy, Tmp.first), in LowerHvxMaskedOp()
2222 VectorPair ValueU = StoreAlign(Value, Base); in LowerHvxMaskedOp()
2259 VectorPair Pair = opSplit(VmpyVec, dl, DAG); in LowerHvxFpExtend()
2397 HexagonTargetLowering::VectorPair
2428 HexagonTargetLowering::VectorPair
2929 HexagonTargetLowering::VectorPair
[all …]
H A DHexagonISelLowering.cpp2337 VectorPair P = opSplit(Op0, dl, DAG); in LowerVECTOR_SHUFFLE()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DPPCTypes.def34 PPC_VECTOR_VSX_TYPE(__vector_pair, VectorPair, 256)
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4990 case clang::BuiltinType::VectorPair: in GetEncoding()