| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | FixedMetadataKinds.def | 21 LLVM_FIXED_MD_KIND(MD_noalias, "noalias", 8)
|
| H A D | Attributes.td | 104 def NoAlias : EnumAttr<"noalias">;
|
| H A D | Intrinsics.td | 76 // 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 D | llvm.grm | 140 | noalias 152 | noalias
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | MemorySSA.rst | 376 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 D | Coroutines.rst | 293 %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 D | AliasAnalysis.rst | 128 As an exception to this is with the :ref:`noalias <noalias>` keyword;
|
| H A D | LangRef.rst | 1029 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 D | BitCodeFormat.rst | 937 * bit 6: ``noalias`` 1013 * code 9: ``noalias``
|
| H A D | GetElementPtr.rst | 408 pointed to by noalias pointers.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/syntax/ |
| H A D | llvm.vim | 122 \ noalias
|
| /netbsd-src/dist/pf/sbin/pfctl/ |
| H A D | pfctl_parser.c | 1569 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 D | llvm-mca.rst | 121 .. 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 D | PassRegistry.def | 186 FUNCTION_ALIAS_ANALYSIS("scoped-noalias-aa", ScopedNoAliasAA())
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | ChangeLog | 252 * 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 D | LLLexer.cpp | 655 KEYWORD(noalias); in LexIdentifier()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | ChangeLog | 757 * 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 D | CREDITS.TXT | 275 D: aligned load/store support, parts of noalias and restrict support
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/Frontend/ |
| H A D | PerformanceTips.rst | 222 #. Add noalias/align/dereferenceable/nonnull to function arguments and return
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 2474 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 D | c-alpha.texi | 469 .alias .noalias
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-alpha.texi | 469 .alias .noalias
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | README.txt | 1827 %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 D | common.opt | 1015 fargument-noalias 1019 fargument-noalias-global 1023 fargument-noalias-anything
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | common.opt | 1062 fargument-noalias 1066 fargument-noalias-global 1070 fargument-noalias-anything
|