Searched refs:isVPOpcode (Results 1 – 12 of 12) sorted by relevance
62 assert(Root->isVPOpcode()); in VPMatchContext()83 if (!OpVal->isVPOpcode()) in match()
1391 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecRes_BinOp()1425 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecRes_TernaryOp()2490 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecRes_UnaryOp()2592 if (!N->isVPOpcode()) { in SplitVecRes_ExtendOp()3364 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecOp_VP_REDUCE()3416 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecOp_UnaryOp()4616 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Ternary()4635 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Binary()5056 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Convert()5165 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_XRINT()[all …]
672 if (!N->isVPOpcode()) { in PromoteIntRes_CTLZ()695 if (!N->isVPOpcode()) { in PromoteIntRes_CTLZ()726 if (!N->isVPOpcode()) { in PromoteIntRes_CTPOP_PARITY()776 if (!N->isVPOpcode()) in PromoteIntRes_CTTZ()936 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_INT_EXTEND()1429 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_SimpleIntBinOp()1442 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_SExtIntBinOp()1460 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_ZExtIntBinOp()5896 if (N->isVPOpcode()) in PromoteIntRes_ScalarOp()
636 !(ISD::isVPOpcode(Node->getOpcode()) && in PromoteSTRICT()716 bool SkipPromote = ISD::isVPOpcode(Node->getOpcode()) && in Promote()
3034 !(ISD::isVPOpcode(Node->getOpcode()) && in PromoteReduction()
481 bool ISD::isVPOpcode(unsigned Opcode) { in isVPOpcode() function in ISD
7975 if (Node->isVPOpcode()) in expandFunnelShift()
1475 bool isVPOpcode(unsigned Opcode);
721 bool isVPOpcode() const { return ISD::isVPOpcode(getOpcode()); }
45 const bool FromVP = ISD::isVPOpcode(Opcode); in lowerToVVP()
1922 if (ISD::isVPOpcode(Opcode)) in LowerOperation()
3056 if (Op->isVPOpcode()) { in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND()5412 if (Op->isVPOpcode()) { in lowerCTLZ_CTTZ_ZERO_UNDEF()5448 if (Op->isVPOpcode()) in lowerCTLZ_CTTZ_ZERO_UNDEF()5458 if (!Op->isVPOpcode()) in lowerCTLZ_CTTZ_ZERO_UNDEF()5476 if (Op->isVPOpcode()) { in lowerCTLZ_CTTZ_ZERO_UNDEF()5503 if (Op->isVPOpcode()) in lowerCTLZ_CTTZ_ZERO_UNDEF()5905 if (Op->isVPOpcode()) { in lowerFMAXIMUM_FMINIMUM()6163 assert(ISD::isVPOpcode(Op.getOpcode()) && "Not a VP op"); in SplitVPOp()