Home
last modified time | relevance | path

Searched refs:PIC32 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Dtailcall.ll2 ; RUN: -verify-machineinstrs < %s | FileCheck %s -check-prefix=PIC32
24 ; PIC32-NOT: jalr
37 ; PIC32: jalr
50 ; PIC32: jalr
63 ; PIC32: jalr
76 ; PIC32: .ent caller5
77 ; PIC32-NOT: jalr
78 ; PIC32: .end caller5
127 ; PIC32: .ent caller8_1
128 ; PIC32: jalr
[all …]
/external/llvm/test/CodeGen/X86/
Drip-rel-lea.ll3 ; RUN: llc < %s -mtriple=i686-pc-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=PIC32
15 ; PIC32: leal a@GOTOFF(%eax)
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp7498 bool PIC32 = (getTargetMachine().getRelocationModel() == Reloc::PIC_) && in LowerGlobalTLSAddress() local
7500 if (PIC32) in LowerGlobalTLSAddress()
7511 if (PIC32) in LowerGlobalTLSAddress()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13168 bool PIC32 = PositionIndependent && !Subtarget.is64Bit(); in LowerGlobalTLSAddress() local
13169 if (PIC32) in LowerGlobalTLSAddress()
13180 if (PIC32) in LowerGlobalTLSAddress()