Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
DVECustomDAG.cpp62 std::optional<unsigned> getVVPOpcode(unsigned Opcode) { in getVVPOpcode() function
86 auto VVPOpc = getVVPOpcode(Op->getOpcode()); in maySafelyIgnoreMask()
263 if (auto VVPOpc = getVVPOpcode(OC)) in getIdiomaticVectorType()
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()
DVECustomDAG.h24 std::optional<unsigned> getVVPOpcode(unsigned Opcode);