Searched refs:guarded (Results 1 – 25 of 37) sorted by relevance
12
/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/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 …]
|
D | block-placement.ll | 6 ; Test a chain of ifs, where the block guarded by the if is error handling code
|
/external/webrtc/webrtc/base/ |
D | thread_annotations.h | 34 #define GUARDED_VAR THREAD_ANNOTATION_ATTRIBUTE__(guarded)
|
/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/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/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/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)
|
D | Modules.rst | 837 **Macro-guarded copy-and-pasted definitions**
|
/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/valgrind/docs/internals/ |
D | multiple-architectures.txt | 124 guarded by the VGCONF_PLATFORMS_INCLUDE_* symbols.
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
D | scev-aa.ll | 91 ; by MayAlias. The loop is guarded by a n > 0 test though, so
|
D | avoid-smax-1.ll | 5 ; because it should be able to prove that the comparison is guarded
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | scev-aa.ll | 93 ; by MayAlias. The loop is guarded by a n > 0 test though, so
|
D | avoid-smax-1.ll | 5 ; be able to prove that the comparison is guarded by an appropriate
|
/external/llvm/docs/TableGen/ |
D | BackEnds.rst | 39 For instance, a global contract is that each back-end produces macro-guarded
|
/external/llvm/test/Transforms/GuardWidening/ |
D | basic.ll | 290 ; Checks that we are adequately guarded against exponential-time
|
/external/skia/ |
D | BUILD.gn | 834 # Targets guarded by skia_enable_tools may use //third_party freely.
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | CodeGenTreeWalker.g | 915 // so actions aren't guarded by the "if (input.LA(1)==Token.DOWN)"
|
/external/libcxx/include/ |
D | algorithm | 3950 // The search going up is known to be guarded but the search coming down isn't. 5220 // The search going up is known to be guarded but the search coming down isn't.
|
/external/bison/ |
D | NEWS | 280 The generated headers are now guarded, as is already the case for C++
|
/external/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 1080 access to each field is guarded by a mutex.
|
/external/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 1080 access to each field is guarded by a mutex.
|
12