Lines Matching refs:PIC
1 ; RUN: llc -march=mipsel < %s | FileCheck -check-prefix=CHECK-PIC %s
22 ; Non-PIC code can use initial-exec, PIC code has to use general dynamic.
25 ; CHECK-PIC-LABEL: f1:
26 ; CHECK-PIC: %tlsgd
33 ; Non-PIC code can use local exec, PIC code can use local dynamic.
36 ; CHECK-PIC-LABEL: f2:
37 ; CHECK-PIC: %tlsldm
47 ; Non-PIC code can use initial exec, PIC should use local dynamic.
50 ; CHECK-PIC-LABEL: f3:
51 ; CHECK-PIC: %tlsldm
58 ; Non-PIC code can use local exec, PIC code can use local dynamic.
61 ; CHECK-PIC-LABEL: f4:
62 ; CHECK-PIC: %tlsldm
72 ; Non-PIC and PIC code will use initial exec as specified.
75 ; CHECK-PIC-LABEL: f5:
76 ; CHECK-PIC: %gottprel
83 ; Non-PIC code can use local exec, PIC code use initial exec as specified.
86 ; CHECK-PIC-LABEL: f6:
87 ; CHECK-PIC: %gottprel
97 ; Non-PIC and PIC code will use local exec as specified.
100 ; CHECK-PIC-LABEL: f7:
101 ; CHECK-PIC: %tprel_hi
108 ; Non-PIC and PIC code will use local exec as specified.
111 ; CHECK-PIC-LABEL: f8:
112 ; CHECK-PIC: %tprel_hi