Searched refs:isVPOpcode (Results 1 – 11 of 11) sorted by relevance
1407 bool isVPOpcode(unsigned Opcode);
709 bool isVPOpcode() const { return ISD::isVPOpcode(getOpcode()); }
45 const bool FromVP = ISD::isVPOpcode(Opcode); in lowerToVVP()
1924 if (ISD::isVPOpcode(Opcode)) in LowerOperation()
592 !(ISD::isVPOpcode(Node->getOpcode()) && in PromoteReduction()654 !(ISD::isVPOpcode(Node->getOpcode()) && in PromoteSTRICT()751 bool SkipPromote = ISD::isVPOpcode(Node->getOpcode()) && in Promote()
1279 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecRes_BinOp()1313 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecRes_TernaryOp()2332 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecRes_UnaryOp()2414 if (!N->isVPOpcode()) { in SplitVecRes_ExtendOp()3187 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecOp_VP_REDUCE()3239 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecOp_UnaryOp()4349 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Ternary()4368 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Binary()4767 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Convert()5001 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Unary()[all …]
622 if (!N->isVPOpcode()) in PromoteIntRes_CTLZ()652 if (!N->isVPOpcode()) in PromoteIntRes_CTPOP_PARITY()692 if (!N->isVPOpcode()) in PromoteIntRes_CTTZ()847 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_INT_EXTEND()1316 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_SimpleIntBinOp()1328 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_SExtIntBinOp()1340 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_ZExtIntBinOp()
477 bool ISD::isVPOpcode(unsigned Opcode) { in isVPOpcode() function in ISD
7835 if (Node->isVPOpcode()) in expandFunnelShift()
927 assert(Root->isVPOpcode()); in VPMatchContext()939 if (!OpVal->isVPOpcode()) in match()
2884 if (Op->isVPOpcode()) { in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND()5125 if (Op->isVPOpcode()) { in lowerCTLZ_CTTZ_ZERO_UNDEF()5161 if (Op->isVPOpcode()) in lowerCTLZ_CTTZ_ZERO_UNDEF()5171 if (!Op->isVPOpcode()) in lowerCTLZ_CTTZ_ZERO_UNDEF()5189 if (Op->isVPOpcode()) { in lowerCTLZ_CTTZ_ZERO_UNDEF()5216 if (Op->isVPOpcode()) in lowerCTLZ_CTTZ_ZERO_UNDEF()5508 if (Op->isVPOpcode()) { in lowerFMAXIMUM_FMINIMUM()5755 assert(ISD::isVPOpcode(Op.getOpcode()) && "Not a VP op"); in SplitVPOp()