Home
last modified time | relevance | path

Searched refs:getVPExplicitVectorLengthIdx (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DMatchContext.h69 if (auto RootVLenPos = ISD::getVPExplicitVectorLengthIdx(Root->getOpcode())) in VPMatchContext()
101 if (auto VLenPos = ISD::getVPExplicitVectorLengthIdx(VPOpcode)) in match()
114 ISD::getVPExplicitVectorLengthIdx(VPOpcode) == 2); in getNode()
123 ISD::getVPExplicitVectorLengthIdx(VPOpcode) == 3); in getNode()
131 ISD::getVPExplicitVectorLengthIdx(VPOpcode) == 4); in getNode()
140 ISD::getVPExplicitVectorLengthIdx(VPOpcode) == 2); in getNode()
149 ISD::getVPExplicitVectorLengthIdx(VPOpcode) == 3); in getNode()
158 ISD::getVPExplicitVectorLengthIdx(VPOpcode) == 4); in getNode()
H A DSelectionDAG.cpp529 std::optional<unsigned> ISD::getVPExplicitVectorLengthIdx(unsigned Opcode) { in getVPExplicitVectorLengthIdx() function in ISD
H A DDAGCombiner.cpp26789 if (auto EVLIdx = ISD::getVPExplicitVectorLengthIdx(N->getOpcode())) in visitVPOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1487 std::optional<unsigned> getVPExplicitVectorLengthIdx(unsigned Opcode);
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp168 auto PosOpt = ISD::getVPExplicitVectorLengthIdx(Opc); in getAVLPos()
H A DVVPISelLowering.cpp69 auto AVLIdx = ISD::getVPExplicitVectorLengthIdx(Opcode); in lowerToVVP()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6171 if (ISD::getVPExplicitVectorLengthIdx(Op.getOpcode()) == j) { in SplitVPOp()
11259 } else if (ISD::getVPExplicitVectorLengthIdx(Op.getOpcode()) == in lowerVPOp()