Searched refs:NameBase (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 6500 #define NEONMAP0(NameBase) \ argument 6501 { #NameBase, NEON::BI__builtin_neon_ ## NameBase, 0, 0, 0 } 6503 #define NEONMAP1(NameBase, LLVMIntrinsic, TypeModifier) \ argument 6504 { #NameBase, NEON:: BI__builtin_neon_ ## NameBase, \ 6507 #define NEONMAP2(NameBase, LLVMIntrinsic, AltLLVMIntrinsic, TypeModifier) \ argument 6508 { #NameBase, NEON:: BI__builtin_neon_ ## NameBase, \ 7496 #define SVEMAP1(NameBase, LLVMIntrinsic, TypeModifier) \ argument 7498 #NameBase, SVE::BI__builtin_sve_##NameBase, Intrinsic::LLVMIntrinsic, 0, \ 7502 #define SVEMAP2(NameBase, TypeModifier) \ argument 7503 { #NameBase, SVE::BI__builtin_sve_##NameBase, 0, 0, TypeModifier } [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 4944 const Twine &NameBase) { in tileLoops() argument 4947 EmbeddNewLoop(P.value(), NameBase + Twine(P.index())); in tileLoops()
|