Searched refs:INTRIN (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | VPIntrinsics.def | 63 // \p INTRIN The canonical name (eg `vp_add`, which at the same time is the 71 #define BEGIN_REGISTER_VP(INTRIN, MASKPOS, EVLPOS, SDOPC, LEGALPOS) \ 72 BEGIN_REGISTER_VP_INTRINSIC(INTRIN, MASKPOS, EVLPOS) \ 73 BEGIN_REGISTER_VP_SDNODE(SDOPC, LEGALPOS, INTRIN, MASKPOS, EVLPOS) 75 #define END_REGISTER_VP(INTRIN, SDOPC) \ 76 END_REGISTER_VP_INTRINSIC(INTRIN) \ 122 #define HELPER_REGISTER_BINARY_INT_VP(INTRIN, SDOPC, OPC) \ 123 BEGIN_REGISTER_VP(INTRIN, 2, 3, SDOPC, -1) \ 125 END_REGISTER_VP(INTRIN, SDOPC)
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 7320 #define BEGIN_REGISTER_VP_INTRINSIC(INTRIN, ...) case Intrinsic::INTRIN: in getISDForVPIntrinsic() argument
|