Home
last modified time | relevance | path

Searched refs:VectorV (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp563 SDValue StartV, SDValue VectorV, in getLegalReductionOpVVP() argument
570 bool IsMaskReduction = isMaskType(VectorV.getValueType()); in getLegalReductionOpVVP()
583 getNode(VVPOpcode, ResVT, {StartV, VectorV, Mask, AVL}, Flags)); in getLegalReductionOpVVP()
586 getNode(VVPOpcode, ResVT, {VectorV, Mask, AVL}, Flags)); in getLegalReductionOpVVP()
H A DVECustomDAG.h185 SDValue VectorV, SDValue Mask, SDValue AVL,
H A DVVPISelLowering.cpp91 SDValue VectorV = Op->getOperand(SrcHasStart ? 1 : 0); in lowerToVVP() local
93 VectorV, Mask, AVL, Op->getFlags()); in lowerToVVP()