Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVECustomDAG.cpp62 Optional<unsigned> getVVPOpcode(unsigned Opcode) { in getVVPOpcode() function
86 auto VVPOpc = getVVPOpcode(Op->getOpcode()); in maySafelyIgnoreMask()
263 if (auto VVPOpc = getVVPOpcode(OC)) in getIdiomaticVectorType()
H A DVVPISelLowering.cpp41 auto VVPOpcodeOpt = getVVPOpcode(Opcode); in lowerToVVP()
125 auto VVPOpc = *getVVPOpcode(Op->getOpcode()); in lowerVVP_LOAD_STORE()
178 auto VVPOC = *getVVPOpcode(Op.getOpcode()); in splitPackedLoadStore()
H A DVECustomDAG.h24 Optional<unsigned> getVVPOpcode(unsigned Opcode);