Searched refs:VectorV (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VECustomDAG.cpp | 563 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 D | VECustomDAG.h | 185 SDValue VectorV, SDValue Mask, SDValue AVL,
|
H A D | VVPISelLowering.cpp | 91 SDValue VectorV = Op->getOperand(SrcHasStart ? 1 : 0); in lowerToVVP() local 93 VectorV, Mask, AVL, Op->getFlags()); in lowerToVVP()
|