Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1347 std::optional<unsigned> getVPExplicitVectorLengthIdx(unsigned Opcode);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
DVECustomDAG.cpp168 auto PosOpt = ISD::getVPExplicitVectorLengthIdx(Opc); in getAVLPos()
DVVPISelLowering.cpp69 auto AVLIdx = ISD::getVPExplicitVectorLengthIdx(Opcode); in lowerToVVP()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp508 std::optional<unsigned> ISD::getVPExplicitVectorLengthIdx(unsigned Opcode) { in getVPExplicitVectorLengthIdx() function in ISD
DDAGCombiner.cpp24790 if (auto EVLIdx = ISD::getVPExplicitVectorLengthIdx(N->getOpcode())) in visitVPOp()