/external/llvm/test/Analysis/BasicAA/ |
D | args-rets-allocas-loads.ll | 171 ; CHECK-NEXT: Both ModRef: Ptr: double* %arg_a0 <-> %normal_ret_a0 = call double* @normal_returne… 172 ; CHECK-NEXT: Both ModRef: Ptr: double* %arg_a1 <-> %normal_ret_a0 = call double* @normal_returne… 175 ; CHECK-NEXT: Both ModRef: Ptr: double** %indirect_a0 <-> %normal_ret_a0 = call double* @normal_r… 176 ; CHECK-NEXT: Both ModRef: Ptr: double** %indirect_a1 <-> %normal_ret_a0 = call double* @normal_r… 177 ; CHECK-NEXT: Both ModRef: Ptr: double* %escape_alloca_a0 <-> %normal_ret_a0 = call double* @norm… 178 ; CHECK-NEXT: Both ModRef: Ptr: double* %escape_alloca_a1 <-> %normal_ret_a0 = call double* @norm… 181 ; CHECK-NEXT: Both ModRef: Ptr: double* %normal_ret_a0 <-> %normal_ret_a0 = call double* @normal_… 182 ; CHECK-NEXT: Both ModRef: Ptr: double* %normal_ret_a1 <-> %normal_ret_a0 = call double* @normal_… 185 ; CHECK-NEXT: Both ModRef: Ptr: double* %loaded_a0 <-> %normal_ret_a0 = call double* @normal_retu… 186 ; CHECK-NEXT: Both ModRef: Ptr: double* %loaded_a1 <-> %normal_ret_a0 = call double* @normal_retu… [all …]
|
D | cs-cs.ll | 26 ; CHECK: Both ModRef: Ptr: i8* %q <-> call void @llvm.arm.neon.vst1.v8i16(i8* %q, <8 x i16> %… 45 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*… 46 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*… 47 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*… 48 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*… 49 ; CHECK: Both ModRef: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, … 50 ; CHECK: Both ModRef: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, … 161 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 162 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 163 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
D | SplitView.js | 78 this._showMode = WebInspector.SplitView.ShowMode.Both; 88 Both: "Both", property 224 if (this._showMode !== WebInspector.SplitView.ShowMode.Both) 332 if (this._showMode === WebInspector.SplitView.ShowMode.Both) 347 this._updateShowMode(WebInspector.SplitView.ShowMode.Both); 419 if (this._showMode !== WebInspector.SplitView.ShowMode.Both || !this.isShowing()) 789 …avedShowMode = orientationState ? orientationState.showMode : WebInspector.SplitView.ShowMode.Both; 793 case WebInspector.SplitView.ShowMode.Both: 865 if (this._showMode !== WebInspector.SplitView.ShowMode.Both)
|
/external/stlport/ |
D | configure | 301 echo "Both --with-cc and \$CC set, using the first" 311 echo "Both --with-extra-cxxflags and \$CXXFLAGS set, using the first" 319 echo "Both --with-extra-cflags and \$CFLAGS set, using the first" 327 echo "Both --with-extra-ldflags and \$LDFLAGS set, using the first"
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | SVGGlyph.h | 42 Both enumerator 56 , orientation(Both) in SVGGlyph()
|
/external/clang/test/CodeGenCXX/ |
D | const-init-cxx11.cpp | 300 struct Both { struct 301 constexpr Both() : n(10) {} in Both() argument 302 ~Both(); 306 Both b; 317 static Both b; in StaticVars()
|
/external/skia/src/utils/ |
D | SkTLogic.h | 63 template <typename a, typename b, typename Both, typename A, typename B, typename Neither> 65 typedef typename SkTIf<a, typename SkTIf<b, Both, A>::type,
|
D | SkTFitsIn.h | 90 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both; typedef 97 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;
|
/external/chromium_org/third_party/skia/src/utils/ |
D | SkTLogic.h | 63 template <typename a, typename b, typename Both, typename A, typename B, typename Neither> 65 typedef typename SkTIf<a, typename SkTIf<b, Both, A>::type,
|
D | SkTFitsIn.h | 90 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both; typedef 97 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;
|
/external/llvm/test/YAMLParser/ |
D | spec-09-18.data | 10 - >-1 # Both indicators
|
/external/clang/test/CodeGenObjC/ |
D | object-incr-decr-1.m | 13 // Both of these crash clang nicely
|
/external/chromium_org/tools/telemetry/bin/ |
D | README.chromium | 11 Both 32-bit and 64-bit are of version 2.35.2.
|
/external/chromium_org/content/test/data/webcrypto/ |
D | aes_gcm.json | 4 // Both encryption and decryption are expected to work.
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-11-18-SelectOfExtload.ll | 2 ; Both values were being zero extended.
|
D | widen_load-0.ll | 4 ; Both loads should happen before either store.
|
/external/clang/test/Modules/ |
D | modulemap-locations.m | 2 …nputs/ModuleMapLocations/Module_ModuleMap -I %S/Inputs/ModuleMapLocations/Both -F %S/Inputs/Module…
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | PromoteMemToRegister.ll | 1 ; Simple sanity check testcase. Both alloca's should be eliminated.
|
/external/chromium_org/tools/msan/ |
D | blacklist.txt | 21 # (Both functions call __mm_maddubs_epi16()).
|
/external/robolectric/ |
D | README.md | 6 Robolectric can be built using either Maven or Ant. Both Eclipse (with the M2Eclipse plug-in) and
|
/external/owasp/sanitizer/tools/findbugs/ |
D | README.txt | 5 Both the name FindBugs and the FindBugs bug mark are
|
/external/chromium_org/tools/cros/ |
D | bootstrap_deps | 15 # Both contest/test/gpu and tools/perf will pull in telemetry.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTable.g | 3 /* Scope of symbol names. Both globals and block rules need to push a new
|
/external/clang/ |
D | NOTES.txt | 52 -arch option may be specified. Both are optional. 78 // Both
|
/external/llvm/test/CodeGen/SPARC/ |
D | spillsize.ll | 7 ; Both must use 8-byte spill and fill instructions.
|