Home
last modified time | relevance | path

Searched refs:Both (Results 1 – 25 of 241) sorted by relevance

12345678910

/external/llvm/test/Analysis/BasicAA/
Dargs-rets-allocas-loads.ll171 ; 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 …]
Dcs-cs.ll26 ; 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/
DSplitView.js78 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/
Dconfigure301 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/
DSVGGlyph.h42 Both enumerator
56 , orientation(Both) in SVGGlyph()
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp300 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/
DSkTLogic.h63 template <typename a, typename b, typename Both, typename A, typename B, typename Neither>
65 typedef typename SkTIf<a, typename SkTIf<b, Both, A>::type,
DSkTFitsIn.h90 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/
DSkTLogic.h63 template <typename a, typename b, typename Both, typename A, typename B, typename Neither>
65 typedef typename SkTIf<a, typename SkTIf<b, Both, A>::type,
DSkTFitsIn.h90 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both; typedef
97 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;
/external/llvm/test/YAMLParser/
Dspec-09-18.data10 - >-1 # Both indicators
/external/clang/test/CodeGenObjC/
Dobject-incr-decr-1.m13 // Both of these crash clang nicely
/external/chromium_org/tools/telemetry/bin/
DREADME.chromium11 Both 32-bit and 64-bit are of version 2.35.2.
/external/chromium_org/content/test/data/webcrypto/
Daes_gcm.json4 // Both encryption and decryption are expected to work.
/external/llvm/test/CodeGen/X86/
D2010-11-18-SelectOfExtload.ll2 ; Both values were being zero extended.
Dwiden_load-0.ll4 ; Both loads should happen before either store.
/external/clang/test/Modules/
Dmodulemap-locations.m2 …nputs/ModuleMapLocations/Module_ModuleMap -I %S/Inputs/ModuleMapLocations/Both -F %S/Inputs/Module…
/external/llvm/test/Transforms/Mem2Reg/
DPromoteMemToRegister.ll1 ; Simple sanity check testcase. Both alloca's should be eliminated.
/external/chromium_org/tools/msan/
Dblacklist.txt21 # (Both functions call __mm_maddubs_epi16()).
/external/robolectric/
DREADME.md6 Robolectric can be built using either Maven or Ant. Both Eclipse (with the M2Eclipse plug-in) and
/external/owasp/sanitizer/tools/findbugs/
DREADME.txt5 Both the name FindBugs and the FindBugs bug mark are
/external/chromium_org/tools/cros/
Dbootstrap_deps15 # Both contest/test/gpu and tools/perf will pull in telemetry.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTable.g3 /* Scope of symbol names. Both globals and block rules need to push a new
/external/clang/
DNOTES.txt52 -arch option may be specified. Both are optional.
78 // Both
/external/llvm/test/CodeGen/SPARC/
Dspillsize.ll7 ; Both must use 8-byte spill and fill instructions.

12345678910