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::MipsLongBranch267 if (IsPIC) { in expandToLongBranch()456 !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()
2589 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; in LowerCall() local2744 bool IsPICCall = (ABI.IsN64() || IsPIC); // true if calls are translated to in LowerCall()2776 if (!ABI.IsN64() && !IsPIC) // !N64 && static in LowerCall()
1027 bool IsPIC = in ExpandMI() local1040 if (IsPIC) { in ExpandMI()1055 if (IsPIC) { in ExpandMI()
1861 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);