Searched refs:NameBase (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | ARM.cpp | 581 #define NEONMAP0(NameBase) \ argument 582 { #NameBase, NEON::BI__builtin_neon_ ## NameBase, 0, 0, 0 } 584 #define NEONMAP1(NameBase, LLVMIntrinsic, TypeModifier) \ argument 585 { #NameBase, NEON:: BI__builtin_neon_ ## NameBase, \ 588 #define NEONMAP2(NameBase, LLVMIntrinsic, AltLLVMIntrinsic, TypeModifier) \ argument 589 { #NameBase, NEON:: BI__builtin_neon_ ## NameBase, \ 1577 #define SVEMAP1(NameBase, LLVMIntrinsic, TypeModifier) \ argument 1579 #NameBase, SVE::BI__builtin_sve_##NameBase, Intrinsic::LLVMIntrinsic, 0, \ 1583 #define SVEMAP2(NameBase, TypeModifier) \ argument 1584 { #NameBase, SVE::BI__builtin_sve_##NameBase, 0, 0, TypeModifier } [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 5232 const Twine &NameBase) { in tileLoops() argument 5235 EmbeddNewLoop(P.value(), NameBase + Twine(P.index())); in tileLoops()
|