Searched refs:PIC32 (Results 1 – 4 of 4) sorted by relevance
2 ; RUN: -verify-machineinstrs < %s | FileCheck %s -check-prefix=PIC3224 ; PIC32-NOT: jalr37 ; PIC32: jalr50 ; PIC32: jalr63 ; PIC32: jalr76 ; PIC32: .ent caller577 ; PIC32-NOT: jalr78 ; PIC32: .end caller5127 ; PIC32: .ent caller8_1128 ; PIC32: jalr[all …]
3 ; RUN: llc < %s -mtriple=i686-pc-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=PIC3215 ; PIC32: leal a@GOTOFF(%eax)
7498 bool PIC32 = (getTargetMachine().getRelocationModel() == Reloc::PIC_) && in LowerGlobalTLSAddress() local7500 if (PIC32) in LowerGlobalTLSAddress()7511 if (PIC32) in LowerGlobalTLSAddress()
13168 bool PIC32 = PositionIndependent && !Subtarget.is64Bit(); in LowerGlobalTLSAddress() local13169 if (PIC32) in LowerGlobalTLSAddress()13180 if (PIC32) in LowerGlobalTLSAddress()