Searched refs:prevent (Results 1 – 25 of 1398) sorted by relevance
12345678910>>...56
/external/mesa3d/src/gallium/frontends/wgl/ |
D | SConscript | 14 '_GDI32_', # prevent wgl* being declared __declspec(dllimport) 17 '_GLAPI_NO_EXPORTS', # prevent _glapi_* from being declared __declspec(dllimport)
|
D | meson.build | 24 # prevent _glapi_* from being declared __declspec(dllimport) 49 '-D_GDI32_', # prevent wgl* being declared __declspec(dllimport)
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | loop-invariant-conditions.ll | 50 ; prevent flattening, needed to make sure we're testing what we intend 72 ; prevent flattening, needed to make sure we're testing what we intend 94 ; prevent flattening, needed to make sure we're testing what we intend 116 ; prevent flattening, needed to make sure we're testing what we intend 159 ; prevent flattening, needed to make sure we're testing what we intend 165 ; prevent flattening, needed to make sure we're testing what we intend 188 ; prevent flattening, needed to make sure we're testing what we intend 192 ; prevent flattening, needed to make sure we're testing what we intend 229 ; prevent flattening, needed to make sure we're testing what we intend
|
/external/llvm-project/mlir/test/Transforms/ |
D | loop-fusion-transformation.mlir | 12 "prevent.dce"(%1) : (f32) -> () 17 // CHECK-NEXT: "prevent.dce"(%1) : (f32) -> () 84 "prevent.dce"(%v1) : (f32) -> () 103 // CHECK-NEXT: "prevent.dce"
|
D | normalize-memrefs.mlir | 12 "prevent.dce"(%1) : (f32) -> () 24 // CHECK-NEXT: "prevent.dce" 38 "prevent.dce"(%1) : (f32) -> () 56 "prevent.dce"(%1) : (f32) -> () 77 "prevent.dce"(%1) : (f32) -> () 91 "prevent.dce"(%1) : (f32) -> () 107 "prevent.dce"(%1) : (f32) -> () 123 "prevent.dce"(%1) : (f32) -> ()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | sve-fixed-length-trunc.ll | 38 ; NOTE: Extra 'add' is to prevent the truncate being combined with the store. 52 ; NOTE: Extra 'add' is to prevent the truncate being combined with the store. 66 ; NOTE: Extra 'add' is to prevent the truncate being combined with the store. 108 ; NOTE: Extra 'add' is to prevent the truncate being combined with the store. 123 ; NOTE: Extra 'add' is to prevent the truncate being combined with the store. 153 ; NOTE: Extra 'add' is to prevent the truncate being combined with the store. 167 ; NOTE: Extra 'add' is to prevent the truncate being combined with the store. 181 ; NOTE: Extra 'add' is to prevent the truncate being combined with the store. 238 ; NOTE: Extra 'add' is to prevent the truncate being combined with the store. 282 ; NOTE: Extra 'add' is to prevent the truncate being combined with the store. [all …]
|
/external/angle/src/common/third_party/base/ |
D | README.angle | 23 - the file scope is now anglebase/ from base/ to prevent include conflicts. 27 - header guards and macros are changed from BASE to ANGLEBASE to prevent conflicts.
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | fp-contract.ll | 11 ;; for all adds to prevent ptxas from fusion the ops. 28 ;; to prevent ptxas from fusing this with anything else.
|
/external/llvm/test/CodeGen/NVPTX/ |
D | fp-contract.ll | 11 ;; for all adds to prevent ptxas from fusion the ops. 28 ;; to prevent ptxas from fusing this with anything else.
|
/external/mesa3d/src/mapi/glapi/ |
D | SConscript | 19 '_GDI32_', # prevent gl* being declared __declspec(dllimport) in MS headers 22 '_GLAPI_NO_EXPORTS', # prevent _glapi_* from being declared __declspec(dllimport)
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | sext-in-reg.ll | 36 %c = add i32 %a, %b ; add to prevent folding into extload 54 %c = add i32 %a, %b ; add to prevent folding into extload 72 %c = add <1 x i32> %a, %b ; add to prevent folding into extload 309 %c = add <2 x i32> %a, %b ; add to prevent folding into extload 330 %c = add <4 x i32> %a, %b ; add to prevent folding into extload 347 %c = add <2 x i32> %a, %b ; add to prevent folding into extload 368 %c = add <4 x i32> %a, %b ; add to prevent folding into extload 385 %c = add <2 x i32> %a, %b ; add to prevent folding into extload 424 %c = add <4 x i32> %loada, %loadb ; add to prevent folding into extload 437 %c = add <4 x i32> %loada, %loadb ; add to prevent folding into extload [all …]
|
D | r600.func-alignment.ll | 5 ; Functions need to be cacheline (256B) aligned to prevent GPU hangs
|
/external/llvm/test/CodeGen/ARM/ |
D | optimize-dmbs-v7.ll | 52 ; the call should prevent the two dmbs from collapsing 64 ; the call should prevent the two dmbs from collapsing
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | optimize-dmbs-v7.ll | 52 ; the call should prevent the two dmbs from collapsing 64 ; the call should prevent the two dmbs from collapsing
|
/external/libcap/doc/values/ |
D | 36.txt | 1 Allows a process to block system suspends - prevent the
|
/external/mesa3d/docs/ |
D | codingstyle.rst | 14 - Limit lines to 78 or fewer characters. The idea is to prevent line 46 /* null-out pointer to prevent dangling reference below */ 53 bufferObj = NULL; /* prevent dangling reference below */
|
/external/llvm-project/llvm/test/Transforms/GlobalOpt/ |
D | externally-initialized-aggregate.ll | 4 ; should keep that flag set on all of the new globals. This will prevent the 6 ; prevent @a[1] from being removed since it is dead.
|
D | 2012-05-11-blockaddress.ll | 2 ; Check that the mere presence of a blockaddress doesn't prevent -globalopt
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | externally-initialized-aggregate.ll | 4 ; should keep that flag set on all of the new globals. This will prevent the 6 ; prevent @a[1] from being removed since it is dead.
|
D | 2012-05-11-blockaddress.ll | 2 ; Check that the mere presence of a blockaddress doesn't prevent -globalopt
|
/external/pdfium/third_party/libopenjpeg20/ |
D | 0034-opj_malloc.patch | 22 +/* prevent assertion on overflow for MSVC */ 40 +/* prevent assertion on overflow for MSVC */ 150 +/* prevent assertion on overflow for MSVC */
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | sext-in-reg.ll | 35 %c = add i32 %a, %b ; add to prevent folding into extload 53 %c = add i32 %a, %b ; add to prevent folding into extload 71 %c = add <1 x i32> %a, %b ; add to prevent folding into extload 286 %c = add <2 x i32> %a, %b ; add to prevent folding into extload 307 %c = add <4 x i32> %a, %b ; add to prevent folding into extload 324 %c = add <2 x i32> %a, %b ; add to prevent folding into extload 345 %c = add <4 x i32> %a, %b ; add to prevent folding into extload 362 %c = add <2 x i32> %a, %b ; add to prevent folding into extload 401 %c = add <4 x i32> %loada, %loadb ; add to prevent folding into extload 414 %c = add <4 x i32> %loada, %loadb ; add to prevent folding into extload [all …]
|
/external/tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/ |
D | Tensor | 11 // prevent clashes.
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.12.rst | 7 The configure script now inserts comments into the makefile to prevent the
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | tailcall-assume.ll | 3 ; Intrinsic call to @llvm.assume should not prevent tail call optimization.
|
12345678910>>...56