Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1347 std::optional<unsigned> getVPExplicitVectorLengthIdx(unsigned Opcode);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp508 std::optional<unsigned> ISD::getVPExplicitVectorLengthIdx(unsigned Opcode) { in getVPExplicitVectorLengthIdx() function in ISD
H A DDAGCombiner.cpp24789 if (auto EVLIdx = ISD::getVPExplicitVectorLengthIdx(N->getOpcode())) in visitVPOp()