Searched refs:isVPOpcode (Results 1 – 12 of 12) sorted by relevance
63 assert(Root->isVPOpcode()); in VPMatchContext()84 if (!OpVal->isVPOpcode()) in match()176 return N->isVPOpcode() ? N->getNumOperands() - 2 : N->getNumOperands(); in getNumOperands()
663 !(ISD::isVPOpcode(Node->getOpcode()) && in PromoteSTRICT()775 bool SkipPromote = ISD::isVPOpcode(Node->getOpcode()) && in Promote()783 if (ISD::isVPOpcode(Node->getOpcode())) { in Promote()806 if (ISD::isVPOpcode(Node->getOpcode())) { in Promote()
1459 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecRes_BinOp()1493 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecRes_TernaryOp()2623 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecRes_UnaryOp()2727 if (!N->isVPOpcode()) { in SplitVecRes_ExtendOp()3666 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecOp_VP_REDUCE()3718 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecOp_UnaryOp()4995 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Ternary()5014 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Binary()5447 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Convert()5554 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_XROUND()[all …]
712 if (!N->isVPOpcode()) { in PromoteIntRes_CTLZ()735 if (!N->isVPOpcode()) { in PromoteIntRes_CTLZ()766 if (!N->isVPOpcode()) { in PromoteIntRes_CTPOP_PARITY()816 if (!N->isVPOpcode()) in PromoteIntRes_CTTZ()958 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_INT_EXTEND()1474 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_SimpleIntBinOp()1487 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_SExtIntBinOp()1505 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_ZExtIntBinOp()6139 if (N->isVPOpcode()) in PromoteIntRes_ScalarOp()
3044 bool IsVPOpcode = ISD::isVPOpcode(Node->getOpcode()); in PromoteReduction()
493 bool ISD::isVPOpcode(unsigned Opcode) { in isVPOpcode() function in ISD
8193 if (Node->isVPOpcode()) in expandFunnelShift()
1585 LLVM_ABI bool isVPOpcode(unsigned Opcode);
741 bool isVPOpcode() const { return ISD::isVPOpcode(getOpcode()); }
45 const bool FromVP = ISD::isVPOpcode(Opcode); in lowerToVVP()
1909 if (ISD::isVPOpcode(Opcode)) in LowerOperation()
3270 if (Op->isVPOpcode()) { in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND()6366 if (Op->isVPOpcode()) { in lowerCTLZ_CTTZ_ZERO_UNDEF()6402 if (Op->isVPOpcode()) in lowerCTLZ_CTTZ_ZERO_UNDEF()6412 if (!Op->isVPOpcode()) in lowerCTLZ_CTTZ_ZERO_UNDEF()6430 if (Op->isVPOpcode()) { in lowerCTLZ_CTTZ_ZERO_UNDEF()6457 if (Op->isVPOpcode()) in lowerCTLZ_CTTZ_ZERO_UNDEF()6828 if (Op->isVPOpcode()) { in lowerFMAXIMUM_FMINIMUM()7132 assert(ISD::isVPOpcode(Op.getOpcode()) && "Not a VP op"); in SplitVPOp()