Searched refs:NameBase (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 4232 #define NEONMAP0(NameBase) \ argument 4233 { #NameBase, NEON::BI__builtin_neon_ ## NameBase, 0, 0, 0 } 4235 #define NEONMAP1(NameBase, LLVMIntrinsic, TypeModifier) \ argument 4236 { #NameBase, NEON:: BI__builtin_neon_ ## NameBase, \ 4239 #define NEONMAP2(NameBase, LLVMIntrinsic, AltLLVMIntrinsic, TypeModifier) \ argument 4240 { #NameBase, NEON:: BI__builtin_neon_ ## NameBase, \
|