Home
last modified time | relevance | path

Searched refs:LC2 (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dstore-constant.ll64 ; CHECK-NEXT: addis 5, 2, .LC2@toc@ha
69 ; CHECK-NEXT: ld 5, .LC2@toc@l(5)
90 ; CHECK-NEXT: addis 5, 2, .LC2@toc@ha
95 ; CHECK-NEXT: ld 5, .LC2@toc@l(5)
115 ; CHECK-NEXT: addis 4, 2, .LC2@toc@ha
119 ; CHECK-NEXT: ld 4, .LC2@toc@l(4)
141 ; CHECK-NEXT: ld 4, .LC2@toc@l(4)
161 ; CHECK-NEXT: ld 3, .LC2@toc@l(3)
182 ; CHECK-NEXT: ld 4, .LC2@toc@l(4)
251 ; CHECK-NEXT: ld 3, .LC2@toc@l(3)
[all …]
H A Dswaps-le-6.ll33 ; CHECK-NEXT: addis r3, r2, .LC2@toc@ha
34 ; CHECK-NEXT: ld r3, .LC2@toc@l(r3)
48 ; CHECK-P9-NEXT: addis r3, r2, .LC2@toc@ha
49 ; CHECK-P9-NEXT: ld r3, .LC2@toc@l(r3)
63 ; CHECK-P9-NOVECTOR-NEXT: addis r3, r2, .LC2@toc@ha
64 ; CHECK-P9-NOVECTOR-NEXT: ld r3, .LC2@toc@l(r3)
87 ; CHECK-NEXT: addis r3, r2, .LC2@toc@ha
88 ; CHECK-NEXT: ld r3, .LC2@toc@l(r3)
102 ; CHECK-P9-NEXT: addis r3, r2, .LC2@toc@ha
103 ; CHECK-P9-NEXT: ld r3, .LC2@toc@l(r3)
[all …]
H A D2012-09-16-TOC-entry-check.ll6 ; and .LC2 symbols defined in the module.
9 @.LC2 = internal global [5 x i8] c".LC2\00"
22 ; avoid name clash with global constants .LC0 and .LC2
H A Dp9-vbpermd.ll20 ; CHECK-NEXT: addis 3, 2, .LC2@toc@ha
21 ; CHECK-NEXT: ld 3, .LC2@toc@l(3)
H A Dpr33547.ll63 ; CHECK-NEXT: addis 6, 2, .LC2@toc@ha
65 ; CHECK-NEXT: ld 6, .LC2@toc@l(6)
H A Dmcm-1.ll46 ; CHECK-NEXT: .LC2:
H A Dppc32-pic-large.ll62 ; LARGE-NEXT: .LC2:
H A Dindirectbr.ll75 ; PIC-NEXT: lwz r[[R1:[0-9]+]], .LC2-.LTOC(r30)
H A Delf64-byval-cc.ll260 ; CHECK-NEXT: addis 3, 2, .LC2@toc@ha
261 ; CHECK-NEXT: ld 3, .LC2@toc@l(3)
H A Df128-conv.ll602 ; CHECK-NEXT: addis r4, r2, .LC2@toc@ha
603 ; CHECK-NEXT: ld r4, .LC2@toc@l(r4)
619 ; CHECK-P8-NEXT: addis r4, r2, .LC2@toc@ha
621 ; CHECK-P8-NEXT: ld r4, .LC2@toc@l(r4)
/llvm-project-15.0.7/lld/test/ELF/
H A Dppc64-toc-relax2.s28 addis 4, 2, .LC2@toc@ha
30 ld 4, .LC2@toc@l(4)
65 .LC2: label
/llvm-project-15.0.7/bolt/test/X86/
H A Dfalse-jump-table.s19 .LC2: label
78 leaq .LC2(%rip), %rdi
H A Dzero-sized-object.s19 .LC2: label
74 movl $.LC2, %edi
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dclass.cpp96 class LC2 { in f() class
/llvm-project-15.0.7/bolt/test/X86/Inputs/
H A Dexc_args.s189 .LC2: label
286 movl $.LC2, %edi
H A Dexc4sw.S156 .LC2: label
244 movl $.LC2, %edi
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A D2009-01-13-RecursiveInlineCrash.ll9 @"\01LC2" = external constant [17 x i8] ; <[17 x i8]*> [#uses=0]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dnegate-add-zero.ll110 @"\01LC2" = external constant [10 x i8] ; <ptr> [#uses=0]
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp313 RTLIB::Libcall LC1 = RTLIB::UNKNOWN_LIBCALL, LC2 = RTLIB::UNKNOWN_LIBCALL; in softenSetCCOperands() local
368 LC2 = (VT == MVT::f32) ? RTLIB::OEQ_F32 : in softenSetCCOperands()
417 if (LC2 == RTLIB::UNKNOWN_LIBCALL) { in softenSetCCOperands()
424 auto Call2 = makeLibCall(DAG, LC2, RetVT, Ops, CallOptions, dl, Chain); in softenSetCCOperands()
425 CCCode = getCmpLibcallCC(LC2); in softenSetCCOperands()