Home
last modified time | relevance | path

Searched refs:MAIN (Results 1 – 25 of 115) sorted by relevance

12345

/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dcmpxchg-01.ll3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN
14 ; CHECK-MAIN-LABEL: f1:
15 ; CHECK-MAIN: risbg [[RISBG:%r[1-9]+]], %r3, 0, 189, 0{{$}}
16 ; CHECK-MAIN-DAG: sll %r3, 3
17 ; CHECK-MAIN-DAG: l [[OLD:%r[0-9]+]], 0([[RISBG]])
18 ; CHECK-MAIN: [[LOOP:\.[^ ]*]]:
19 ; CHECK-MAIN: rll %r2, [[OLD]], 8(%r3)
20 ; CHECK-MAIN: risbg %r4, %r2, 32, 55, 0
21 ; CHECK-MAIN: crjlh %r2, %r4, [[EXIT:\.[^ ]*]]
22 ; CHECK-MAIN: risbg %r5, %r2, 32, 55, 0
[all …]
Dcmpxchg-02.ll3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN
14 ; CHECK-MAIN-LABEL: f1:
15 ; CHECK-MAIN: risbg [[RISBG:%r[1-9]+]], %r3, 0, 189, 0{{$}}
16 ; CHECK-MAIN-DAG: sll %r3, 3
17 ; CHECK-MAIN-DAG: l [[OLD:%r[0-9]+]], 0([[RISBG]])
18 ; CHECK-MAIN: [[LOOP:\.[^ ]*]]:
19 ; CHECK-MAIN: rll %r2, [[OLD]], 16(%r3)
20 ; CHECK-MAIN: risbg %r4, %r2, 32, 47, 0
21 ; CHECK-MAIN: crjlh %r2, %r4, [[EXIT:\.[^ ]*]]
22 ; CHECK-MAIN: risbg %r5, %r2, 32, 47, 0
[all …]
Dtls-04.ll3 …%s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-MAIN
16 ; CHECK-MAIN-LABEL: foo:
17 ; CHECK-MAIN-DAG: larl %r12, _GLOBAL_OFFSET_TABLE_
18 ; CHECK-MAIN-DAG: lgrl %r2, .LCP{{.*}}_0
19 ; CHECK-MAIN: brasl %r14, __tls_get_offset@PLT:tls_ldcall:x
20 ; CHECK-MAIN: larl %r1, .LCP{{.*}}_1
21 ; CHECK-MAIN: ag %r2, 0(%r1)
22 ; CHECK-MAIN: ear [[HIGH:%r[0-5]]], %a0
23 ; CHECK-MAIN: sllg [[TP:%r[0-5]]], [[HIGH]], 32
24 ; CHECK-MAIN: ear [[TP]], %a1
[all …]
Dtls-03.ll3 …%s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-MAIN
13 ; CHECK-MAIN-LABEL: foo:
14 ; CHECK-MAIN-DAG: larl %r12, _GLOBAL_OFFSET_TABLE_
15 ; CHECK-MAIN-DAG: lgrl %r2, .LCP{{.*}}
16 ; CHECK-MAIN: brasl %r14, __tls_get_offset@PLT:tls_gdcall:x
17 ; CHECK-MAIN: ear [[HIGH:%r[0-5]]], %a0
18 ; CHECK-MAIN: sllg [[TP:%r[0-5]]], [[HIGH]], 32
19 ; CHECK-MAIN: ear [[TP]], %a1
20 ; CHECK-MAIN: agr %r2, [[TP]]
21 ; CHECK-MAIN: br %r14
Dtls-02.ll3 …%s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-MAIN
10 ; CHECK-MAIN-LABEL: foo:
11 ; CHECK-MAIN: ear [[HIGH:%r[0-5]]], %a0
12 ; CHECK-MAIN: sllg %r2, [[HIGH]], 32
13 ; CHECK-MAIN-DAG: ear %r2, %a1
14 ; CHECK-MAIN-DAG: larl %r1, x@INDNTPOFF
15 ; CHECK-MAIN: ag %r2, 0(%r1)
16 ; CHECK-MAIN: br %r14
Dtls-01.ll3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN
14 ; CHECK-MAIN-LABEL: foo:
15 ; CHECK-MAIN: ear [[HIGH:%r[0-5]]], %a0
16 ; CHECK-MAIN: sllg %r2, [[HIGH]], 32
17 ; CHECK-MAIN-DAG: ear %r2, %a1
18 ; CHECK-MAIN-DAG: larl %r1, .LCP{{.*}}
19 ; CHECK-MAIN: ag %r2, 0(%r1)
20 ; CHECK-MAIN: br %r14
/external/llvm-project/lldb/test/Shell/SymbolFile/PDB/
Dpointers.test5 RUN: lldb-test symbols %T/PointerTypeTest.cpp.exe | FileCheck --check-prefix=MAIN-ST-F %s
6 RUN: lldb-test symbols %T/PointerTypeTest.cpp.exe | FileCheck --check-prefix=MAIN-ST %s
7 RUN: lldb-test symbols %T/PointerTypeTest.cpp.exe | FileCheck --check-prefix=MAIN %s
13 MAIN-ST-F: name = "f"
14 MAIN-ST-F-SAME: decl = PointerTypeTest.cpp:8
15 MAIN-ST-F-SAME: compiler_type = {{.*}} int (int)
17 MAIN-ST: name = "ST", size = 4, decl = PointerTypeTest.cpp:6, compiler_type = {{.*}} struct ST {
18 MAIN-ST-NEXT: int a;
19 MAIN-ST-NEXT: int {{.*}}f(int);
20 MAIN-ST-NEXT:}
[all …]
Dvariables.test7 RUN: FileCheck --check-prefix=FUNC-MAIN --input-file=%T/VariablesTest.out %s
41 FUNC-MAIN: Function{{.*}}, mangled = main
42 FUNC-MAIN-NEXT: Block
43 FUNC-MAIN-NEXT: Variable{{.*}}, name = "same_name_var"
44 FUNC-MAIN-SAME: scope = local
45 FUNC-MAIN-NEXT: Variable{{.*}}, name = "local_const"
46 FUNC-MAIN-SAME: scope = local
47 FUNC-MAIN-NEXT: Variable{{.*}}, name = "local_CString"
48 FUNC-MAIN-SAME: scope = local
49 FUNC-MAIN-NEXT: Variable{{.*}}, name = "local_pCString"
[all …]
/external/elfutils/libcpu/
Di386_lex.l55 %x MAIN
69 "%%" { BEGIN (MAIN); return kPERCPERC; }
72 <MAIN>"0" { return '0'; }
73 <MAIN>"1" { return '1'; }
75 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1,
79 <MAIN>"INVALID" { i386_lval.str = (void *) -1l;
82 <MAIN>{ID} { i386_lval.str = xstrndup (yytext, yyleng);
85 <MAIN>"," { return ','; }
87 <MAIN>":" { return ':'; }
89 <INITIAL,MAIN>^"\n" { /* IGNORE */ }
[all …]
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dpartitions.test10 RUN: llvm-readelf --headers --sections --symbols %t1 | FileCheck --check-prefix=MAIN %s
14 MAIN: ELF Header:
15 MAIN-NEXT: Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
16 MAIN-NEXT: Class: ELF64
17 MAIN-NEXT: Data: 2's complement, little endian
18 MAIN-NEXT: Version: 1 (current)
19 MAIN-NEXT: OS/ABI: UNIX - System V
20 MAIN-NEXT: ABI Version: 0
21 MAIN-NEXT: Type: EXEC (Executable file)
22 MAIN-NEXT: Machine: Advanced Micro Devices X86-64
[all …]
/external/llvm-project/lld/test/ELF/
Dverdef.s72 # RUN: llvm-readobj -V %tout | FileCheck --check-prefix=MAIN %s
74 # MAIN: VersionSymbols [
75 # MAIN-NEXT: Symbol {
76 # MAIN-NEXT: Version: 0
77 # MAIN-NEXT: Name:
78 # MAIN-NEXT: }
79 # MAIN-NEXT: Symbol {
80 # MAIN-NEXT: Version: 2
81 # MAIN-NEXT: Name: a@LIBSAMPLE_1.0
82 # MAIN-NEXT: }
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dtls-04.ll3 …%s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-MAIN
16 ; CHECK-MAIN-LABEL: foo:
17 ; CHECK-MAIN-DAG: larl %r12, _GLOBAL_OFFSET_TABLE_
18 ; CHECK-MAIN-DAG: lgrl %r2, .LCP{{.*}}_0
19 ; CHECK-MAIN: brasl %r14, __tls_get_offset@PLT:tls_ldcall:x
20 ; CHECK-MAIN: larl %r1, .LCP{{.*}}_1
21 ; CHECK-MAIN: ag %r2, 0(%r1)
22 ; CHECK-MAIN: ear [[HIGH:%r[0-5]]], %a0
23 ; CHECK-MAIN: sllg [[TP:%r[0-5]]], [[HIGH]], 32
24 ; CHECK-MAIN: ear [[TP]], %a1
[all …]
Dcmpxchg-01.ll3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN
14 ; CHECK-MAIN-LABEL: f1:
15 ; CHECK-MAIN: risbg [[RISBG:%r[1-9]+]], %r3, 0, 189, 0{{$}}
16 ; CHECK-MAIN: sll %r3, 3
17 ; CHECK-MAIN: l [[OLD:%r[0-9]+]], 0([[RISBG]])
18 ; CHECK-MAIN: [[LOOP:\.[^ ]*]]:
19 ; CHECK-MAIN: rll %r2, [[OLD]], 8(%r3)
20 ; CHECK-MAIN: risbg %r4, %r2, 32, 55, 0
21 ; CHECK-MAIN: crjlh %r2, %r4, [[EXIT:\.[^ ]*]]
22 ; CHECK-MAIN: risbg %r5, %r2, 32, 55, 0
[all …]
Dcmpxchg-02.ll3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN
14 ; CHECK-MAIN-LABEL: f1:
15 ; CHECK-MAIN: risbg [[RISBG:%r[1-9]+]], %r3, 0, 189, 0{{$}}
16 ; CHECK-MAIN: sll %r3, 3
17 ; CHECK-MAIN: l [[OLD:%r[0-9]+]], 0([[RISBG]])
18 ; CHECK-MAIN: [[LOOP:\.[^ ]*]]:
19 ; CHECK-MAIN: rll %r2, [[OLD]], 16(%r3)
20 ; CHECK-MAIN: risbg %r4, %r2, 32, 47, 0
21 ; CHECK-MAIN: crjlh %r2, %r4, [[EXIT:\.[^ ]*]]
22 ; CHECK-MAIN: risbg %r5, %r2, 32, 47, 0
[all …]
Dtls-03.ll3 …%s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-MAIN
13 ; CHECK-MAIN-LABEL: foo:
14 ; CHECK-MAIN-DAG: larl %r12, _GLOBAL_OFFSET_TABLE_
15 ; CHECK-MAIN-DAG: lgrl %r2, .LCP{{.*}}
16 ; CHECK-MAIN: brasl %r14, __tls_get_offset@PLT:tls_gdcall:x
17 ; CHECK-MAIN: ear [[HIGH:%r[0-5]]], %a0
18 ; CHECK-MAIN: sllg [[TP:%r[0-5]]], [[HIGH]], 32
19 ; CHECK-MAIN: ear [[TP]], %a1
20 ; CHECK-MAIN: agr %r2, [[TP]]
21 ; CHECK-MAIN: br %r14
Dtls-02.ll3 …%s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-MAIN
10 ; CHECK-MAIN-LABEL: foo:
11 ; CHECK-MAIN: ear [[HIGH:%r[0-5]]], %a0
12 ; CHECK-MAIN: sllg %r2, [[HIGH]], 32
13 ; CHECK-MAIN: ear %r2, %a1
14 ; CHECK-MAIN: larl %r1, x@INDNTPOFF
15 ; CHECK-MAIN: ag %r2, 0(%r1)
16 ; CHECK-MAIN: br %r14
Dtls-01.ll3 ; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CHECK-MAIN
14 ; CHECK-MAIN-LABEL: foo:
15 ; CHECK-MAIN: ear [[HIGH:%r[0-5]]], %a0
16 ; CHECK-MAIN: sllg %r2, [[HIGH]], 32
17 ; CHECK-MAIN: ear %r2, %a1
18 ; CHECK-MAIN: larl %r1, .LCP{{.*}}
19 ; CHECK-MAIN: ag %r2, 0(%r1)
20 ; CHECK-MAIN: br %r14
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/ARM/
Dspeculate-math.ll3 ; RUN: opt -S -simplifycfg -mtriple=thumbv8m.main < %s | FileCheck %s --check-prefix=CHECK-V8M-MAIN
23 ; CHECK-V8M-MAIN-LABEL: @fdiv_test(
24 ; CHECK-V8M-MAIN-NEXT: entry:
25 ; CHECK-V8M-MAIN-NEXT: [[CMP:%.*]] = fcmp ogt double [[A:%.*]], 0.000000e+00
26 ; CHECK-V8M-MAIN-NEXT: [[DIV:%.*]] = fdiv double [[B:%.*]], [[A]]
27 ; CHECK-V8M-MAIN-NEXT: [[COND:%.*]] = select nsz i1 [[CMP]], double [[DIV]], double 0.000000e+00
28 ; CHECK-V8M-MAIN-NEXT: ret double [[COND]]
59 ; CHECK-V8M-MAIN-LABEL: @sqrt_test(
60 ; CHECK-V8M-MAIN-NEXT: entry:
61 ; CHECK-V8M-MAIN-NEXT: [[CMP_I:%.*]] = fcmp olt float [[A:%.*]], 0.000000e+00
[all …]
/external/icing/icing/index/
Dterm-id-codec_test.cc56 EXPECT_THAT(codec->EncodeTvi(0, TviType::MAIN), IsOkAndHolds(Eq(0))); in TEST()
57 EXPECT_THAT(codec->EncodeTvi(2, TviType::MAIN), IsOkAndHolds(Eq(2))); in TEST()
58 EXPECT_THAT(codec->EncodeTvi(3, TviType::MAIN), in TEST()
75 EXPECT_THAT(decoded_term.tvi_type, Eq(TviType::MAIN)); in TEST()
92 EXPECT_THAT(codec->DecodeTviType(0), IsOkAndHolds(Eq(TviType::MAIN))); in TEST()
93 EXPECT_THAT(codec->DecodeTviType(2), IsOkAndHolds(Eq(TviType::MAIN))); in TEST()
/external/llvm-project/llvm/test/tools/llvm-nm/X86/
Ddyldinfo.test5 # RUN: llvm-nm %p/Inputs/Strip-N.LC_MAIN.exe.macho-x86_64 | FileCheck --check-prefix=LC-MAIN %s
29 # LC-MAIN: 0000000100000f50 t <redacted LC_MAIN>
30 # LC-MAIN: 0000000100000000 T __mh_execute_header
31 # LC-MAIN: U _printf
32 # LC-MAIN: U dyld_stub_binder
/external/llvm-project/llvm/test/Analysis/CostModel/ARM/
Dcmps.ll3 …l -analyze -mtriple=thumbv8m.main-none-eabi < %s | FileCheck %s --check-prefix=CHECK-V8M-MAIN-RECIP
7 …d=code-size -mtriple=thumbv8m.main-none-eabi < %s | FileCheck %s --check-prefix=CHECK-V8M-MAIN-SIZE
28 ; CHECK-V8M-MAIN-RECIP-LABEL: 'cmps'
29 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %a = icmp s…
30 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %b = icmp u…
31 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %c = icmp s…
32 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %d = icmp n…
33 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 32 for instruction: %e = icmp …
34 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 16 for instruction: %f = icmp …
35 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 8 for instruction: %g = icmp s…
[all …]
Dcast.ll4 …l -analyze -mtriple=thumbv8m.main-none-eabi < %s | FileCheck %s --check-prefix=CHECK-V8M-MAIN-RECIP
8 …d=code-size -mtriple=thumbv8m.main-none-eabi < %s | FileCheck %s --check-prefix=CHECK-V8M-MAIN-SIZE
788 ; CHECK-V8M-MAIN-RECIP-LABEL: 'casts'
789 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r0 = sext …
790 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r1 = zext …
791 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r2 = sext …
792 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r3 = zext …
793 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r4 = sext …
794 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r5 = zext …
795 ; CHECK-V8M-MAIN-RECIP-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r6 = sext …
[all …]
Ddivrem.ll4 …t-model -analyze -mtriple=thumbv8m.main-none-eabi < %s | FileCheck %s --check-prefix=CHECK-V8M-MAIN
31 ; CHECK-V8M-MAIN-LABEL: 'i8'
32 ; CHECK-V8M-MAIN-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %1 = sdiv i8 unde…
33 ; CHECK-V8M-MAIN-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %2 = udiv i8 unde…
34 ; CHECK-V8M-MAIN-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %3 = srem i8 unde…
35 ; CHECK-V8M-MAIN-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %4 = urem i8 unde…
36 ; CHECK-V8M-MAIN-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %5 = sdiv i8 unde…
37 ; CHECK-V8M-MAIN-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %6 = udiv i8 unde…
38 ; CHECK-V8M-MAIN-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %7 = srem i8 unde…
39 ; CHECK-V8M-MAIN-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %8 = urem i8 unde…
[all …]
/external/icing/icing/index/main/
Dmain-index-merger_test.cc140 term_id_codec_->EncodeTvi(foo_main_tvi, TviType::MAIN)); in TEST_F()
148 term_id_codec_->EncodeTvi(foot_main_tvi, TviType::MAIN)); in TEST_F()
152 term_id_codec_->EncodeTvi(fool_main_tvi, TviType::MAIN)); in TEST_F()
204 term_id_codec_->EncodeTvi(foo_main_tvi, TviType::MAIN)); in TEST_F()
214 term_id_codec_->EncodeTvi(foot_main_tvi, TviType::MAIN)); in TEST_F()
272 term_id_codec_->EncodeTvi(foo_main_tvi, TviType::MAIN)); in TEST_F()
277 term_id_codec_->EncodeTvi(foot_main_tvi, TviType::MAIN)); in TEST_F()
333 term_id_codec_->EncodeTvi(foo_main_tvi, TviType::MAIN)); in TEST_F()
343 term_id_codec_->EncodeTvi(foot_main_tvi, TviType::MAIN)); in TEST_F()
347 term_id_codec_->EncodeTvi(fool_main_tvi, TviType::MAIN)); in TEST_F()
/external/llvm-project/llvm/test/ThinLTO/X86/
Ddot-dumper.ll24 ; PERMODULE-NEXT: M0_[[MAIN:[0-9]+]] [shape="record",label="main|extern (inst: 4, ffl: 000000)}"…
26 ; PERMODULE-NEXT: M0_[[MAIN_ALIAS]] -> M0_[[MAIN]] [style=dotted]; // alias
30 ; PERMODULE-NEXT: M0_[[MAIN]] -> [[A]] [style=dashed,color=forestgreen]; // const-ref
32 ; PERMODULE-NEXT: M0_[[MAIN]] -> [[FOO]] // call (hotness : Unknown)
43 ; COMBINED-NEXT: M0_[[MAIN:[0-9]+]] [shape="record",label="main|extern (inst: 4, ffl: 000000)}"]…
45 ; COMBINED-NEXT: M0_[[MAIN_ALIAS]] -> M0_[[MAIN]] [style=dotted]; // alias
62 ; COMBINED-NEXT: M0_[[MAIN]] -> M1_[[A]] [style=dashed,color=forestgreen]; // const-ref
63 ; COMBINED-NEXT: M0_[[MAIN]] -> M1_[[FOO]] // call (hotness : Unknown)

12345