Home
last modified time | relevance | path

Searched refs:isPositionIndependent (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp81 bool M68kSubtarget::isPositionIndependent() const { in isPositionIndependent() function in M68kSubtarget
82 return TM.isPositionIndependent(); in isPositionIndependent()
159 if (isPositionIndependent()) { in classifyLocalReference()
181 if (isPositionIndependent()) in classifyExternalReference()
202 if (isPositionIndependent()) in classifyGlobalReference()
207 if (isPositionIndependent()) in classifyGlobalReference()
219 if (isPositionIndependent()) { in getJumpTableEncoding()
255 return isPositionIndependent() ? M68kII::MO_PLT : M68kII::MO_ABSOLUTE_ADDRESS; in classifyGlobalFunctionReference()
H A DM68kSubtarget.h108 bool isPositionIndependent() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp81 if (!isPositionIndependent()) in classifyLocalReference()
128 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference()
174 if (!isPositionIndependent()) in classifyGlobalReference()
336 if (!isPositionIndependent() || TM.getCodeModel() == CodeModel::Large) in X86Subtarget()
382 bool X86Subtarget::isPositionIndependent() const { in isPositionIndependent() function in X86Subtarget
383 return TM.isPositionIndependent(); in isPositionIndependent()
H A DX86Subtarget.h335 bool isPositionIndependent() const;
H A DX86SpeculativeLoadHardening.cpp1111 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches()
1150 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches()
2121 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall()
2159 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp156 if (NoABICalls && TM.isPositionIndependent()) in MipsSubtarget()
159 if (isABI_N64() && !TM.isPositionIndependent() && !hasSym32()) in MipsSubtarget()
223 bool MipsSubtarget::isPositionIndependent() const { in isPositionIndependent() function in MipsSubtarget
224 return TM.isPositionIndependent(); in isPositionIndependent()
H A DMips16HardFloat.cpp260 if (TM.isPositionIndependent()) in assureFPCallStub()
433 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall()
447 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
H A DMipsSubtarget.h229 bool isPositionIndependent() const;
H A DMipsMachineFunction.cpp104 if (!MF.getTarget().isPositionIndependent()) { in initGlobalBaseReg()
H A DMipsAsmPrinter.cpp740 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in emitStartOfAsmFile()
765 if (!isPositionIndependent() && STI.hasSym32()) in emitStartOfAsmFile()
1045 assert(!isPositionIndependent() && in EmitFPCallStub()
H A DMips16ISelDAGToDAG.cpp117 if (!TM.isPositionIndependent()) { in selectAddr()
H A DMipsInstructionSelector.cpp394 if (MF.getTarget().isPositionIndependent()) { in select()
663 if (MF.getTarget().isPositionIndependent()) { in select()
719 if (MF.getTarget().isPositionIndependent()) { in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp112 if (TM.isPositionIndependent() || ForceELFGOTPIC) in expandLoadStackGuard()
119 if (!TM.isPositionIndependent()) { in expandLoadStackGuard()
H A DARMSubtarget.cpp355 if (isTargetMachO() && TM.isPositionIndependent() && in isGVIndirectSymbol()
363 return isTargetELF() && TM.isPositionIndependent() && !GV->isDSOLocal(); in isGVInGOT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.cpp33 if (!Asm->isPositionIndependent()) { in endModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelDAGToDAG.cpp50 if (TM.isPositionIndependent()) { in selectMemRegAddr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp140 PersonalityEncoding = isPositionIndependent() in Initialize()
145 LSDAEncoding = isPositionIndependent() in Initialize()
148 TTypeEncoding = isPositionIndependent() in Initialize()
154 if (isPositionIndependent()) { in Initialize()
178 if (isPositionIndependent()) { in Initialize()
220 if (isPositionIndependent() || TgtM.getTargetTriple().isOSFreeBSD()) { in Initialize()
235 if (isPositionIndependent()) { in Initialize()
259 if (isPositionIndependent()) { in Initialize()
272 if (isPositionIndependent()) { in Initialize()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp190 if (!isPositionIndependent()) { in lowerGETGOTAndEmitMCInsts()
249 if (!isPositionIndependent()) { in lowerGETFunPLTAndEmitMCInsts()
H A DVEISelLowering.cpp645 bool IsPICCall = isPositionIndependent(); in LowerCall()
1016 if (isPositionIndependent()) { in makeAddress()
1299 if (isPositionIndependent()) { in lowerToTLSGeneralDynamicModel()
1784 if (isPositionIndependent()) { in lowerINTRINSIC_WO_CHAIN()
1975 if (isPositionIndependent()) in getJumpTableEncoding()
1985 assert(isPositionIndependent()); in LowerCustomJumpTableEntry()
1997 assert(isPositionIndependent()); in getPICJumpTableRelocBase()
2033 if (isPositionIndependent()) { in prepareMBB()
2081 if (isPositionIndependent()) { in prepareSymbol()
2490 if (isPositionIndependent()) { in emitSjLjDispatchBlock()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp169 bool IsPic = Ctx.getObjectFileInfo()->isPositionIndependent(); in getSImm13OpValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h137 bool IsPIC = isPositionIndependent();
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp117 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine
H A DTargetLoweringObjectFile.cpp45 initMCObjectFileInfo(ctx, TM.isPositionIndependent(), in Initialize()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp141 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() && in GetSymbolRef()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp273 return SmallDataThreshold > 0 && !TM.isPositionIndependent(); in isSmallDataEnabled()

1234