Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedMetadataKinds.def21 LLVM_FIXED_MD_KIND(MD_noalias, "noalias", 8)
H A DAttributes.td137 def NoAlias : EnumAttr<"noalias", [ParamAttr, RetAttr]>;
H A DIntrinsics.td76 // NoAlias - The specified argument pointer is not aliasing other "noalias" pointer
878 // 'llvm.experimental.noalias.scope.decl' intrinsic: Inserted at the location of
879 // noalias scope declaration. Makes it possible to identify that a noalias scope
/freebsd-14.2/sbin/pfctl/
H A Dpfctl_parser.c1896 int error, noalias = 0; in host_dns() local
1903 noalias = 1; in host_dns()
1919 if (noalias) { in host_dns()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def288 FUNCTION_ALIAS_ANALYSIS("scoped-noalias-aa", ScopedNoAliasAA())
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3773 STATS_DECLTRACK_FLOATING_ATTR(noalias) in trackStatistics()
3820 void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(noalias) } in trackStatistics()
4001 void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(noalias) } in trackStatistics()
4044 void trackStatistics() const override { STATS_DECLTRACK_FNRET_ATTR(noalias) } in trackStatistics()
4054 void trackStatistics() const override { STATS_DECLTRACK_CSRET_ATTR(noalias); } in trackStatistics()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1902 let Spellings = [Declspec<"noalias">];
H A DAttrDocs.td4235 The ``noalias`` attribute indicates that the only memory accesses inside
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7688 def fpass_by_value_is_noalias: Flag<["-"], "fpass-by-value-is-noalias">,