Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1422 std::optional<unsigned> getBaseOpcodeForVP(unsigned Opcode, bool hasFPExcept);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp536 std::optional<unsigned> ISD::getBaseOpcodeForVP(unsigned VPOpcode, in getBaseOpcodeForVP() function in ISD
H A DDAGCombiner.cpp942 auto BaseOpc = ISD::getBaseOpcodeForVP(OpVal->getOpcode(), in match()