Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Darm-position-independence.ll146 ; NO_MOVT_ARM_RO_PC: [[LPC:.LPC[0-9]+_[0-9]+]]:
163 ; NO_MOVT_THUMB2_RO_PC: [[LPC:.LPC[0-9]+_[0-9]+]]:
172 ; THUMB1_RO_PC: [[LPC:.LPC[0-9]+_[0-9]+]]:
259 ; NO_MOVT_ARM_RO_PC: [[LPC:.LPC[0-9]+_[0-9]+]]:
273 ; NO_MOVT_THUMB2_RO_PC: [[LPC:.LPC[0-9]+_[0-9]+]]:
279 ; THUMB1_RO_PC: [[LPC:.LPC[0-9]+_[0-9]+]]:
319 ; NO_MOVT_ARM_RO_PC: [[LPC:.LPC[0-9]+_[0-9]+]]:
339 ; THUMB1_RO_PC: [[LPC:.LPC[0-9]+_[0-9]+]]:
377 ; ARM_RO_PC: [[LPC:.LPC[0-9]+_[0-9]+]]:
385 ; THUMB2_RO_PC: [[LPC:.LPC[0-9]+_[0-9]+]]:
[all …]
H A Ddarwin-tls.ll18 ; T2-MOVT-PIC: movw r0, :lower16:(_local_tls_var-([[PCREL_LOC:LPC[0-9]+_[0-9]+]]+4))
28 ; T2-LIT-PIC: [[PCREL_LOC:LPC[0-9]+_[0-9]+]]:
52 ; ARM-MOVT-PIC: movw [[VARPC1:r[0-9]+]], :lower16:(_local_tls_var-([[PCREL_LOC1:LPC[0-9]+_[0-9]+]]+…
56 ; ARM-MOVT-PIC: movw [[VARPC2:r[0-9]+]], :lower16:(_local_tls_var-([[PCREL_LOC2:LPC[0-9]+_[0-9]+]]+…
65 ; ARM-LIT-PIC: [[PCREL_LOC:LPC[0-9]+_[0-9]+]]:
95 ; T2-MOVT-PIC: movw r[[EXTGOT:[0-9]+]], :lower16:(L_external_tls_var$non_lazy_ptr-([[PCREL_LOC:LPC[…
106 ; T2-LIT-PIC: [[PCREL_LOC:LPC[0-9]+_[0-9]+]]:
131 ; ARM-MOVT-PIC: movw r[[EXTGOT:[0-9]+]], :lower16:(L_external_tls_var$non_lazy_ptr-([[PCREL_LOC:LPC
141 ; ARM-LIT-PIC: [[PCREL_LOC:LPC[0-9]+_[0-9]+]]:
H A Dlitpool-licm.ll10 ; CHECK: [[PCPOS1:.LPC[0-9]+_[0-9]+]]:
13 ; CHECK: [[PCPOS2:.LPC[0-9]+_[0-9]+]]:
H A Dfast-isel-pic.ll27 ; ARMv7-ELF: .LPC
57 ; ARMv7-ELF: .LPC
H A Dindirectbr.ll75 ; ARM: .long Ltmp0-(LPC{{.*}}+8)
76 ; THUMB: .long Ltmp0-(LPC{{.*}}+4)
H A Dnone-macho-v4t.ll11 ; CHECK: [[PC_LABEL:LPC[0-9]+_[0-9]+]]:
H A Dstack_guard_remat.ll20 ;NO-PIC-NOT: LPC
29 ;PIC-V7: movw [[R0:r[0-9]+]], :lower16:(L___stack_chk_guard$non_lazy_ptr-([[LABEL0:LPC[0-9_]+]]+8…
H A Demutls.ll116 ; ARM32: .long __emutls_v.i4-(.LPC
129 ; ARM32: .long __emutls_v.i4-(.LPC
H A Dconstantfp.ll218 ; CHECK-XO-ROPI: movw [[REG:r[0-9]+]], :lower16:([[LABEL1:.?LCP[0-9]+_[0-9]+]]-([[LABEL2:.?LPC[0-9]…
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A Dstack_guard_remat.ll10 ;PIC-NEXT: [[LABEL1:LPC[0-9_]+]]:
26 ;NO-PIC-NOT: LPC
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dstack_guard_remat.ll6 ;PIC: movw [[R0:r[0-9]+]], :lower16:(L___stack_chk_guard$non_lazy_ptr-([[LABEL0:LPC[0-9_]+]]+4))
H A D2010-01-06-TailDuplicateLabels.ll5 ; This function produces a duplicate LPC label unless special care is taken when duplicating a t2LD…
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst857 * If the current lane is specified and the architecture program location LPC
860 entry to the call frame), it must be LPC.
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp10423 if (auto *LPC = dyn_cast<OMPLastprivateClause>(C)) { in checkGenericLoopLastprivate() local
10424 for (Expr *RefExpr : LPC->varlists()) { in checkGenericLoopLastprivate()