Home
last modified time | relevance | path

Searched refs:BEGIN_REGISTER_VP_SDNODE (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DVPIntrinsics.def47 #ifndef BEGIN_REGISTER_VP_SDNODE
48 #define BEGIN_REGISTER_VP_SDNODE(SDOPC, LEGALPOS, TDNAME, MASKPOS, EVLPOS)
72 BEGIN_REGISTER_VP_SDNODE(SDOPC, LEGALPOS, INTRIN, MASKPOS, EVLPOS)
152 #undef BEGIN_REGISTER_VP_SDNODE
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1230 #define BEGIN_REGISTER_VP_SDNODE(VPSDID, ...) VPSDID, macro
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp483 #define BEGIN_REGISTER_VP_SDNODE(SDID, LEGALARG, NAME, ...) \ in getOperationName() macro
H A DSelectionDAG.cpp407 #define BEGIN_REGISTER_VP_SDNODE(SDOPC, ...) \ in isVPOpcode() macro
419 #define BEGIN_REGISTER_VP_SDNODE(SDOPC, LEGALPOS, TDNAME, MASKPOS, ...) \ in getVPMaskIdx() macro
431 #define BEGIN_REGISTER_VP_SDNODE(SDOPC, LEGALPOS, TDNAME, MASKPOS, EVLPOS) \ in getVPExplicitVectorLengthIdx() macro
H A DSelectionDAGBuilder.cpp7276 #define BEGIN_REGISTER_VP_SDNODE(VPSDID, ...) ResOPC = ISD::VPSDID; in getISDForVPIntrinsic() macro