Lines Matching refs:PIC
1 … -mtriple=i686-unknown-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-PIC-32
4 ; RUN: llc < %s -march=x86-64 -relocation-model=pic | FileCheck %s -check-prefix=CHECK-PIC-64
24 ; CHECK-PIC-64-LABEL: test1:
25 ; CHECK-PIC-64: movq G@GOTPCREL(%rip), %rax
26 ; CHECK-PIC-64: frob (%rax) x
27 ; CHECK-PIC-64: frob (%rax) x
33 ; CHECK-PIC-32-LABEL: test1:
34 ; CHECK-PIC-32: frob G x
35 ; CHECK-PIC-32: frob G x
60 ; CHECK-PIC-64-LABEL: test3:
61 ; CHECK-PIC-64: call bar@PLT
62 ; CHECK-PIC-64: call test3@PLT
63 ; CHECK-PIC-64: call $bar
64 ; CHECK-PIC-64: call $test3
66 ; CHECK-PIC-32-LABEL: test3:
67 ; CHECK-PIC-32: call bar@PLT
68 ; CHECK-PIC-32: call test3@PLT
69 ; CHECK-PIC-32: call $bar
70 ; CHECK-PIC-32: call $test3