/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 | 29 ; 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 …]
|
D | assume.ll | 17 ; 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…
|
D | guards.ll | 17 ; 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/ |
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 …]
|
/external/ltp/testcases/commands/cron/ |
D | README.tests | 1 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/ |
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/include/private/ |
D | SkTFitsIn.h | 19 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/ |
D | spec-09-18.data | 8 - >-1 # Both indicators
|
/external/llvm/test/YAMLParser/ |
D | spec-09-18.test | 14 - >-1 # Both indicators
|
/external/clang/test/CodeGenObjC/ |
D | object-incr-decr-1.m | 13 // Both of these crash clang nicely
|
/external/dhcpcd-6.8.2/dbus/ |
D | dhcpcd-dbus.conf | 4 <!-- Both root and dhcp can own the dhcpcd service -->
|
/external/elfutils/libdw/ |
D | libdw.map | 217 # Replaced ELFUTILS_0.122 versions. Both versions point to the 315 # Replaced ELFUTILS_0.144 version. Both versions point to the
|
/external/llvm/test/tools/llvm-split/ |
D | extern_linkage.ll | 6 ; Both declarations are extern_weak in all partitions.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2010-11-18-SelectOfExtload.ll | 2 ; Both values were being zero extended.
|
/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/pdfium/testing/resources/pixel/ |
D | bug_543018_1.in | 39 % Both should render as text.
|
D | bug_524043_1.in | 39 % Both should render as text.
|
D | bug_524043_3.in | 40 % Both should render as text.
|
/external/swiftshader/third_party/LLVM/test/Transforms/Mem2Reg/ |
D | PromoteMemToRegister.ll | 1 ; Simple sanity check testcase. Both alloca's should be eliminated.
|
/external/syslinux/gnu-efi/gnu-efi-3.0/ |
D | README.elilo | 16 Both packages can be downloaded from:
|
/external/ltp/testcases/kernel/security/integrity/ima/ |
D | README | 18 - Both sysfs and securityfs if not mounted, will be mounted. 24 - Both openssl and openssl-devel must be installed, to build the
|