| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.cpp | 81 bool M68kSubtarget::isPositionIndependent() const { in isPositionIndependent() function in M68kSubtarget 82 return TM.isPositionIndependent(); in isPositionIndependent() 161 if (isPositionIndependent()) { in classifyLocalReference() 183 if (isPositionIndependent()) in classifyExternalReference() 204 if (isPositionIndependent()) in classifyGlobalReference() 209 if (isPositionIndependent()) in classifyGlobalReference() 221 if (isPositionIndependent()) { in getJumpTableEncoding()
|
| H A D | M68kSubtarget.h | 102 bool isPositionIndependent() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 80 if (!isPositionIndependent()) in classifyLocalReference() 135 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference() 181 if (!isPositionIndependent()) in classifyGlobalReference() 326 if (!isPositionIndependent()) in X86Subtarget() 370 bool X86Subtarget::isPositionIndependent() const { in isPositionIndependent() function in X86Subtarget 371 return TM.isPositionIndependent(); in isPositionIndependent()
|
| H A D | X86Subtarget.h | 338 bool isPositionIndependent() const;
|
| H A D | X86SpeculativeLoadHardening.cpp | 1112 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches() 1151 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches() 2128 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall() 2166 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 157 if (NoABICalls && TM.isPositionIndependent()) in MipsSubtarget() 160 if (isABI_N64() && !TM.isPositionIndependent() && !hasSym32()) in MipsSubtarget() 225 bool MipsSubtarget::isPositionIndependent() const { in isPositionIndependent() function in MipsSubtarget 226 return TM.isPositionIndependent(); in isPositionIndependent()
|
| H A D | Mips16HardFloat.cpp | 260 if (TM.isPositionIndependent()) in assureFPCallStub() 433 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall() 447 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
|
| H A D | MipsReturnProtectorLowering.cpp | 51 if (TM.isPositionIndependent()) { in insertReturnProtectorPrologue() 134 if (TM.isPositionIndependent()) { in insertReturnProtectorEpilogue()
|
| H A D | MipsSubtarget.h | 227 bool isPositionIndependent() const;
|
| H A D | MipsMachineFunction.cpp | 103 if (!MF.getTarget().isPositionIndependent()) { in initGlobalBaseReg()
|
| H A D | Mips16ISelDAGToDAG.cpp | 117 if (!TM.isPositionIndependent()) { in selectAddr()
|
| H A D | MipsAsmPrinter.cpp | 855 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in emitStartOfAsmFile() 876 if (!isPositionIndependent() && STI.hasSym32()) in emitStartOfAsmFile() 1156 assert(!isPositionIndependent() && in EmitFPCallStub()
|
| H A D | MipsInstructionSelector.cpp | 400 if (MF.getTarget().isPositionIndependent()) { in select() 668 if (MF.getTarget().isPositionIndependent()) { in select() 724 if (MF.getTarget().isPositionIndependent()) { in select()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.cpp | 108 if (TM.isPositionIndependent()) in expandLoadStackGuard() 115 if (!TM.isPositionIndependent()) { in expandLoadStackGuard()
|
| H A D | ARMSubtarget.cpp | 359 if (isTargetMachO() && TM.isPositionIndependent() && in isGVIndirectSymbol() 367 return isTargetELF() && TM.isPositionIndependent() && in isGVInGOT()
|
| H A D | Thumb1InstrInfo.cpp | 143 if (TM.isPositionIndependent()) in expandLoadStackGuard()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WasmException.cpp | 33 if (!Asm->isPositionIndependent()) { in endModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCReturnProtectorLowering.cpp | 79 if (TM.isPositionIndependent()) { in insertReturnProtectorPrologue() 172 if (TM.isPositionIndependent()) { in insertReturnProtectorEpilogue()
|
| H A D | PPCMCInstLower.cpp | 119 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() && in GetSymbolRef()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 41 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 135 PersonalityEncoding = isPositionIndependent() in Initialize() 140 LSDAEncoding = isPositionIndependent() in Initialize() 143 TTypeEncoding = isPositionIndependent() in Initialize() 149 if (isPositionIndependent()) { in Initialize() 173 if (isPositionIndependent()) { in Initialize() 185 if (isPositionIndependent()) { in Initialize() 244 if (isPositionIndependent()) { in Initialize() 268 if (isPositionIndependent()) { in Initialize() 281 if (isPositionIndependent()) { in Initialize()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEAsmPrinter.cpp | 190 if (!isPositionIndependent()) { in lowerGETGOTAndEmitMCInsts() 249 if (!isPositionIndependent()) { in lowerGETFunPLTAndEmitMCInsts()
|
| H A D | VEISelLowering.cpp | 646 bool IsPICCall = isPositionIndependent(); in LowerCall() 1018 if (isPositionIndependent()) { in makeAddress() 1301 if (isPositionIndependent()) { in lowerToTLSGeneralDynamicModel() 1787 if (isPositionIndependent()) { in lowerINTRINSIC_WO_CHAIN() 1979 if (isPositionIndependent()) in getJumpTableEncoding() 1989 assert(isPositionIndependent()); in LowerCustomJumpTableEntry() 2001 assert(isPositionIndependent()); in getPICJumpTableRelocBase() 2037 if (isPositionIndependent()) { in prepareMBB() 2085 if (isPositionIndependent()) { in prepareSymbol() 2494 if (isPositionIndependent()) { in emitSjLjDispatchBlock() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.h | 137 bool IsPIC = isPositionIndependent();
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcMCCodeEmitter.cpp | 168 bool IsPic = Ctx.getObjectFileInfo()->isPositionIndependent(); in getSImm13OpValue()
|