Home
last modified time | relevance | path

Searched refs:BOTH (Results 1 – 25 of 235) sorted by relevance

12345678910

/external/libxkbcommon/test/
Dkeyseq.c42 KEY_H, BOTH, XKB_KEY_h, NEXT, in main()
43 KEY_E, BOTH, XKB_KEY_e, NEXT, in main()
44 KEY_L, BOTH, XKB_KEY_l, NEXT, in main()
45 KEY_L, BOTH, XKB_KEY_l, NEXT, in main()
46 KEY_O, BOTH, XKB_KEY_o, FINISH)); in main()
50 KEY_H, BOTH, XKB_KEY_h, NEXT, in main()
52 KEY_E, BOTH, XKB_KEY_E, NEXT, in main()
53 KEY_L, BOTH, XKB_KEY_L, NEXT, in main()
55 KEY_L, BOTH, XKB_KEY_l, NEXT, in main()
56 KEY_O, BOTH, XKB_KEY_o, FINISH)); in main()
[all …]
Drulescomp.c120 KEY_Q, BOTH, XKB_KEY_q, NEXT, in main()
125 KEY_Q, BOTH, XKB_KEY_slash, NEXT, in main()
127 KEY_Q, BOTH, XKB_KEY_Q, NEXT, in main()
128 KEY_RIGHTMETA, BOTH, XKB_KEY_Multi_key, FINISH)); in main()
130 KEY_A, BOTH, XKB_KEY_a, NEXT, in main()
135 KEY_A, BOTH, KS("U094b"), FINISH)); in main()
137 KEY_GRAVE, BOTH, XKB_KEY_dead_grave, FINISH)); in main()
139 KEY_GRAVE, BOTH, XKB_KEY_dead_grave, FINISH)); in main()
143 KEY_A, BOTH, XKB_KEY_a, FINISH)); in main()
148 KEY_A, BOTH, XKB_KEY_a, NEXT, in main()
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dlocal-64.ll1 …arch=amdgcn -mcpu=SI -verify-machineinstrs< %s | FileCheck --check-prefix=SI --check-prefix=BOTH %s
2 …amdgcn -mcpu=bonaire -verify-machineinstrs< %s | FileCheck --check-prefix=CI --check-prefix=BOTH %s
3 …h=amdgcn -mcpu=tonga -verify-machineinstrs< %s | FileCheck --check-prefix=CI --check-prefix=BOTH %s
5 ; BOTH-LABEL: {{^}}local_i32_load
6 ; BOTH: ds_read_b32 [[REG:v[0-9]+]], v{{[0-9]+}} offset:28
7 ; BOTH: buffer_store_dword [[REG]],
15 ; BOTH-LABEL: {{^}}local_i32_load_0_offset
16 ; BOTH: ds_read_b32 [[REG:v[0-9]+]], v{{[0-9]+}}
17 ; BOTH: buffer_store_dword [[REG]],
24 ; BOTH-LABEL: {{^}}local_i8_load_i16_max_offset:
[all …]
Drotl.i64.ll1 …march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=BOTH %s
2 …ch=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=VI -check-prefix=BOTH %s
4 ; BOTH-LABEL: {{^}}s_rotl_i64:
5 ; BOTH-DAG: s_lshl_b64
6 ; BOTH-DAG: s_sub_i32
7 ; BOTH-DAG: s_lshr_b64
8 ; BOTH: s_or_b64
9 ; BOTH: s_endpgm
20 ; BOTH-LABEL: {{^}}v_rotl_i64:
23 ; BOTH-DAG: v_sub_i32
[all …]
Drotr.i64.ll1 …march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=BOTH %s
2 …ch=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_b32
[all …]
/external/llvm-project/llvm/test/DebugInfo/X86/
Dstring-offsets-multiple-cus.ll2 ; RUN: FileCheck --check-prefix=DEFAULT --check-prefix=BOTH %s
4 ; RUN: llvm-dwarfdump -v - | FileCheck --check-prefix=TYPEUNITS --check-prefix=BOTH %s
33 ; BOTH: .debug_info contents:
62 ; BOTH-NOT: .contents:
63 ; BOTH: DW_TAG_compile_unit
64 ; BOTH-NOT: {{DW_TAG|NULL}}
69 ; BOTH-NOT: contents:
70 ; BOTH: DW_TAG_compile_unit
71 ; BOTH-NOT: {{DW_TAG|NULL}}
72 ; BOTH: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x[[CU1_STROFF]])
[all …]
/external/llvm-project/llvm/test/CodeGen/ARM/
Dvector-promotion.ll1 …e=thumbv7-apple-ios %s -o - -mattr=+neon -S | FileCheck --check-prefix=IR-BOTH --check-prefix=IR-N…
2 …- -mattr=+neon -S -stress-cgp-store-extract | FileCheck --check-prefix=IR-BOTH --check-prefix=IR-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>* %addr1
[all …]
/external/llvm/test/CodeGen/ARM/
Dvector-promotion.ll1 …e=thumbv7-apple-ios %s -o - -mattr=+neon -S | FileCheck --check-prefix=IR-BOTH --check-prefix=IR-N…
2 …- -mattr=+neon -S -stress-cgp-store-extract | FileCheck --check-prefix=IR-BOTH --check-prefix=IR-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>* %addr1
[all …]
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Drotl.i64.ll1 …=false -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=BOTH %s
2 …ch=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=VI -check-prefix=BOTH %s
4 ; BOTH-LABEL: {{^}}s_rotl_i64:
5 ; BOTH-DAG: s_lshl_b64
6 ; BOTH-DAG: s_sub_i32
7 ; BOTH-DAG: s_lshr_b64
8 ; BOTH: s_or_b64
9 ; BOTH: s_endpgm
20 ; BOTH-LABEL: {{^}}v_rotl_i64:
23 ; BOTH-DAG: v_sub_{{[iu]}}32
[all …]
Drotr.i64.ll1 …=false -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=BOTH %s
2 …ch=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_{{[iu]}}32
25 ; BOTH: v_or_b32
[all …]
/external/llvm-project/llvm/test/MC/RISCV/
Dcompress-debug-info.s2 # RUN: | FileCheck %s -check-prefixes=COMPRESS,BOTH
4 # RUN: | FileCheck %s -check-prefixes=UNCOMPRESS,BOTH
10 # BOTH-LABEL: .text
12 # BOTH: .file 1
13 # BOTH-SAME: "compress-debug-info.s"
15 # BOTH: .loc 1 [[# @LINE + 3 ]] 0
20 # BOTH-LABEL: .debug_info
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dtbi.ll2 ; 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/CodeGen/AArch64/
Dtbi.ll2 ; 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-project/llvm/test/DebugInfo/PDB/
Dpdbdump-raw-stream.test3 …: llvm-pdbutil bytes -stream-data=1,100 %p/Inputs/empty.pdb 2>&1 | FileCheck --check-prefix=BOTH %s
25 BOTH: Stream Data
26 BOTH-NEXT: ============================================================
27 BOTH-NEXT: Stream 1: PDB Stream (dumping 118 / 118 bytes)
28 BOTH-NEXT: Data (
29 BOTH-NEXT: 13000: 942E3101 E207E554 01000000 0B355641 86A0A249 896F9988 FAE52FF0 22000000 |.…
30 BOTH-NEXT: 13020: 2F4C696E 6B496E66 6F002F6E 616D6573 002F7372 632F6865 61646572 626C6F63 |/…
31 BOTH-NEXT: 13040: 6B000300 00000600 00000100 00001A00 00000000 00001100 00000900 00000A00 |k…
32 BOTH-NEXT: 13060: 00000D00 00000000 00000500 00000000 00004191 3201 |.…
33 BOTH-NEXT: )
[all …]
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_rnglists.s2 # RUN: llvm-dwarfdump --debug-rnglists %t.o 2> %t.err | FileCheck %s --check-prefixes=TERSE,BOTH
4 …RUN: llvm-dwarfdump -v --debug-rnglists %t.o 2> %t.err | FileCheck %s --check-prefixes=VERBOSE,BOTH
7 # BOTH: .debug_rnglists contents:
13 # BOTH-NEXT: ranges:
32 # BOTH-NEXT: offsets: [
33 # BOTH-NEXT: 0x00000008
35 # BOTH-NEXT: 0x0000001b
37 # BOTH-NEXT: ]
38 # BOTH-NEXT: ranges:
57 # BOTH-NOT: offsets:
[all …]
Ddebug_loclists.s3 # RUN: | FileCheck %s --check-prefixes=REGULAR,BOTH
5 # RUN: | FileCheck %s --check-prefixes=VERBOSE,BOTH
8 # BOTH: DW_AT_location {{.*}}(0x0000000c
19 # BOTH-NEXT: <default>: DW_OP_reg3 RBX
33 # BOTH-NEXT: DW_LLE_startx_length (0x000000000000dead, 0x0000000000000001): DW_OP_reg4 RSI)
35 # BOTH: locations list header: length = 0x00000056, format = DWARF32, version = 0x0005, addr_size =…
36 # BOTH-NEXT: 0x0000000c:
37 # BOTH-NEXT: DW_LLE_startx_endx (0x0000000000000000, 0x0000000000000001): DW_OP_reg0 RAX
38 # BOTH-NEXT: DW_LLE_startx_length (0x0000000000000001, 0x0000000000000001): DW_OP_reg1 RDX
39 # BOTH-NEXT: DW_LLE_offset_pair (0x0000000000000002, 0x0000000000000003): DW_OP_reg2 RCX
[all …]
/external/llvm-project/llvm/test/tools/llvm-libtool-darwin/
Darchive-flattening.test44 # RUN: FileCheck %s --check-prefix=BOTH-NAMES --implicit-check-not={{.}} -DPREFIX=%basename_t.tmp
46 # RUN: FileCheck %s --check-prefix=BOTH-SYMBOLS -DPREFIX=%basename_t.tmp --match-full-lines
48 # BOTH-NAMES: [[PREFIX]]-x86_64.bc
49 # BOTH-NAMES-NEXT: [[PREFIX]]-x86_64.bc
50 # BOTH-NAMES-NEXT: [[PREFIX]]-input1.o
51 # BOTH-NAMES-NEXT: [[PREFIX]]-input2.o
52 # BOTH-NAMES-NEXT: [[PREFIX]]-input1.o
54 # BOTH-SYMBOLS: Archive map
55 # BOTH-SYMBOLS-NEXT: _x86_64 in [[PREFIX]]-x86_64.bc
56 # BOTH-SYMBOLS-NEXT: _x86_64 in [[PREFIX]]-x86_64.bc
[all …]
/external/llvm/test/FileCheck/
Dcheck-multiple-prefixes-mixed.txt1 // RUN: FileCheck -check-prefix=B -check-prefix=BOTH -input-file %s %s
2 // RUN: FileCheck -check-prefix=A -check-prefix=BOTH -input-file %s %s
3 // RUN: FileCheck -check-prefixes=B,BOTH -input-file %s %s
4 // RUN: FileCheck -check-prefixes=A,BOTH -input-file %s %s
8 ; BOTH: {{q}}qqqqq
/external/llvm-project/llvm/test/FileCheck/
Dcheck-multiple-prefixes-mixed.txt1 // RUN: FileCheck -check-prefix=B -check-prefix=BOTH -input-file %s %s
2 // RUN: FileCheck -check-prefix=A -check-prefix=BOTH -input-file %s %s
3 // RUN: FileCheck -check-prefixes=B,BOTH -input-file %s %s
4 // RUN: FileCheck -check-prefixes=A,BOTH -input-file %s %s
8 ; BOTH: {{q}}qqqqq
/external/llvm-project/llvm/test/Instrumentation/HeapProfiler/
Dscale-granularity.ll5 …memprof-mapping-granularity 16 -memprof-mapping-scale 0 -S | FileCheck --check-prefix=CHECK-BOTH %s
25 ; CHECK-BOTH-LABEL: @read
26 ; CHECK-BOTH-NOT: ret
27 ; CHECK-BOTH: and {{.*}} -16
28 ; CHECK-BOTH-NEXT: lshr {{.*}} 0
29 ; CHECK-BOTH: ret
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp1346 BOTH = VERTEX|FRAGMENT enumerator
1713 …f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapFixed, evalTexture2DLod, BOTH), in init()
1714 …f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapFloat, evalTexture2DLod, BOTH), in init()
1715 …3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapInt, evalTexture2DLod, BOTH), in init()
1716 …3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapUint, evalTexture2DLod, BOTH), in init()
1718 ….01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapFixed, evalTextureCubeLod, BOTH), in init()
1719 ….01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapFloat, evalTextureCubeLod, BOTH), in init()
1720 … 1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapInt, evalTextureCubeLod, BOTH), in init()
1721 …1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapUint, evalTextureCubeLod, BOTH), in init()
1723 …, 0.0f), false, -1.0f, 8.0f, false, IVec3(0), tex2DArrayMipmapFixed, evalTexture2DArrayLod, BOTH), in init()
[all …]
/external/llvm-project/lldb/test/Shell/BuildScript/
Dmodes.test14 RUN: | FileCheck --check-prefix=BOTH %s
17 RUN: | FileCheck --check-prefix=BOTH-MULTI %s
30 BOTH: compiling foobar.c -> [[OBJFOO:foobar.exe-foobar.o(bj)?]]
31 BOTH: linking [[OBJFOO]] -> foobar.exe
33 BOTH-MULTI: compiling foo.c -> [[OBJFOO:foobar.exe-foo.o(bj)?]]
34 BOTH-MULTI: compiling bar.c -> [[OBJBAR:foobar.exe-bar.o(bj)?]]
35 BOTH-MULTI: linking [[OBJFOO]]+[[OBJBAR]] -> foobar.exe
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/
Dscale-offset.ll7 …m=0 -asan-mapping-offset 0xc0ffee -asan-mapping-scale 0 -S | FileCheck --check-prefix=CHECK-BOTH %s
8 …ne' -asan-mapping-offset 0xc0ffee -asan-mapping-scale 0 -S | FileCheck --check-prefix=CHECK-BOTH %s
38 ; CHECK-BOTH-LABEL: @read_both
39 ; CHECK-BOTH-NOT: ret
40 ; CHECK-BOTH: lshr {{.*}} 0
41 ; CHECK-BOTH-NEXT: add{{.*}}12648430
42 ; CHECK-BOTH: ret
/external/llvm/test/Instrumentation/AddressSanitizer/
Dscale-offset.ll5 …ule -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/llvm/test/tools/llvm-profdata/
Dhash-mismatch.proftext9 # 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

12345678910