Lines Matching full:pic
1 ; RUN: llc < %s -relocation-model=pic -march=ppc32 -mtriple=powerpc-apple-darwin | FileCheck %s -check-prefix=PIC
3 ; RUN: llc < %s -relocation-model=pic -march=ppc64 -mtriple=powerpc64-apple-darwin | FileCheck %s -check-prefix=PPC64
9 ; PIC: foo:
19 ; PIC: mtctr
20 ; PIC-NEXT: li
21 ; PIC-NEXT: li
22 ; PIC-NEXT: li
23 ; PIC-NEXT: li
24 ; PIC-NEXT: bctr
62 ; PIC: li r[[R1:[0-9]+]], lo16(Ltmp0-L0$pb)
63 ; PIC: addis r[[R0:[0-9]+]], r{{[0-9]+}}, ha16(Ltmp0-L0$pb)
64 ; PIC: add r[[R2:[0-9]+]], r[[R0]], r[[R1]]
65 ; PIC: stw r[[R2]]