/external/llvm/test/CodeGen/X86/ |
D | avx512cdvl-intrinsics.ll | 74 declare <4 x i32> @llvm.x86.avx512.mask.conflict.d.128(<4 x i32>, <4 x i32>, i8) 86 %res = call <4 x i32> @llvm.x86.avx512.mask.conflict.d.128(<4 x i32> %x0, <4 x i32> %x1, i8 %x2) 87 %res1 = call <4 x i32> @llvm.x86.avx512.mask.conflict.d.128(<4 x i32> %x0, <4 x i32> %x1, i8 -1) 88 …%res3 = call <4 x i32> @llvm.x86.avx512.mask.conflict.d.128(<4 x i32> %x0, <4 x i32> zeroinitializ… 94 declare <8 x i32> @llvm.x86.avx512.mask.conflict.d.256(<8 x i32>, <8 x i32>, i8) 104 %res = call <8 x i32> @llvm.x86.avx512.mask.conflict.d.256(<8 x i32> %x0, <8 x i32> %x1, i8 %x2) 105 %res1 = call <8 x i32> @llvm.x86.avx512.mask.conflict.d.256(<8 x i32> %x0, <8 x i32> %x1, i8 -1) 110 declare <2 x i64> @llvm.x86.avx512.mask.conflict.q.128(<2 x i64>, <2 x i64>, i8) 120 %res = call <2 x i64> @llvm.x86.avx512.mask.conflict.q.128(<2 x i64> %x0, <2 x i64> %x1, i8 %x2) 121 %res1 = call <2 x i64> @llvm.x86.avx512.mask.conflict.q.128(<2 x i64> %x0, <2 x i64> %x1, i8 -1) [all …]
|
/external/clang/test/Lexer/ |
D | conflict-marker.c | 23 >>>> ORIGINAL conflict-marker.c#6 25 ==== THEIRS conflict-marker.c#7 27 ==== YOURS conflict-marker.c
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_group.c | 130 bool conflict; in group_n() local 133 conflict = conflicts(instr->cp.left, left) || in group_n() 138 conflict = true; in group_n() 141 for (j = i + 1; (j < n) && !conflict; j++) in group_n() 143 conflict = true; in group_n() 145 if (conflict) { in group_n()
|
/external/tensorflow/ |
D | CODE_OF_CONDUCT.md | 49 …ou are experiencing or witnessing conflict, we ask you to use the following escalation strategy to… 51 1. Address the perceived conflict directly with those involved, preferably in a real-time medium. 52 …al friend, and/or someone with background on the issue, but not involved in conflict) to intercede. 53 3. If you are still unable to resolve the conflict, and you believe it rises to harassment or anoth… 58 …orums. We ask that you make a good-faith effort to resolve your conflict via the conflict resoluti…
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_asm.c | 40 bool conflict = false; in check_uniforms() local 53 conflict = true; in check_uniforms() 58 return !conflict; in check_uniforms()
|
/external/icu/icu4c/source/test/cintltst/ |
D | udatpg_test.c | 245 UDateTimePatternConflict conflict; in TestBuilder() local 268 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20, in TestBuilder() 275 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20, in TestBuilder() 277 if(conflict == UDATPG_NO_CONFLICT) { in TestBuilder() 292 conflict = udatpg_addPattern(dtpg, testPattern2, 7, FALSE, result, 20, in TestBuilder() 294 if((conflict != UDATPG_NO_CONFLICT)||U_FAILURE(errorCode)) { in TestBuilder()
|
/external/owasp/sanitizer/tools/ |
D | update_tree_in_svn.py | 41 conflict = False 90 def cnf(src, dst): conflict = True 121 if conflict:
|
/external/llvm/test/Transforms/LoopLoadElim/ |
D | memcheck.ll | 20 ; AGGRESSIVE: %found.conflict{{.*}} = 21 ; AGGRESSIVE: %found.conflict{{.*}} = 22 ; AGGRESSIVE-NOT: %found.conflict{{.*}} =
|
D | forward.ll | 15 ; CHECK: %found.conflict{{.*}} = 16 ; CHECK-NOT: %found.conflict{{.*}} =
|
/external/libjpeg-turbo/win/ |
D | jconfig.h.in | 35 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */ 41 #if !(defined(_BASETSD_H_) || defined(_BASETSD_H)) /* don't conflict if basetsd.h already read */
|
/external/llvm/test/Analysis/LoopAccessAnalysis/ |
D | independent-interleaved.ll | 1 ; RUN: opt < %s -store-to-load-forwarding-conflict-detection=false -loop-accesses -analyze | FileCh… 2 …olution>,require<aa>,loop(print-access-info)' -store-to-load-forwarding-conflict-detection=false …
|
/external/python/cpython2/Lib/idlelib/ |
D | FileList.py | 83 conflict = self.dict[newkey] 84 self.inversedict[conflict] = None
|
/external/syslinux/gpxe/src/drivers/net/ |
D | cs89x0.txt | 10 As copyright holder, if I say it doesn't conflict with the GPL, 11 then it doesn't conflict with the GPL.
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | functional.rb | 145 if conflict = @grammars[ name ] and conflict.source != grammar.source
|
/external/python/cpython3/Lib/idlelib/ |
D | filelist.py | 89 conflict = self.dict[newkey] 90 self.inversedict[conflict] = None
|
/external/llvm/test/Transforms/LoopVectorize/AArch64/ |
D | max-vf-for-interleaved.ll | 1 ; RUN: opt < %s -force-vector-interleave=1 -store-to-load-forwarding-conflict-detection=false -loop… 16 ; Note: LAA's conflict detection optimization has to be disabled for this test
|
/external/valgrind/drd/tests/ |
D | threaded-fork-vcs.vgtest | 2 vgopts: --verify-conflict-set=yes
|
/external/clang/test/Modules/Inputs/Conflicts/ |
D | module.map | 4 conflict B, "we just don't like B"
|
/external/llvm/test/CodeGen/PowerPC/ |
D | loop-data-prefetch-inner.ll | 16 %memcheck.conflict = and i1 %bound0, %bound1 17 br i1 %memcheck.conflict, label %middle.block, label %vector.body
|
/external/python/cpython3/Parser/ |
D | asdl.py | 158 conflict = self.cons.get(key) 159 if conflict is None: 163 print('Defined in {} and {}'.format(conflict, name))
|
/external/clang/test/SemaCXX/ |
D | enable_if.cpp | 22 …void conflict(int n) __attribute__((enable_if(n+n == 10, "chosen when 'n' is five"))); // expecte… 23 …void conflict(int n) __attribute__((enable_if(n*2 == 10, "chosen when 'n' is five"))); // expecte… 91 x.conflict(5); // expected-error{{call to member function 'conflict' is ambiguous}} in test()
|
/external/python/cpython2/Parser/ |
D | asdl.py | 350 conflict = self.cons.get(key) 351 if conflict is None: 355 print "Defined in %s and %s" % (conflict, name)
|
/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/ |
D | 2003-04-22-GEPProblem.ll | 3 ; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
|
/external/llvm/test/Analysis/BasicAA/ |
D | 2003-04-22-GEPProblem.ll | 3 ; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
|
/external/llvm/test/tools/dsymutil/ |
D | absolute_symbol.test | 14 might conflict with other real symbols in the same file.
|