Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1343 Optional<unsigned> getVPExplicitVectorLengthIdx(unsigned Opcode);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp465 Optional<unsigned> ISD::getVPExplicitVectorLengthIdx(unsigned Opcode) { in getVPExplicitVectorLengthIdx() function in ISD
H A DDAGCombiner.cpp23371 if (auto EVLIdx = ISD::getVPExplicitVectorLengthIdx(N->getOpcode())) in visitVPOp()