Home
last modified time | relevance | path

Searched refs:isVPOpcode (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DMatchContext.h63 assert(Root->isVPOpcode()); in VPMatchContext()
84 if (!OpVal->isVPOpcode()) in match()
176 return N->isVPOpcode() ? N->getNumOperands() - 2 : N->getNumOperands(); in getNumOperands()
H A DLegalizeVectorOps.cpp663 !(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()
H A DLegalizeVectorTypes.cpp1459 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 …]
H A DLegalizeIntegerTypes.cpp712 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()
H A DLegalizeDAG.cpp3044 bool IsVPOpcode = ISD::isVPOpcode(Node->getOpcode()); in PromoteReduction()
H A DSelectionDAG.cpp493 bool ISD::isVPOpcode(unsigned Opcode) { in isVPOpcode() function in ISD
H A DTargetLowering.cpp8193 if (Node->isVPOpcode()) in expandFunnelShift()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1585 LLVM_ABI bool isVPOpcode(unsigned Opcode);
H A DSelectionDAGNodes.h741 bool isVPOpcode() const { return ISD::isVPOpcode(getOpcode()); }
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp45 const bool FromVP = ISD::isVPOpcode(Opcode); in lowerToVVP()
H A DVEISelLowering.cpp1909 if (ISD::isVPOpcode(Opcode)) in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3270 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()