Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1407 bool isVPOpcode(unsigned Opcode);
H A DSelectionDAGNodes.h709 bool isVPOpcode() const { return ISD::isVPOpcode(getOpcode()); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp45 const bool FromVP = ISD::isVPOpcode(Opcode); in lowerToVVP()
H A DVEISelLowering.cpp1924 if (ISD::isVPOpcode(Opcode)) in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp592 !(ISD::isVPOpcode(Node->getOpcode()) && in PromoteReduction()
654 !(ISD::isVPOpcode(Node->getOpcode()) && in PromoteSTRICT()
751 bool SkipPromote = ISD::isVPOpcode(Node->getOpcode()) && in Promote()
H A DLegalizeVectorTypes.cpp1279 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 …]
H A DLegalizeIntegerTypes.cpp622 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()
H A DSelectionDAG.cpp477 bool ISD::isVPOpcode(unsigned Opcode) { in isVPOpcode() function in ISD
H A DTargetLowering.cpp7835 if (Node->isVPOpcode()) in expandFunnelShift()
H A DDAGCombiner.cpp927 assert(Root->isVPOpcode()); in VPMatchContext()
939 if (!OpVal->isVPOpcode()) in match()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2884 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()