Lines Matching defs:VVPOpcode
136 bool isVVPUnaryOp(unsigned VVPOpcode) {
137 switch (VVPOpcode) {
146 bool isVVPBinaryOp(unsigned VVPOpcode) {
147 switch (VVPOpcode) {
562 SDValue VECustomDAG::getLegalReductionOpVVP(unsigned VVPOpcode, EVT ResVT,
569 bool scalarizeStartParam = StartV && !hasReductionStartParam(VVPOpcode);
575 auto ScalarOC = getScalarReductionOpcode(VVPOpcode, IsMaskReduction);
581 assert(hasReductionStartParam(VVPOpcode));
583 getNode(VVPOpcode, ResVT, {StartV, VectorV, Mask, AVL}, Flags));
586 getNode(VVPOpcode, ResVT, {VectorV, Mask, AVL}, Flags));