Home
last modified time | relevance | path

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

12345678910>>...16

/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.ll29 ; CHECK: Both ModRef: Ptr: i8* %q <-> call void @llvm.arm.neon.vst1.p0i8.v8i16(i8* %q, <8 x i…
48 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*…
49 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*…
50 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*…
51 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8*…
52 ; CHECK: Both ModRef: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, …
53 ; CHECK: Both ModRef: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, …
164 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
165 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
166 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
[all …]
Dassume.ll17 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i…
18 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i…
Dguards.ll17 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, …
18 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, …
/external/swiftshader/third_party/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 …]
/external/ltp/testcases/commands/cron/
DREADME.tests1 This directory contains two scripts and one data file to test cron. Both
5 Both scripts save the current crontab and restore it after finishing.
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp300 struct Both { struct
301 constexpr Both() : n(10) {} in Both() function
302 ~Both();
306 Both b;
317 static Both b; in StaticVars()
/external/skia/include/private/
DSkTFitsIn.h19 template <bool a, bool b, typename Both, typename A, typename B, typename Neither>
21 using type = skstd::conditional_t<a, skstd::conditional_t<b, Both, A>,
97 using Both = SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High>; member
104 Both, OutOfRange_Low, OutOfRange_High, Neither>::type;
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-09-18.data8 - >-1 # Both indicators
/external/llvm/test/YAMLParser/
Dspec-09-18.test14 - >-1 # Both indicators
/external/clang/test/CodeGenObjC/
Dobject-incr-decr-1.m13 // Both of these crash clang nicely
/external/dhcpcd-6.8.2/dbus/
Ddhcpcd-dbus.conf4 <!-- Both root and dhcp can own the dhcpcd service -->
/external/llvm/test/tools/llvm-split/
Dextern_linkage.ll6 ; Both declarations are extern_weak in all partitions.
/external/elfutils/libdw/
Dlibdw.map217 # Replaced ELFUTILS_0.122 versions. Both versions point to the
315 # Replaced ELFUTILS_0.144 version. Both versions point to the
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-11-18-SelectOfExtload.ll2 ; Both values were being zero extended.
/external/llvm/test/CodeGen/X86/
D2010-11-18-SelectOfExtload.ll2 ; Both values were being zero extended.
/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/pdfium/testing/resources/pixel/
Dbug_524043_3.in40 % Both should render as text.
Dbug_543018_1.in39 % Both should render as text.
Dbug_524043_1.in39 % Both should render as text.
Dbug_524043_4.in40 % Both should render as text even "endstream" is missing.
Dbug_524043_5.in40 % Both should render as text even "endobj" is missing.
/external/swiftshader/third_party/LLVM/test/Transforms/Mem2Reg/
DPromoteMemToRegister.ll1 ; Simple sanity check testcase. Both alloca's should be eliminated.
/external/syslinux/gnu-efi/gnu-efi-3.0/
DREADME.elilo16 Both packages can be downloaded from:

12345678910>>...16