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)
H A DAttributes.td149 def NoAlias : EnumAttr<"noalias", [ParamAttr, RetAttr]>;
H A DIntrinsics.td76 // NoAlias - The specified argument pointer is not aliasing other "noalias" pointer
889 // 'llvm.experimental.noalias.scope.decl' intrinsic: Inserted at the location of
890 // noalias scope declaration. Makes it possible to identify that a noalias scope
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c1953 int error, noalias = 0; in host_dns() local
1960 noalias = 1; in host_dns()
1976 if (noalias) { in host_dns()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def309 FUNCTION_ALIAS_ANALYSIS("scoped-noalias-aa", ScopedNoAliasAA())
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3776 STATS_DECLTRACK_FLOATING_ATTR(noalias) in trackStatistics()
3823 void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(noalias) } in trackStatistics()
4004 void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(noalias) } in trackStatistics()
4047 void trackStatistics() const override { STATS_DECLTRACK_FNRET_ATTR(noalias) } in trackStatistics()
4057 void trackStatistics() const override { STATS_DECLTRACK_CSRET_ATTR(noalias); } in trackStatistics()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2012 let Spellings = [Declspec<"noalias">];
H A DAttrDocs.td4347 The ``noalias`` attribute indicates that the only memory accesses inside
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8007 def fpass_by_value_is_noalias: Flag<["-"], "fpass-by-value-is-noalias">,