Home
last modified time | relevance | path

Searched refs:noalias (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedMetadataKinds.def21 LLVM_FIXED_MD_KIND(MD_noalias, "noalias", 8)
55 LLVM_FIXED_MD_KIND(MD_noalias_addrspace, "noalias.addrspace", 41)
H A DIntrinsics.td80 // 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 DAttributes.td175 def NoAlias : EnumAttr<"noalias", IntersectAnd, [ParamAttr, RetAttr]>;
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c2004 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 DPassRegistry.def387 FUNCTION_ALIAS_ANALYSIS("scoped-noalias-aa", ScopedNoAliasAA())
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3818 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 DAttr.td2276 let Spellings = [Declspec<"noalias">];
H A DAttrDocs.td5108 The ``noalias`` attribute indicates that the only memory accesses inside
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8545 def fpass_by_value_is_noalias: Flag<["-"], "fpass-by-value-is-noalias">,