Home
last modified time | relevance | path

Searched refs:INTRIN (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DVPIntrinsics.def62 // \p INTRIN The canonical name (eg `vp_add`, which at the same time is the
70 #define BEGIN_REGISTER_VP(INTRIN, MASKPOS, EVLPOS, SDOPC, LEGALPOS) \
71 BEGIN_REGISTER_VP_INTRINSIC(INTRIN, MASKPOS, EVLPOS) \
72 BEGIN_REGISTER_VP_SDNODE(SDOPC, LEGALPOS, INTRIN, MASKPOS, EVLPOS)
74 #define END_REGISTER_VP(INTRIN, SDOPC) \
75 END_REGISTER_VP_INTRINSIC(INTRIN) \
99 #define HELPER_REGISTER_BINARY_INT_VP(INTRIN, SDOPC, OPC) \
100 BEGIN_REGISTER_VP(INTRIN, 2, 3, SDOPC, -1) \
102 END_REGISTER_VP(INTRIN, SDOPC)
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7275 #define BEGIN_REGISTER_VP_INTRINSIC(INTRIN, ...) case Intrinsic::INTRIN: in getISDForVPIntrinsic() argument