Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedMetadataKinds.def21 LLVM_FIXED_MD_KIND(MD_noalias, "noalias", 8)
H A DAttributes.td104 def NoAlias : EnumAttr<"noalias">;
H A DIntrinsics.td76 // NoAlias - The specified argument pointer is not aliasing other "noalias" pointer
564 // 'llvm.experimental.noalias.scope.decl' intrinsic: Inserted at the location of
565 // noalias scope declaration. Makes it possible to identify that a noalias scope
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dllvm.grm140 | noalias
152 | noalias
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMemorySSA.rst376 Second, some alias analysis results are not transitive (IE A noalias B,
377 and B noalias C, does not mean A noalias C), so it is not possible to
H A DCoroutines.rst293 %hdl = call noalias i8* @llvm.coro.begin(token %id, i8* %alloc)
366 %alloc = call noalias i8* @malloc(i32 24)
367 %0 = call noalias i8* @llvm.coro.begin(token %id, i8* %alloc)
433 %hdl = call noalias i8* @llvm.coro.begin(token %id, i8* %phi)
623 %hdl = call noalias i8* @llvm.coro.begin(token %id, i8* %phi)
899 %hdl = call noalias i8* @llvm.coro.begin(token %id, i8* %alloc)
H A DAliasAnalysis.rst128 As an exception to this is with the :ref:`noalias <noalias>` keyword;
H A DLangRef.rst1029 declare i32 @printf(i8* noalias nocapture, ...)
1182 ``noalias``
1194 Note that this definition of ``noalias`` is intentionally similar
1198 while LLVM's ``noalias`` is. Furthermore, the semantics of the ``noalias``
1200 when used on function arguments. On function return values, the ``noalias``
5901 '``noalias``' and '``alias.scope``' Metadata
5904 ``noalias`` and ``alias.scope`` metadata provide the ability to specify generic
5905 noalias memory-access sets. This means that some collection of memory access
5907 ``noalias`` metadata can specifically be specified not to alias with some other
5915 instruction's ``noalias`` list, then the two memory accesses are assumed not to
[all …]
H A DBitCodeFormat.rst937 * bit 6: ``noalias``
1013 * code 9: ``noalias``
H A DGetElementPtr.rst408 pointed to by noalias pointers.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
H A Dllvm.vim122 \ noalias
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c1569 int error, noalias = 0; in host_dns() local
1576 noalias = 1; in host_dns()
1592 if (noalias) { in host_dns()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-mca.rst121 .. option:: -noalias=<bool>
919 (`-noalias=true`) store operations. Under this assumption, younger loads are
926 moment, there is no way to further relax the memory model (``-noalias`` is the
963 #. A store may not pass a previous load (regardless of ``-noalias``).
966 #. A load may not pass a previous store unless ``-noalias`` is set.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def186 FUNCTION_ALIAS_ANALYSIS("scoped-noalias-aa", ScopedNoAliasAA())
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog252 * testsuite/binutils-all/mips/mips1-branch-noalias.d: New test.
254 * testsuite/binutils-all/mips/mips2-branch-noalias.d: New test.
256 * testsuite/binutils-all/mips/mips32r6-branch-noalias.d: New
260 * testsuite/binutils-all/mips/micromips-branch-noalias.d: New
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp655 KEYWORD(noalias); in LexIdentifier()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog757 * testsuite/binutils-all/mips/mips1-branch-noalias.d: New test.
759 * testsuite/binutils-all/mips/mips2-branch-noalias.d: New test.
761 * testsuite/binutils-all/mips/mips32r6-branch-noalias.d: New
765 * testsuite/binutils-all/mips/micromips-branch-noalias.d: New
/netbsd-src/external/apache2/llvm/dist/llvm/
H A DCREDITS.TXT275 D: aligned load/store support, parts of noalias and restrict support
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Frontend/
H A DPerformanceTips.rst222 #. Add noalias/align/dereferenceable/nonnull to function arguments and return
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2474 STATS_DECLTRACK_FLOATING_ATTR(noalias) in trackStatistics()
2530 void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(noalias) } in trackStatistics()
2714 void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(noalias) } in trackStatistics()
2761 void trackStatistics() const override { STATS_DECLTRACK_FNRET_ATTR(noalias) } in trackStatistics()
2790 void trackStatistics() const override { STATS_DECLTRACK_CSRET_ATTR(noalias); } in trackStatistics()
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-alpha.texi469 .alias .noalias
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-alpha.texi469 .alias .noalias
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DREADME.txt1827 %64 = call noalias i8* @malloc(i64 %62) nounwind
1877 %alloc = call noalias i8* @malloc(i32 %x) nounwind
1938 %call3.i.i.i.i.i = call noalias i8* @_Znwm(i64 %mul.i.i.i.i.i) nounwind
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcommon.opt1015 fargument-noalias
1019 fargument-noalias-global
1023 fargument-noalias-anything
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcommon.opt1062 fargument-noalias
1066 fargument-noalias-global
1070 fargument-noalias-anything

12