Searched refs:IsPIC (Results 1 – 5 of 5) sorted by relevance
67 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsLongBranch()87 bool IsPIC; member in __anon3c0d6cc70111::MipsLongBranch268 if (IsPIC) { in expandToLongBranch()457 !IsPIC ? 2 : (ABI.IsN64() ? 10 : (!STI.isTargetNaCl() ? 9 : 10)); in runOnMachineFunction()
346 bool IsPIC; member in __anon449aa4850111::MipsConstantIslands369 IsPIC(TM.getRelocationModel() == Reloc::PIC_), STI(nullptr), in MipsConstantIslands()
2542 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; in LowerCall() local2696 bool IsPICCall = (ABI.IsN64() || IsPIC); // true if calls are translated to in LowerCall()2727 if (!ABI.IsN64() && !IsPIC) // !N64 && static in LowerCall()
981 bool IsPIC = in ExpandMI() local994 if (IsPIC) { in ExpandMI()1009 if (IsPIC) { in ExpandMI()
1861 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);