Home
last modified time | relevance | path

Searched refs:t2b (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Demit_imports.ll3 ; RUN: opt -module-summary %p/Inputs/emit_imports2.ll -o %t2b.bc
8 ; RUN: llvm-lto -thinlto-action=thinlink -o %t.index.bc %t1.bc %t2.bc %t2b.bc %t3.bc
9 ; RUN: llvm-lto -thinlto-action=emitimports -thinlto-index %t.index.bc %t1.bc %t2.bc %t2b.bc %t3.bc
27 ; RUN: llvm-lto2 run %t1.bc %t2.bc %t2b.bc %t3.bc -o %t.o -save-temps \
33 ; RUN: -r=%t2b.bc,h,px
40 ; RUN: llvm-lto2 run %t1.bc %t2.bc %t2b.bc %t3.bc -o %t.o -save-temps \
47 ; RUN: -r=%t2b.bc,h,px
H A Dglobals-import.ll8 ; RUN: opt -module-summary %p/Inputs/globals-import.ll -o %t2b.bc
9 ; RUN: llvm-lto -thinlto-action=thinlink %t1.bc %t2.bc %t2b.bc -o %t3.index.bc
14 ; RUN: llvm-lto -thinlto-action=promote %t2b.bc -thinlto-index=%t3.index.bc
16 ; RUN: llvm-dis %t2b.bc.thinlto.promoted.bc -o - | FileCheck --check-prefix=PROMOTE2 %s
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddbg-value-funcarg.ll15 ; void foo_other_param(int t2a, int t2b) {
16 ; bar(t2b);
17 ; t2b = 123;
18 ; bar(t2b);
19 ; t2b = t2a;
20 ; bar(t2b);
38 ; COMMON-DAG: ![[T2B:.*]] = !DILocalVariable(name: "t2b"
77 define dso_local void @foo_other_param(i32 %t2a, i32 %t2b) local_unnamed_addr #0 !dbg !19 {
104 call void @llvm.dbg.value(metadata i32 %t2b, metadata !24, metadata !DIExpression()), !dbg !26
105 tail call void @bar(i32 %t2b) #3, !dbg !27
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/
H A Dthinlto_samplepgo_icp2.ll14 ; RUN: opt -module-summary %p/Inputs/thinlto_samplepgo_icp2b.ll -o %t2b.bc
18 …ort-instr-limit=5 -o %t3 %t.bc %t2a.bc %t2b.bc -r %t.bc,fptr,plx -r %t.bc,main,plx -r %t2a.bc,_ZL3…
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp1.cpp8 Tuple<int, float> *t2b = t2a; // expected-error{{cannot initialize a variable of type 'Tuple<int, f… variable
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dstrip-unneeded.test9 # RUN: llvm-objcopy --keep-file-symbols --strip-unneeded %t %t2b
10 # RUN: llvm-readobj --symbols %t2b | FileCheck %s --check-prefixes=CHECK,FILESYM
30 # RUN: cmp %t2b %t5
/llvm-project-15.0.7/llvm/test/tools/gold/X86/
H A Dcommon.ll3 ; RUN: llvm-as %p/Inputs/common2.ll -o %t2b.o
21 ; RUN: -shared %t1.o %t2b.o -o %t3.o
H A Ddevirt_vcall_vis_shared_def.ll20 ; RUN: opt --thinlto-bc --thinlto-split-lto-unit -o %t2b.o %S/Inputs/devirt_vcall_vis_shared_def.ll
25 ; RUN: %t1b.o %t2b.o -o %t3b 2>&1 | FileCheck %s --check-prefix=REMARK
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dfast-isel-cmp-imm.ll62 define void @t2b(double %a) uwtable ssp {
64 ; ARM: t2b
65 ; THUMB: t2b
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dfast-isel-cmp-imm.ll99 define void @t2b(double %a) nounwind {
101 ; ELF64-LABEL: @t2b
102 ; SPE-LABEL: @t2b
103 ; VSX-LABEL: @t2b
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Ddevirt_vcall_vis_shared_def.ll18 ; RUN: opt --thinlto-bc --thinlto-split-lto-unit -o %t2b.o %S/Inputs/devirt_vcall_vis_shared_def.ll
19 ; RUN: ld.lld %t1b.o %t2b.o -o %t3b -save-temps --lto-whole-program-visibility \
/llvm-project-15.0.7/clang/test/Analysis/
H A Dfree.cpp38 void t2b () { in t2b() function
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dbroken-dynamic-reloc.test90 …N: yaml2obj --docnum=2 -DRELTYPE=RELA -DTAG1=DT_RELASZ -DTAG1VAL=0x251 -DTAG2=DT_RELAENT %s -o %t2b
91 # RUN: llvm-readobj --dyn-relocations %t2b 2>&1 | \
92 # RUN: FileCheck %s -DFILE=%t2b --check-prefix=INVALID-DT-RELASZ2 --implicit-check-not=warning:
93 # RUN: llvm-readelf --dyn-relocations %t2b 2>&1 | \
94 # RUN: FileCheck %s -DFILE=%t2b --check-prefix=INVALID-DT-RELASZ2 --implicit-check-not=warning:
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Doffset.yaml131 # RUN: yaml2obj %s -DFIRSTOFF=0x41 -o %t2b.o
132 # RUN: obj2yaml %t2b.o | FileCheck %s --check-prefix=FIRSTSEC