Home
last modified time | relevance | path

Searched refs:unrelated (Results 1 – 25 of 131) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopPredication/
Dvisited.ll22 ; CHECK: %unrelated.cond = icmp eq i32 %x, %i
23 ; CHECK: [[guard_cond:[^ ]+]] = and i1 %unrelated.cond, [[wide_cond]]
28 %unrelated.cond = icmp eq i32 %x, %i
29 %guard.cond.2 = and i1 %within.bounds, %unrelated.cond
30 %guard.cond.3 = and i1 %guard.cond.2, %unrelated.cond
Dbasic.ll816 ; CHECK: %unrelated.cond = icmp ult i32 %x, %length
817 ; CHECK: [[guard_cond:[^ ]+]] = and i1 %unrelated.cond, [[wide_cond]]
822 %unrelated.cond = icmp ult i32 %x, %length
823 %guard.cond = and i1 %within.bounds, %unrelated.cond
854 ; CHECK: %unrelated.cond.1 = icmp eq i32 %x1, %i
855 ; CHECK-NEXT: %unrelated.cond.2 = icmp eq i32 %x2, %i
856 ; CHECK-NEXT: %unrelated.cond.3 = icmp eq i32 %x3, %i
857 ; CHECK-NEXT: %unrelated.cond.and.1 = and i1 %unrelated.cond.1, %unrelated.cond.2
858 ; CHECK-NEXT: %guard.cond = and i1 %unrelated.cond.and.1, %unrelated.cond.3
862 %unrelated.cond.1 = icmp eq i32 %x1, %i
[all …]
/external/libchrome/base/task_scheduler/
Dscheduler_lock_unittest.cc243 SchedulerLock unrelated; in TEST() local
244 BasicLockAcquireAndWaitThread thread(&unrelated); in TEST()
/external/clang/docs/
DControlFlowIntegrity.rst38 The ``-fsanitize=cfi-{vcall,nvcall,derived-cast,unrelated-cast}`` flags
61 - ``-fsanitize=cfi-unrelated-cast``: Cast from ``void*`` or another
62 unrelated type to the wrong dynamic type.
138 type ``void*`` or another unrelated type (which can be checked with
139 ``-fsanitize=cfi-unrelated-cast``).
156 ``-fsanitize=cfi-derived-cast`` or ``-fsanitize=cfi-unrelated-cast`` enabled
/external/compiler-rt/lib/cfi/
Dcfi_blacklist.txt24 # Windows C++ stdlib headers that contain bad unrelated casts.
/external/libchrome/base/memory/
Dweak_ptr_unittest.nc37 …ence to type 'WeakPtr<base::DerivedProducer>' cannot bind to a value of unrelated type 'WeakPtr<ba…
45 …ence to type 'WeakPtr<base::DerivedProducer>' cannot bind to a value of unrelated type 'WeakPtr<ba…
/external/llvm/test/CodeGen/PowerPC/
Dfloat-asmprint.ll4 ; on a big-endian target. x86_fp80 can't actually print for unrelated reasons,
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfloat-asmprint.ll4 ; on a big-endian target. x86_fp80 can't actually print for unrelated reasons,
/external/bcc/tools/
Dreset-trace_example.txt186 Here is an example of reset-trace detecting an unrelated tracing session:
189 Noticed unrelated tracing file /sys/kernel/debug/tracing/set_ftrace_filter isn't set as expected. N…
201 Noticed unrelated tracing file /sys/kernel/debug/tracing/set_ftrace_filter isn't set as expected. N…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dtype-unique-unrelated.ll21 ; type-unique-unrelated2.ll look unrelated until type-unique-unrelated3.ll
/external/ImageMagick/.github/
DISSUE_TEMPLATE.md12 … Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues -->
/external/llvm/test/Linker/
Dtype-unique-unrelated.ll21 ; type-unique-unrelated2.ll look unrelated until type-unique-unrelated3.ll
/external/grpc-grpc/doc/
Dwait-for-ready.md13 The RPCs SHOULD still fail before `READY` if there are unrelated reasons, such
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dmemcpyopt.ll6 ; it has a TBAA tag which declares that it is unrelated.
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dmemcpyopt.ll6 ; it has a TBAA tag which declares that it is unrelated.
/external/swiftshader/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/
Dmemcpyopt.ll6 ; it has a TBAA tag which declares that it is unrelated.
/external/llvm/test/tools/sanstats/
Delf.test31 # CHECK: /tmp{{[/\\]}}f.c:1 f1 cfi-unrelated-cast 4
38 # CHECK: /tmp{{[/\\]}}f.c:3 f3 cfi-unrelated-cast 11
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/sanstats/
Delf.test31 # CHECK: /tmp{{[/\\]}}f.c:1 f1 cfi-unrelated-cast 4
38 # CHECK: /tmp{{[/\\]}}f.c:3 f3 cfi-unrelated-cast 11
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java651 final Uri unrelated = Uri.parse("content://unrelated/some/path"); in shouldDelegateCallsToRegisteredProvider() local
659 assertThat(contentResolver.query(unrelated, null, null, null, null)).isNull(); in shouldDelegateCallsToRegisteredProvider()
660 assertThat(contentResolver.insert(unrelated, new ContentValues())).isNotNull(); in shouldDelegateCallsToRegisteredProvider()
661 assertThat(contentResolver.delete(unrelated, null, null)).isEqualTo(1); in shouldDelegateCallsToRegisteredProvider()
662 assertThat(contentResolver.update(unrelated, new ContentValues(), null, null)).isEqualTo(1); in shouldDelegateCallsToRegisteredProvider()
/external/clang/test/SemaObjCXX/
Drelated-result-type-inference.mm64 __typeof__(([[NSString alloc] initAsUnrelated])) *unrelated = (Unrelated**)0;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/autohvx/
Disel-const-splat-bitcast.ll4 ; a VSPLAT, which, deeper in the expression tree had an unrelated BITCAST.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dlocal_vars.ll6 ; evolving, but still has value for unrelated changes, I
/external/llvm/test/CodeGen/AArch64/
Dlocal_vars.ll6 ; evolving, but still has value for unrelated changes, I
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt145 render_after_upload.upload_unrelated_and_draw.* tests upload an unrelated buffer and
147 unrelated upload size is equal to the rendering workload size.
156 upload. The unrelated upload size is equal to the rendering workload size.
/external/llvm/test/CodeGen/X86/
Dzext-sext.ll4 ; This randomly started passing after an unrelated change, if it fails again it

123456