Home
last modified time | relevance | path

Searched refs:t1c (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/test/ThinLTO/X86/
H A Ddevirt_pure_virtual_base.ll41 ; RUN: opt -o %t1c.o %s
42 ; RUN: llvm-lto2 run %t1c.o -save-temps -pass-remarks=. \
45 ; RUN: -r=%t1c.o,_start,plx \
46 ; RUN: -r=%t1c.o,_ZTV1A,p \
47 ; RUN: -r=%t1c.o,_ZTV1B,p \
48 ; RUN: -r=%t1c.o,_ZN1A1fEi,p \
49 ; RUN: -r=%t1c.o,_ZN1A1nEi,p \
50 ; RUN: -r=%t1c.o,_ZN1B1fEi,p \
51 ; RUN: -r=%t1c.o,__cxa_pure_virtual, \
/llvm-project/lld/test/ELF/lto/
H A Ddevirt_vcall_vis_shared_def.ll24 ; RUN: opt -o %t1c.o %s
26 ; RUN: ld.lld %t1c.o %t2c.o -o %t3c -save-temps --lto-whole-program-visibility \
45 ; RUN: ld.lld %t1c.o %t.so -o %t4c --lto-whole-program-visibility \
/llvm-project/llvm/test/tools/gold/X86/
H A Ddevirt_vcall_vis_shared_def.ll29 ; RUN: opt -o %t1c.o %s
35 ; RUN: %t1c.o %t2c.o -o %t3c 2>&1 | FileCheck %s --check-prefix=REMARK
65 ; RUN: %t1c.o %t.so -o %t4c \
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dfast-isel-cmp-imm.ll53 define void @t1c(float %a) nounwind {
55 ; ELF64-LABEL: @t1c
56 ; SPE-LABEL: @t1c
57 ; VSX-LABEL: @t1c
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp99 tuple<int> t1c(t1b); in test_tuple() local