Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1274 Optional<unsigned> getVPExplicitVectorLengthIdx(unsigned Opcode);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2709 auto AVLIdx = ISD::getVPExplicitVectorLengthIdx(Opcode).getValue(); in lowerToVVP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp428 Optional<unsigned> ISD::getVPExplicitVectorLengthIdx(unsigned Opcode) { in getVPExplicitVectorLengthIdx() function in ISD