Home
last modified time | relevance | path

Searched refs:ALL (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dmacro-bcc-imm.s2 # RUN: FileCheck %s --check-prefix=ALL
6 beql $a2, 0x1ffff, foo # ALL: lui $1, 1
7 # ALL: ori $1, $1, 65535
8 # ALL: beql $6, $1, foo
10 # ALL: nop
20 # ALL: nop
21 bnel $a2, 0x1ffff, foo # ALL: lui $1, 1
25 # ALL: nop
35 # ALL: nop
39 # ALL: nop
[all …]
H A Dmacro-seq.s4 # ALL: .text
6 # ALL: sltiu $2, $11, 1
8 # ALL: sltiu $2, $11, 1
12 # ALL: xor $2, $11, $12
13 # ALL: sltiu $2, $2, 1
17 # ALL: lui $1, 7
19 # ALL: xor $2, $12, $1
22 # ALL: xor $2, $2, $3
36 # ALL: lui $1, 65534
41 # ALL: lui $1, 32768
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Ddiv-rem-pair-recomposition-signed.ll11 ; ALL-LABEL: scalar_i8:
12 ; ALL: // %bb.0:
18 ; ALL-NEXT: ret
28 ; ALL: // %bb.0:
34 ; ALL-NEXT: ret
48 ; ALL-NEXT: ret
62 ; ALL-NEXT: ret
139 ; ALL-NEXT: ret
184 ; ALL-NEXT: ret
213 ; ALL-NEXT: ret
[all …]
H A Ddiv-rem-pair-recomposition-unsigned.ll11 ; ALL-LABEL: scalar_i8:
12 ; ALL: // %bb.0:
18 ; ALL-NEXT: ret
28 ; ALL: // %bb.0:
34 ; ALL-NEXT: ret
48 ; ALL-NEXT: ret
62 ; ALL-NEXT: ret
139 ; ALL-NEXT: ret
184 ; ALL-NEXT: ret
213 ; ALL-NEXT: ret
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dcallabi.ll11 ; ALL-LABEL: cxb:
26 ; ALL-LABEL: cxh:
41 ; ALL-LABEL: cxi:
53 ; ALL-LABEL: cxbb:
72 ; ALL-LABEL: cxhh:
91 ; ALL-LABEL: cxii:
104 ; ALL-LABEL: cxccc:
127 ; ALL-LABEL: cxhhh:
150 ; ALL-LABEL: cxiii:
278 ; ALL-LABEL: cxf:
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/GlobalISel/
H A Dcmp.ll6 ; ALL: # %bb.0:
9 ; ALL-NEXT: sete %al
11 ; ALL-NEXT: retq
19 ; ALL: # %bb.0:
24 ; ALL-NEXT: retq
32 ; ALL: # %bb.0:
37 ; ALL-NEXT: retq
50 ; ALL-NEXT: retq
63 ; ALL-NEXT: retq
76 ; ALL-NEXT: retq
[all …]
H A Dphi.ll5 ; ALL-LABEL: test_i8:
9 ; ALL-NEXT: setg %cl
12 ; ALL-NEXT: # %bb.1:
15 ; ALL-NEXT: retq
19 ; ALL-NEXT: retq
46 ; ALL-NEXT: retq
50 ; ALL-NEXT: retq
76 ; ALL-NEXT: retq
79 ; ALL-NEXT: retq
105 ; ALL-NEXT: retq
[all …]
H A Dmemop-scalar.ll7 ; ALL: # %bb.0:
9 ; ALL-NEXT: retq
16 ; ALL: # %bb.0:
18 ; ALL-NEXT: retq
25 ; ALL: # %bb.0:
27 ; ALL-NEXT: retq
36 ; ALL-NEXT: retq
45 ; ALL-NEXT: retq
61 ; ALL-NEXT: retq
77 ; ALL-NEXT: retq
[all …]
H A Dselect-phi.mir120 ; ALL: bb.0.entry:
123 ; ALL-NEXT: {{ $}}
134 ; ALL-NEXT: {{ $}}
137 ; ALL-NEXT: {{ $}}
138 ; ALL-NEXT: {{ $}}
184 ; ALL: bb.0.entry:
187 ; ALL-NEXT: {{ $}}
198 ; ALL-NEXT: {{ $}}
247 ; ALL: bb.0.entry:
318 ; ALL: bb.0.entry:
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/cconv/
H A Dmemory-layout.ll30 ; ALL-NOT: .p2align
31 ; ALL-LABEL: byte:
32 ; ALL: .byte 1
36 ; ALL-LABEL: halfword:
41 ; ALL-LABEL: word:
46 ; ALL-LABEL: float:
51 ; ALL-LABEL: dword:
56 ; ALL-LABEL: double:
63 ; ALL-LABEL: pointer:
80 ; ALL-LABEL: byte_array:
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/
H A Doption-all-views-2.s15 # ALL: Dispatch Width: 2
31 # ALL-NEXT: |
33 # ALL-NEXT: |
35 # ALL-NEXT: |
37 # ALL-NEXT: |
40 # ALL: Instruction Info:
41 # ALL-NEXT: [1]: #uOps
42 # ALL-NEXT: [2]: Latency
43 # ALL-NEXT: [3]: RThroughput
44 # ALL-NEXT: [4]: MayLoad
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/msa/
H A Darithmetic.ll6 ; ALL-LABEL: add_v16i8:
7 ; ALL: # %bb.0:
11 ; ALL-NEXT: jr $ra
21 ; ALL-LABEL: add_v8i16:
22 ; ALL: # %bb.0:
26 ; ALL-NEXT: jr $ra
37 ; ALL: # %bb.0:
41 ; ALL-NEXT: jr $ra
52 ; ALL: # %bb.0:
56 ; ALL-NEXT: jr $ra
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/cstmaterialization/
H A DconstMaterialization.ll12 ; ALL-NOT: lui
13 ; ALL-NOT: ori
25 ; ALL-NOT: lui
26 ; ALL-NOT: ori
38 ; ALL-NOT: lui
39 ; ALL-NOT: ori
50 ; ALL-NOT: lui
51 ; ALL-NOT: ori
62 ; ALL-NOT: lui
63 ; ALL-NOT: ori
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dsections-ext.test34 # ALL-NEXT: ]
48 # ALL-NEXT: }
54 # ALL-NEXT: ]
77 # ALL-NEXT: }
83 # ALL-NEXT: ]
100 # ALL-NEXT: }
118 # ALL-NEXT: }
141 # ALL-NEXT: }
162 # ALL-NEXT: }
185 # ALL-NEXT: }
[all …]
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dmodule-stats.test4 ALL: Mod 0000 | `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`:
5 ALL-NEXT: Stream 12, 308 bytes
6 ALL: Symbols
15 ALL: Chunks
20 ALL-NEXT: Mod 0001 | `* Linker *`:
21 ALL-NEXT: Stream 14, 520 bytes
22 ALL: Symbols
31 ALL: Chunks
34 ALL-NEXT: Summary |
35 ALL: Symbols
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/BtVer2/
H A Dindependent-load-stores.s35 # ALL-NEXT: [1]: #uOps
36 # ALL-NEXT: [2]: Latency
38 # ALL-NEXT: [4]: MayLoad
39 # ALL-NEXT: [5]: MayStore
54 # ALL: Resources:
55 # ALL-NEXT: [0] - JALU0
57 # ALL-NEXT: [2] - JDiv
58 # ALL-NEXT: [3] - JFPA
59 # ALL-NEXT: [4] - JFPM
63 # ALL-NEXT: [8] - JMul
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/Haswell/
H A Dindependent-load-stores.s35 # ALL-NEXT: [1]: #uOps
36 # ALL-NEXT: [2]: Latency
37 # ALL-NEXT: [3]: RThroughput
38 # ALL-NEXT: [4]: MayLoad
39 # ALL-NEXT: [5]: MayStore
54 # ALL: Resources:
57 # ALL-NEXT: [2] - HWPort0
58 # ALL-NEXT: [3] - HWPort1
59 # ALL-NEXT: [4] - HWPort2
60 # ALL-NEXT: [5] - HWPort3
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/IceLakeServer/
H A Dindependent-load-stores.s34 # ALL: Instruction Info:
35 # ALL-NEXT: [1]: #uOps
36 # ALL-NEXT: [2]: Latency
37 # ALL-NEXT: [3]: RThroughput
38 # ALL-NEXT: [4]: MayLoad
39 # ALL-NEXT: [5]: MayStore
54 # ALL: Resources:
57 # ALL-NEXT: [2] - ICXPort0
58 # ALL-NEXT: [3] - ICXPort1
59 # ALL-NEXT: [4] - ICXPort2
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Do32_cc.ll7 ; ALL-LABEL: testlowercall0:
8 ; ALL-DAG: ldc1 $f12, %lo
9 ; ALL-DAG: ldc1 $f14, %lo
19 ; ALL-LABEL: testlowercall1:
31 ; ALL-LABEL: testlowercall2:
43 ; ALL-LABEL: testlowercall3:
55 ; ALL-LABEL: testlowercall4:
354 ; ALL-DAG: lui $6
355 ; ALL-DAG: lui $7
358 ; ALL-DAG: lui $6
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/SkylakeClient/
H A Dindependent-load-stores.s34 # ALL: Instruction Info:
35 # ALL-NEXT: [1]: #uOps
36 # ALL-NEXT: [2]: Latency
37 # ALL-NEXT: [3]: RThroughput
38 # ALL-NEXT: [4]: MayLoad
39 # ALL-NEXT: [5]: MayStore
54 # ALL: Resources:
57 # ALL-NEXT: [2] - SKLPort0
58 # ALL-NEXT: [3] - SKLPort1
59 # ALL-NEXT: [4] - SKLPort2
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/SkylakeServer/
H A Dindependent-load-stores.s34 # ALL: Instruction Info:
35 # ALL-NEXT: [1]: #uOps
36 # ALL-NEXT: [2]: Latency
37 # ALL-NEXT: [3]: RThroughput
38 # ALL-NEXT: [4]: MayLoad
39 # ALL-NEXT: [5]: MayStore
54 # ALL: Resources:
57 # ALL-NEXT: [2] - SKXPort0
58 # ALL-NEXT: [3] - SKXPort1
59 # ALL-NEXT: [4] - SKXPort2
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Davx512-cmp.ll6 ; ALL-LABEL: test1:
7 ; ALL: ## %bb.0:
13 ; ALL-NEXT: retq
16 ; ALL-NEXT: retq
29 ; ALL-LABEL: test2:
35 ; ALL-NEXT: retq
38 ; ALL-NEXT: retq
51 ; ALL-LABEL: test3:
55 ; ALL-NEXT: retq
63 ; ALL-LABEL: test5:
[all …]
H A Dfastmath-float-half-conversion.ll6 ; ALL-LABEL: test1_fast:
8 ; ALL-NEXT: pushq %rax
12 ; ALL-NEXT: popq %rcx
13 ; ALL-NEXT: retq
20 ; ALL-LABEL: test2_fast:
29 ; ALL-NEXT: retq
36 ; ALL-LABEL: test1:
42 ; ALL-NEXT: popq %rcx
43 ; ALL-NEXT: retq
50 ; ALL-LABEL: test2:
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dcast.ll12 ; ALL-LABEL: @test1(
21 ; ALL-LABEL: @test2(
32 ; ALL-LABEL: @test3(
42 ; ALL-LABEL: @test4(
54 ; ALL-LABEL: @test5(
64 ; ALL-LABEL: @test6(
74 ; ALL-LABEL: @test7(
84 ; ALL-LABEL: @test8(
94 ; ALL-LABEL: @test9(
126 ; ALL-NEXT: entry:
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/LoopIdiom/X86/
H A Dcttz.ll21 ; ALL-NEXT: entry:
28 ; ALL: while.body:
40 ; ALL: while.end:
81 ; ALL-LABEL: @cttz(
82 ; ALL-NEXT: entry:
88 ; ALL: while.cond:
97 ; ALL: while.end:
132 ; ALL-NEXT: entry:
152 ; ALL: while.end:
194 ; ALL-NEXT: entry:
[all …]

12345678910>>...25