Searched refs:aliasing (Results 1 – 25 of 304) sorted by relevance
12345678910>>...13
/external/eigen/doc/ |
D | TopicAliasing.dox | 5 In %Eigen, aliasing refers to assignment statement in which the same matrix (or array or vector) ap… 7 mat.transpose();</tt> exhibit aliasing. The aliasing in the first example is harmless, but the alia… 8 second example leads to unexpected results. This page explains what aliasing is, when it is harmful… 16 Here is a simple example exhibiting aliasing: 31 This assignment exhibits aliasing: the coefficient \c mat(1,1) appears both in the block 47 vec.head(n)</tt> and <tt>mat = mat.block(i,j,r,c)</tt> exhibit aliasing. 49 In general, aliasing cannot be detected at compile time: if \c mat in the first example were a bit … 50 then the blocks would not overlap, and there would be no aliasing problem. However, %Eigen does det… 51 instances of aliasing, albeit at run time. The following example exhibiting aliasing was mentioned… 63 Again, the output shows the aliasing issue. However, by default %Eigen uses a run-time assertion to… [all …]
|
/external/clang/test/Frontend/ |
D | opencl.cl | 9 // RUN: %clang_cc1 -cl-std=CL1.1 -cl-strict-aliasing -fblocks %s 2>&1 | FileCheck --check-prefix=CH… 10 // RUN: %clang_cc1 -cl-std=CL1.2 -cl-strict-aliasing -fblocks %s 2>&1 | FileCheck --check-prefix=CH… 11 // RUN: %clang_cc1 -cl-std=CL2.0 -cl-strict-aliasing %s 2>&1 | FileCheck --check-prefix=CHECK-INVAL… 25 …LID-OPENCL-VERSION11: warning: OpenCL version 1.1 does not support the option '-cl-strict-aliasing' 26 …LID-OPENCL-VERSION12: warning: OpenCL version 1.2 does not support the option '-cl-strict-aliasing' 27 …LID-OPENCL-VERSION20: warning: OpenCL version 2.0 does not support the option '-cl-strict-aliasing'
|
/external/icu/icu4c/source/test/testdata/ |
D | testaliases.txt | 11 // This is a test resource to check whether the aliasing mechanism works 20 // aliasing nonexist position 23 // aliasing to another resource 32 // aliasing using position 35 // aliasing arrays 42 // Test aliasing parts of an array using position
|
/external/protobuf/src/google/protobuf/ |
D | message_lite.cc | 130 template <bool aliasing> 134 aliasing, &ptr, input); in MergePartialFromImpl() 140 template <bool aliasing> 144 aliasing, &ptr, input); in MergePartialFromImpl() 150 template <bool aliasing> 154 aliasing, &ptr, input.zcis, input.limit); in MergePartialFromImpl() 165 bool aliasing) { 170 template <bool aliasing> 174 return InlineMergePartialEntireStream(&decoder, msg, aliasing); 177 template <bool aliasing> [all …]
|
/external/mesa3d/docs/ |
D | helpwanted.rst | 15 #. **Remove aliasing warnings.** Enable GCC's 16 ``-Wstrict-aliasing=2 -fstrict-aliasing`` arguments, and track down 17 aliasing issues in the code.
|
/external/mesa3d/docs/relnotes/ |
D | 17.2.4.rst | 49 - cherry-ignore: broadcom/vc5: Propagate vc4 aliasing fix to vc5. 75 - intel/fs: Handle flag read/write aliasing in needs_src_copy 102 - broadcom/vc4: Fix aliasing issue
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | precedence.ll | 10 ; Test for simple MustAlias aliasing. 25 ; Test for PartialAlias aliasing. GVN doesn't yet eliminate the load
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | precedence.ll | 10 ; Test for simple MustAlias aliasing. 25 ; Test for PartialAlias aliasing. GVN doesn't yet eliminate the load
|
/external/adhd/defs/ |
D | c.mk | 81 -Wstrict-aliasing \ 82 -Wstrict-aliasing=3 \
|
/external/libffi/m4/ |
D | ax_cc_maxopt.m4 | 20 # Note also that the flags assume that ANSI C aliasing rules are followed 21 # by the code (e.g. for gcc's -fstrict-aliasing), and that floating-point 147 # -fstrict-aliasing for gcc-2.95+ 148 AX_CHECK_COMPILE_FLAG(-fstrict-aliasing, 149 CFLAGS="$CFLAGS -fstrict-aliasing")
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ax_cc_maxopt.m4 | 20 # Note also that the flags assume that ANSI C aliasing rules are followed 21 # by the code (e.g. for gcc's -fstrict-aliasing), and that floating-point 147 # -fstrict-aliasing for gcc-2.95+ 148 AX_CHECK_COMPILE_FLAG(-fstrict-aliasing, 149 CFLAGS="$CFLAGS -fstrict-aliasing")
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | BUILD | 57 "-fno-strict-aliasing", 207 "-fno-strict-aliasing", 225 "-fno-strict-aliasing", 261 "-fno-strict-aliasing", 295 "-fno-strict-aliasing",
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | trivialmemaliascheck.ll | 4 ; non-aliasing. However, there are some cases where the scheduler cannot 10 ; dependence due to aliasing between the two instructions.
|
/external/linux-kselftest/tools/testing/selftests/ia64/ |
D | .gitignore | 1 aliasing-test
|
D | Makefile | 2 TEST_PROGS := aliasing-test
|
/external/clang/test/CodeGenOpenCL/ |
D | cl-strict-aliasing.cl | 1 // RUN: %clang_cc1 -x cl -emit-llvm -cl-strict-aliasing < %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | smlad6.ll | 4 ; instruction possibly aliasing any mul load operands; arguments are passed 29 ; Store inserted here, aliasing with arrayidx, arrayidx1, arrayidx3
|
D | smlad7.ll | 4 ; aliasing one of the mul load operands. Arguments are now annotated with 29 ; Store inserted here, aliasing only with loads from 'arrayidx'.
|
/external/ltp/include/mk/ |
D | config.mk.in | 67 # Please see README.mk-devel about -fstrict-aliasing. 68 OPT_CFLAGS ?= -O2 -fno-strict-aliasing -pipe
|
/external/iputils/Modules/ |
D | Makefile | 5 CCOPT=-O2 -Wstrict-prototypes -Wall -Werror -fno-strict-aliasing -fno-common
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/ |
D | store_with_aliasing_load.ll | 3 ; Check that, in the presence of an aliasing load, the stores preceding the 4 ; aliasing load are safe to vectorize.
|
/external/libcxxabi/cmake/ |
D | config-ix.cmake | 55 check_cxx_compiler_flag(-fstrict-aliasing LIBCXXABI_HAS_FSTRICT_ALIASING_FLAG) 62 check_cxx_compiler_flag(-Wstrict-aliasing LIBCXXABI_HAS_WSTRICT_ALIASING_FLAG)
|
/external/libunwind_llvm/cmake/ |
D | config-ix.cmake | 62 check_cxx_compiler_flag(-fstrict-aliasing LIBUNWIND_HAS_FSTRICT_ALIASING_FLAG) 69 check_cxx_compiler_flag(-Wstrict-aliasing LIBUNWIND_HAS_WSTRICT_ALIASING_FLAG)
|
/external/clang/test/Driver/ |
D | opencl.cl | 6 // RUN: %clang -S -### -cl-strict-aliasing %s 2>&1 | FileCheck --check-prefix=CHECK-STRICT-ALIASING… 23 // CHECK-STRICT-ALIASING: "-cc1" {{.*}} "-cl-strict-aliasing"
|
/external/tensorflow/tensorflow/lite/tools/optimize/sparsity/python/ |
D | BUILD | 15 "-fno-strict-aliasing",
|
12345678910>>...13