HomeSort by relevance Sort by last modified time
    Searched refs:IsPIC (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.h 30 bool IsPIC;
34 IsPIC(false) {}
63 void Initialize(const MachineFunction &MF, bool isPIC) {
64 IsPIC = isPIC;
MipsCodeEmitter.cpp 57 bool IsPIC;
71 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {
124 JTI->Initialize(MF, IsPIC);
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.h 44 // IsPIC - True if the relocation model is PIC. This is used to determine
46 bool IsPIC;
49 explicit ARMJITInfo() : IsPIC(false) { useGOT = false; }
106 void Initialize(const MachineFunction &MF, bool isPIC) {
110 IsPIC = isPIC;
ARMJITInfo.cpp 166 if (IsPIC) {
ARMCodeEmitter.cpp 57 bool IsPIC;
72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
376 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
378 JTI->Initialize(MF, IsPIC);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 66 : MachineFunctionPass(ID), TM(tm), IsPIC(TM.isPositionIndependent()),
91 bool IsPIC;
189 (Br->isConditionalBranch() || (Br->isUnconditionalBranch() && IsPIC)))
270 if (IsPIC) {
467 !IsPIC ? 2 : (ABI.IsN64() ? 10 : (!STI.isTargetNaCl() ? 9 : 10));
471 if (IsPIC && static_cast<const MipsTargetMachine &>(TM).getABI().IsO32() &&
519 if (IsPIC) {
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 52 bool IsPIC;
58 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
63 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
122 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
416 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
451 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
458 if (!MCE.earlyResolveAddresses() || Is64BitMode || IsPIC) {
834 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 473 milliseconds