Searched refs:noalias (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | FixedMetadataKinds.def | 21 LLVM_FIXED_MD_KIND(MD_noalias, "noalias", 8) 55 LLVM_FIXED_MD_KIND(MD_noalias_addrspace, "noalias.addrspace", 41)
|
| H A D | Intrinsics.td | 80 // other "noalias" pointer arguments of the intrinsic wrt. the intrinsic scope. 925 // 'llvm.experimental.noalias.scope.decl' intrinsic: Inserted at the location of 926 // noalias scope declaration. Makes it possible to identify that a noalias scope
|
| H A D | Attributes.td | 175 def NoAlias : EnumAttr<"noalias", IntersectAnd, [ParamAttr, RetAttr]>;
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_parser.c | 2004 int noalias = 0, got4 = 0, got6 = 0; in host_dns() local 2010 noalias = 1; in host_dns() 2025 if (noalias) { in host_dns()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassRegistry.def | 387 FUNCTION_ALIAS_ANALYSIS("scoped-noalias-aa", ScopedNoAliasAA())
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 3818 STATS_DECLTRACK_FLOATING_ATTR(noalias) in trackStatistics() 3865 void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(noalias) } in trackStatistics() 4038 void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(noalias) } in trackStatistics() 4081 void trackStatistics() const override { STATS_DECLTRACK_FNRET_ATTR(noalias) } in trackStatistics() 4091 void trackStatistics() const override { STATS_DECLTRACK_CSRET_ATTR(noalias); } in trackStatistics()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 2276 let Spellings = [Declspec<"noalias">];
|
| H A D | AttrDocs.td | 5108 The ``noalias`` attribute indicates that the only memory accesses inside
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 8545 def fpass_by_value_is_noalias: Flag<["-"], "fpass-by-value-is-noalias">,
|