Searched refs:NameBase (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 5620 #define NEONMAP0(NameBase) \ argument 5621 { #NameBase, NEON::BI__builtin_neon_ ## NameBase, 0, 0, 0 } 5623 #define NEONMAP1(NameBase, LLVMIntrinsic, TypeModifier) \ argument 5624 { #NameBase, NEON:: BI__builtin_neon_ ## NameBase, \ 5627 #define NEONMAP2(NameBase, LLVMIntrinsic, AltLLVMIntrinsic, TypeModifier) \ argument 5628 { #NameBase, NEON:: BI__builtin_neon_ ## NameBase, \ 6401 #define SVEMAP1(NameBase, LLVMIntrinsic, TypeModifier) \ argument 6403 #NameBase, SVE::BI__builtin_sve_##NameBase, Intrinsic::LLVMIntrinsic, 0, \ 6407 #define SVEMAP2(NameBase, TypeModifier) \ argument 6408 { #NameBase, SVE::BI__builtin_sve_##NameBase, 0, 0, TypeModifier }
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2761 const Twine &NameBase) { in tileLoops() argument 2764 EmbeddNewLoop(P.value(), NameBase + Twine(P.index())); in tileLoops()
|