Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1257 Optional<unsigned> getVPMaskIdx(unsigned Opcode);
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2707 auto MaskIdx = ISD::getVPMaskIdx(Opcode).getValue(); in lowerToVVP()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp415 Optional<unsigned> ISD::getVPMaskIdx(unsigned Opcode) { in getVPMaskIdx() function in ISD