Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPNodes.def13 /// HANDLE_VP_TO_VVP(VPOPC, VVPOPC)
14 /// \p VPOPC is the VP_* SDNode opcode.
17 #define HANDLE_VP_TO_VVP(VPOPC, VVPOPC)
H A DVECustomDAG.cpp68 #define HANDLE_VP_TO_VVP(VPOPC, VVPNAME) \ in getVVPOpcode() argument
69 case ISD::VPOPC: \ in getVVPOpcode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp546 #define BEGIN_REGISTER_VP_SDNODE(VPOPC, ...) case ISD::VPOPC: in getBaseOpcodeForVP() argument
548 #define END_REGISTER_VP_SDNODE(VPOPC) break; in getBaseOpcodeForVP() argument
558 #define BEGIN_REGISTER_VP_SDNODE(VPOPC, ...) break; in getVPForBaseOpcode() argument
560 #define END_REGISTER_VP_SDNODE(VPOPC) return ISD::VPOPC; in getVPForBaseOpcode() argument