/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/ |
D | bad_expander.ll | 27 exit: ; preds = %guarded, %loop 30 loop: ; preds = %guarded, %entry 31 %iv = phi i64 [ 380, %entry ], [ %limit, %guarded ] 32 %bad_phi = phi i32 [ 3, %entry ], [ %bad_phi.next, %guarded ] 36 br i1 %rc, label %guarded, label %exit 38 guarded: 64 exit: ; preds = %guarded, %loop 67 loop: ; preds = %guarded, %entry 68 %iv = phi i64 [ 0, %entry ], [ %iv.next, %guarded ] 75 br i1 %rc, label %guarded, label %exit [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LowerGuardIntrinsic/ |
D | basic.ll | 13 ; CHECK: br i1 %c, label %guarded, label %deopt, !prof !0 17 ; CHECK: guarded: 28 ; CHECK: br i1 %c, label %guarded, label %deopt, !prof !0 32 ; CHECK: guarded: 43 ; CHECK: br i1 %c, label %guarded, label %deopt, !prof !0 47 ; CHECK: guarded: 57 ; CHECK: br i1 %c, label %guarded, label %deopt, !prof !0 61 ; CHECK: guarded: 67 ; CHECK: br i1 %notNull, label %guarded, label %deopt, !prof !0, !make.implicit !1
|
D | with-calling-conv.ll | 7 ; CHECK: br i1 %c, label %guarded, label %deopt
|
/external/llvm/test/Transforms/LowerGuardIntrinsic/ |
D | basic.ll | 12 ; CHECK: br i1 %c, label %guarded, label %deopt, !prof !0 16 ; CHECK: guarded: 27 ; CHECK: br i1 %c, label %guarded, label %deopt, !prof !0 31 ; CHECK: guarded: 42 ; CHECK: br i1 %c, label %guarded, label %deopt, !prof !0 46 ; CHECK: guarded: 56 ; CHECK: br i1 %c, label %guarded, label %deopt, !prof !0 60 ; CHECK: guarded: 66 ; CHECK: br i1 %notNull, label %guarded, label %deopt, !prof !0, !make.implicit !1
|
D | with-calling-conv.ll | 7 ; CHECK: br i1 %c, label %guarded, label %deopt
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | wineh-coreclr.ll | 166 ; Clause 1: call f(2) is guarded by catch1 179 ; Clause 2: call f(2) is also guarded by catch2 192 ; Clause 3: calls f(1) and f(2) are guarded by finally 205 ; Clause 4: call f(3) is guarded by finally 221 ; Clause 5: call f(5) is guarded by fault 234 ; Clause 6: calls f(4) and f(5) are guarded by finally 250 ; Clause 7: call f(6) is guarded by finally 342 ; Clause 1: call f(1) is guarded by fault 355 ; Clause 2: call f(1) is also guarded by catch2 368 ; Clause 3: calls f(2) is guarded by catch1 [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | wineh-coreclr.ll | 166 ; Clause 1: call f(2) is guarded by catch1 179 ; Clause 2: call f(2) is also guarded by catch2 192 ; Clause 3: calls f(1) and f(2) are guarded by finally 205 ; Clause 4: call f(3) is guarded by finally 221 ; Clause 5: call f(5) is guarded by fault 234 ; Clause 6: calls f(4) and f(5) are guarded by finally 250 ; Clause 7: call f(6) is guarded by finally 341 ; Clause 1: call f(1) is guarded by fault 354 ; Clause 2: call f(1) is also guarded by catch2 367 ; Clause 3: calls f(2) is guarded by catch1 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | different-loops-recs.ll | 518 ; CHECK: %iv1 = phi i64 [ %iv1.next, %guarded ], [ 0, %outer.loop ] 539 loop1: ; preds = %guarded, %outer.loop 540 %iv1 = phi i64 [ %iv1.next, %guarded ], [ 0, %outer.loop ] 543 br i1 %cond1, label %guarded, label %deopt 545 guarded: ; preds = %loop1 553 loop2.preheader: ; preds = %guarded 573 ; CHECK: %iv1 = phi i64 [ %iv1.next, %guarded ], [ 0, %uncle.loop ] 600 loop1: ; preds = %guarded, %uncle.loop 601 %iv1 = phi i64 [ %iv1.next, %guarded ], [ 0, %uncle.loop ] 604 br i1 %cond1, label %guarded, label %deopt [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | SearchableTable.td | 15 // the name of the def is generated. It is guarded by the preprocessor define 20 // guarded by the GET_name_IMPL preprocessor guard. 24 // declarations and definitions are all guarded by GET_name_DECL and
|
/external/webrtc/webrtc/base/ |
D | thread_annotations.h | 34 #define GUARDED_VAR THREAD_ANNOTATION_ATTRIBUTE__(guarded)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/AArch64/ |
D | backedge-overflow.ll | 7 ; using SCEV predicates. This allows us to compute a 'guarded' backedge count. 8 ; The Loop Vectorizer is able to version to loop in order to use this guarded
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZFeatures.td | 203 "guarded-storage", "GuardedStorage", 204 "Assume that the guarded-storage facility is installed"
|
/external/llvm/test/Transforms/LoopVectorize/AArch64/ |
D | backedge-overflow.ll | 7 ; using SCEV predicates. This allows us to compute a 'guarded' backedge count. 8 ; The Loop Vectorizer is able to version to loop in order to use this guarded
|
/external/libchrome/base/ |
D | thread_annotations_unittest.nc | 56 // The AutoLock will go out of scope before the guarded member access.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/SystemZ/ |
D | branch-for-predicated-block.ll | 7 ; blocks. Each such branch will be guarded with an extractelement from the
|
/external/guava/guava/src/com/google/common/reflect/ |
D | TypeResolver.java | 240 TypeTable guarded = new TypeTable() { in resolve() local 249 return resolveInternal(var, guarded); in resolve()
|
/external/clang/docs/ |
D | ThreadSafetyAnalysis.rst | 20 *guarded by* the mutex ``mu``, then the analysis will issue a warning whenever 444 + ``-Wthread-safety-reference``: Checks when guarded members are passed by reference. 465 ensuring that a capability is held before reading or writing to guarded data, 660 common practice) to initialize guarded members without acquiring any locks. 663 Ideally, the analysis would allow initialization of guarded members inside the 832 // access at any one time. Write operations to guarded data require an 893 THREAD_ANNOTATION_ATTRIBUTE__(guarded)
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | bitdepth_conversion_sse2.asm | 12 ; vpx_config.asm is not guarded so can not be included twice. Because this will
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | post-inc-range.ll | 151 br i1 %mul_within, label %guarded, label %continue.2 153 guarded:
|
/external/vulkan-validation-layers/scripts/ |
D | helper_file_generator.py | 507 def guarded(ifdef, value): function 579 …struct.extend([guarded(info['ifdef'], format_info(ext_name, info)) for ext_name, info in extension… 645 …struct.extend([guarded(info['ifdef'], ' %s,' % info['define']) for ext_name, info in extension_…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Relocation.txt | 71 mode, as guarded by the predicate "SYM_32" and also for a submode of
|
/external/libyuv/files/tools/ubsan/ |
D | vptr_blacklist.txt | 26 # all of which are guarded using COMPILER_ASSERT on the object size. Two more
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | README.txt | 50 tests must be 'guarded' by "requires('gui')" in a setUp function or method.
|
/external/freetype/ |
D | ChangeLog.27 | 341 Everything is guarded with TT_CONFIG_OPTION_GX_VAR_SUPPORT. 508 `truetype' module are guarded with TT_CONFIG_OPTION_GX_VAR_SUPPORT. 619 Everything is guarded with TT_CONFIG_OPTION_GX_VAR_SUPPORT. 634 Everything is guarded with TT_CONFIG_OPTION_GX_VAR_SUPPORT. 649 Everything is guarded with TT_CONFIG_OPTION_GX_VAR_SUPPORT. 729 Everything is guarded with TT_CONFIG_OPTION_GX_VAR_SUPPORT. 753 Everything is guarded with TT_CONFIG_OPTION_GX_VAR_SUPPORT.
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | scev-aa.ll | 93 ; by MayAlias. The loop is guarded by a n > 0 test though, so
|