Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1335 bool isVPOpcode(unsigned Opcode);
H A DSelectionDAGNodes.h695 bool isVPOpcode() const { return ISD::isVPOpcode(getOpcode()); }
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp45 const bool FromVP = ISD::isVPOpcode(Opcode); in lowerToVVP()
H A DVEISelLowering.cpp1926 if (ISD::isVPOpcode(Opcode)) in LowerOperation()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1220 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecRes_BinOp()
1254 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecRes_TernaryOp()
2274 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecRes_UnaryOp()
2320 if (!N->isVPOpcode()) { in SplitVecRes_ExtendOp()
3005 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecOp_VP_REDUCE()
3057 assert(N->isVPOpcode() && "Expected VP opcode"); in SplitVecOp_UnaryOp()
4155 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Ternary()
4174 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Binary()
4558 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Convert()
4769 assert(N->isVPOpcode() && "Expected VP opcode"); in WidenVecRes_Unary()
[all …]
H A DLegalizeIntegerTypes.cpp1229 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_SimpleIntBinOp()
1241 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_SExtIntBinOp()
1253 assert(N->isVPOpcode() && "Expected VP opcode"); in PromoteIntRes_ZExtIntBinOp()
H A DSelectionDAG.cpp460 bool ISD::isVPOpcode(unsigned Opcode) { in isVPOpcode() function in ISD
H A DTargetLowering.cpp7514 if (Node->isVPOpcode()) in expandFunnelShift()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2098 if (Op->isVPOpcode()) { in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND()