HomeSort by relevance Sort by last modified time
    Searched full:both (Results 51 - 75 of 24630) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/deqp/data/gles3/shaders/
negative.test 8 both ""
24 both ""
40 both ""
55 both ""
71 both ""
87 both ""
invalid_texture_functions.test 9 both ""
28 both ""
47 both ""
66 both ""
85 both ""
104 both ""
123 both ""
142 both ""
161 both ""
180 both ""
    [all...]
scoping.test 11 both ""
37 both ""
62 both ""
90 both ""
115 both ""
142 both ""
169 both ""
198 both ""
224 both ""
251 both ""
    [all...]
declarations.test 139 both ""
197 both ""
211 both ""
225 both ""
242 both ""
259 both ""
283 both ""
303 both ""
320 both ""
337 both ""
    [all...]
constant_expressions.test 6 both ""
23 both ""
40 both ""
57 both ""
78 both ""
95 both ""
112 both ""
129 both ""
146 both ""
165 both ""
    [all...]
  /external/llvm/test/tools/llvm-profdata/
hash-mismatch.proftext 2 # sure we keep both.
9 # RUN: FileCheck -check-prefix=FOO3 -check-prefix=BOTH %s -input-file %t.out
10 # RUN: FileCheck -check-prefix=FOO4 -check-prefix=BOTH %s -input-file %t.out
35 # BOTH: Total functions: 2
36 # BOTH: Maximum function count: 11
37 # BOTH: Maximum internal block count: 44
  /external/deqp/data/gles2/shaders/
scoping.test 11 both ""
37 both ""
62 both ""
90 both ""
116 both ""
143 both ""
171 both ""
200 both ""
226 both ""
253 both ""
    [all...]
conditionals.test 10 both ""
31 both ""
56 both ""
78 both ""
100 both ""
121 both ""
142 both ""
164 both ""
187 both ""
309 both ""
    [all...]
  /build/make/core/
executable.mk 1 # We don't automatically set up rules to build executables for both
5 # To build it for both set LOCAL_MULTILIB := both and specify
23 # we'll still need LOCAL_MULTILIB=both and let module_arch_supported.mk choose
33 ifeq ($(my_module_multilib),both)
36 $(error $(LOCAL_PATH): LOCAL_MODULE_STEM_32 or LOCAL_MODULE_PATH_32 is required for LOCAL_MULTILIB := both for module $(LOCAL_MODULE))
39 $(error $(LOCAL_PATH): LOCAL_MODULE_STEM_64 or LOCAL_MODULE_PATH_64 is required for LOCAL_MULTILIB := both for module $(LOCAL_MODULE))
42 else #!LOCAL_MULTILIB == both
62 ifneq ($(my_module_multilib),both)
67 # check if preferred arch was not supported or asked to build both
    [all...]
static_library.mk 6 # libraries default to building for both architecturess
7 my_module_multilib := both
host_native_test.mk 19 LOCAL_MULTILIB := both
  /external/llvm/test/CodeGen/AMDGPU/
rotr.i64.ll 1 ; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=BOTH %s
2 ; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=VI -check-prefix=BOTH %s
4 ; BOTH-LABEL: {{^}}s_rotr_i64:
5 ; BOTH-DAG: s_sub_i32
6 ; BOTH-DAG: s_lshr_b64
7 ; BOTH-DAG: s_lshl_b64
8 ; BOTH: s_or_b64
19 ; BOTH-LABEL: {{^}}v_rotr_i64:
20 ; BOTH-DAG: v_sub_i32
25 ; BOTH: v_or_b3
    [all...]
  /external/clang/test/CodeGenCXX/
rtti-linkage.cpp 1 // RUN: %clang_cc1 %s -I%S -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-BOTH
2 // RUN: %clang_cc1 %s -I%S -triple=x86_64-apple-darwin10 -fvisibility hidden -emit-llvm -o - | FileCheck -check-prefix=CHECK-WITH-HIDDEN -check-prefix=CHECK-BOTH %s
6 // CHECK-BOTH: _ZTSP1C = internal constant
7 // CHECK-BOTH: _ZTS1C = internal constant
8 // CHECK-BOTH: _ZTI1C = internal constant
9 // CHECK-BOTH: _ZTIP1C = internal constant
10 // CHECK-BOTH: _ZTSPP1C = internal constant
11 // CHECK-BOTH: _ZTIPP1C = internal constant
12 // CHECK-BOTH: _ZTSM1Ci = internal constant
13 // CHECK-BOTH: _ZTIM1Ci = internal constan
    [all...]
  /external/llvm/test/CodeGen/ARM/
vector-promotion.ll 1 ; RUN: opt -codegenprepare -mtriple=thumbv7-apple-ios %s -o - -mattr=+neon -S | FileCheck --check-prefix=IR-BOTH --check-prefix=IR-NORMAL %s
2 ; RUN: opt -codegenprepare -mtriple=thumbv7-apple-ios %s -o - -mattr=+neon -S -stress-cgp-store-extract | FileCheck --check-prefix=IR-BOTH --check-prefix=IR-STRESS %s
5 ; IR-BOTH-LABEL: @simpleOneInstructionPromotion
6 ; IR-BOTH: [[LOAD:%[a-zA-Z_0-9-]+]] = load <2 x i32>, <2 x i32>* %addr1
7 ; IR-BOTH-NEXT: [[VECTOR_OR:%[a-zA-Z_0-9-]+]] = or <2 x i32> [[LOAD]], <i32 undef, i32 1>
8 ; IR-BOTH-NEXT: [[EXTRACT:%[a-zA-Z_0-9-]+]] = extractelement <2 x i32> [[VECTOR_OR]], i32 1
9 ; IR-BOTH-NEXT: store i32 [[EXTRACT]], i32* %dest
10 ; IR-BOTH-NEXT: ret
26 ; IR-BOTH-LABEL: @unsupportedInstructionForPromotion
27 ; IR-BOTH: [[LOAD:%[a-zA-Z_0-9-]+]] = load <2 x i32>, <2 x i32>* %addr
    [all...]
  /external/autotest/client/site_tests/security_RootCA/
add-openssl-roots.sh 6 sed -i -e 's/both/nss/' "$2"
14 sed -i -e "s/nss $x/both $x/" "$2"
16 if grep -qE "(both|openssl) $x" "$2"; then
  /external/llvm/test/CodeGen/AArch64/
tbi.ll 2 ; RUN: | FileCheck --check-prefix=TBI --check-prefix=BOTH %s
4 ; RUN: | FileCheck --check-prefix=NO_TBI --check-prefix=BOTH %s
6 ; BOTH-LABEL:ld_and32:
17 ; BOTH-LABEL:ld_and_plus_offset:
29 ; BOTH-LABEL:ld_and32_wider:
39 ; BOTH-LABEL:ld_and64:
49 ; BOTH-LABEL:st_and32:
60 ; BOTH-LABEL:ld_ro:
72 ; BOTH-LABEL:ld_ro2:
84 ; BOTH-LABEL:ld_indirect_and
    [all...]
  /external/llvm/test/Instrumentation/AddressSanitizer/
scale-offset.ll 5 ; RUN: opt < %s -asan -asan-module -asan-mapping-offset 0xc0ffee -asan-mapping-scale 0 -S | FileCheck --check-prefix=CHECK-BOTH %s
35 ; CHECK-BOTH-LABEL: @read_both
36 ; CHECK-BOTH-NOT: ret
37 ; CHECK-BOTH: lshr {{.*}} 0
38 ; CHECK-BOTH-NEXT: add{{.*}}12648430
39 ; CHECK-BOTH: ret
  /external/clang/test/CXX/class/class.friend/
p1-cxx11.cpp 10 friend void a_member(); // ok in both, refers to non-member
12 friend class AInner; // ok in both, refers to non-member
  /external/clang/test/Modules/Inputs/System/usr/include/
module.map 12 // In both directories (compiler support version wins, does not forward)
17 // In both directories (compiler support version wins, forwards)
  /system/extras/micro_bench/
Android.mk 10 LOCAL_MULTILIB := both
25 LOCAL_MULTILIB := both
  /external/deqp/external/vulkancts/data/vulkan/glsl/es310/
scoping.test 11 both ""
38 both ""
64 both ""
93 both ""
119 both ""
147 both ""
175 both ""
205 both ""
232 both ""
260 both ""
    [all...]
constant_expressions.test 6 both ""
23 both ""
40 both ""
57 both ""
78 both ""
95 both ""
112 both ""
129 both ""
146 both ""
165 both ""
    [all...]
  /external/llvm/test/Analysis/BasicAA/
args-rets-allocas-loads.ll 171 ; CHECK-NEXT: Both ModRef: Ptr: double* %arg_a0 <-> %normal_ret_a0 = call double* @normal_returner()
172 ; CHECK-NEXT: Both ModRef: Ptr: double* %arg_a1 <-> %normal_ret_a0 = call double* @normal_returner()
175 ; CHECK-NEXT: Both ModRef: Ptr: double** %indirect_a0 <-> %normal_ret_a0 = call double* @normal_returner()
176 ; CHECK-NEXT: Both ModRef: Ptr: double** %indirect_a1 <-> %normal_ret_a0 = call double* @normal_returner()
177 ; CHECK-NEXT: Both ModRef: Ptr: double* %escape_alloca_a0 <-> %normal_ret_a0 = call double* @normal_returner()
178 ; CHECK-NEXT: Both ModRef: Ptr: double* %escape_alloca_a1 <-> %normal_ret_a0 = call double* @normal_returner()
181 ; CHECK-NEXT: Both ModRef: Ptr: double* %normal_ret_a0 <-> %normal_ret_a0 = call double* @normal_returner()
182 ; CHECK-NEXT: Both ModRef: Ptr: double* %normal_ret_a1 <-> %normal_ret_a0 = call double* @normal_returner()
185 ; CHECK-NEXT: Both ModRef: Ptr: double* %loaded_a0 <-> %normal_ret_a0 = call double* @normal_returner()
186 ; CHECK-NEXT: Both ModRef: Ptr: double* %loaded_a1 <-> %normal_ret_a0 = call double* @normal_returner(
    [all...]
  /external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/
args-rets-allocas-loads.ll 171 ; CHECK-NEXT: Both ModRef: Ptr: double* %arg_a0 <-> %normal_ret_a0 = call double* @normal_returner()
172 ; CHECK-NEXT: Both ModRef: Ptr: double* %arg_a1 <-> %normal_ret_a0 = call double* @normal_returner()
175 ; CHECK-NEXT: Both ModRef: Ptr: double** %indirect_a0 <-> %normal_ret_a0 = call double* @normal_returner()
176 ; CHECK-NEXT: Both ModRef: Ptr: double** %indirect_a1 <-> %normal_ret_a0 = call double* @normal_returner()
177 ; CHECK-NEXT: Both ModRef: Ptr: double* %escape_alloca_a0 <-> %normal_ret_a0 = call double* @normal_returner()
178 ; CHECK-NEXT: Both ModRef: Ptr: double* %escape_alloca_a1 <-> %normal_ret_a0 = call double* @normal_returner()
181 ; CHECK-NEXT: Both ModRef: Ptr: double* %normal_ret_a0 <-> %normal_ret_a0 = call double* @normal_returner()
182 ; CHECK-NEXT: Both ModRef: Ptr: double* %normal_ret_a1 <-> %normal_ret_a0 = call double* @normal_returner()
185 ; CHECK-NEXT: Both ModRef: Ptr: double* %loaded_a0 <-> %normal_ret_a0 = call double* @normal_returner()
186 ; CHECK-NEXT: Both ModRef: Ptr: double* %loaded_a1 <-> %normal_ret_a0 = call double* @normal_returner(
    [all...]
  /art/test/134-reg-promotion/
info.txt 1 Test that a vreg value that was defined by a const 0 and is used is both ref

Completed in 2972 milliseconds

1 23 4 5 6 7 8 91011>>