Home
last modified time | relevance | path

Searched refs:IsPIC (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp67 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsLongBranch()
87 bool IsPIC; member in __anon3c0d6cc70111::MipsLongBranch
267 if (IsPIC) { in expandToLongBranch()
456 !IsPIC ? 2 : (ABI.IsN64() ? 10 : (!STI.isTargetNaCl() ? 9 : 10)); in runOnMachineFunction()
DMipsConstantIslandPass.cpp346 bool IsPIC; member in __anon449aa4850111::MipsConstantIslands
369 IsPIC(TM.getRelocationModel() == Reloc::PIC_), STI(nullptr), in MipsConstantIslands()
DMipsISelLowering.cpp2589 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; in LowerCall() local
2744 bool IsPICCall = (ABI.IsN64() || IsPIC); // true if calls are translated to in LowerCall()
2776 if (!ABI.IsN64() && !IsPIC) // !N64 && static in LowerCall()
/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp1027 bool IsPIC = in ExpandMI() local
1040 if (IsPIC) { in ExpandMI()
1055 if (IsPIC) { in ExpandMI()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1861 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);