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.cpp88 bool M68kSubtarget::isPositionIndependent() const { in isPositionIndependent() function in M68kSubtarget
89 return TM.isPositionIndependent(); in isPositionIndependent()
179 if (isPositionIndependent()) { in classifyBlockAddressReference()
198 if (isPositionIndependent()) { in classifyLocalReference()
214 if (isPositionIndependent()) { in classifyLocalReference()
227 if (isPositionIndependent()) in classifyExternalReference()
248 if (isPositionIndependent()) in classifyGlobalReference()
253 if (isPositionIndependent()) in classifyGlobalReference()
262 if (isPositionIndependent()) in classifyGlobalReference()
271 if (isPositionIndependent()) { in getJumpTableEncoding()
[all …]
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()
343 if (!isPositionIndependent() || TM.getCodeModel() == CodeModel::Large) in X86Subtarget()
392 bool X86Subtarget::isPositionIndependent() const { in isPositionIndependent() function in X86Subtarget
393 return TM.isPositionIndependent(); in isPositionIndependent()
H A DX86Subtarget.h347 bool isPositionIndependent() const;
H A DX86SpeculativeLoadHardening.cpp1108 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches()
1147 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches()
2118 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall()
2156 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp157 if (NoABICalls && TM.isPositionIndependent()) in MipsSubtarget()
160 if (isABI_N64() && !TM.isPositionIndependent() && !hasSym32()) in MipsSubtarget()
228 bool MipsSubtarget::isPositionIndependent() const { in isPositionIndependent() function in MipsSubtarget
229 return TM.isPositionIndependent(); in isPositionIndependent()
H A DMips16HardFloat.cpp259 if (TM.isPositionIndependent()) in assureFPCallStub()
431 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall()
445 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
H A DMipsMachineFunction.cpp104 if (!MF.getTarget().isPositionIndependent()) { in initGlobalBaseReg()
H A DMipsSubtarget.h227 bool isPositionIndependent() const;
H A DMipsAsmPrinter.cpp742 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in emitStartOfAsmFile()
771 if (!isPositionIndependent() && STI.hasSym32()) in emitStartOfAsmFile()
1074 assert(!isPositionIndependent() && in EmitFPCallStub()
H A DMips16ISelDAGToDAG.cpp108 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/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp89 if (getContext().getObjectFileInfo()->isPositionIndependent()) in getRelocType()
111 if (getContext().getObjectFileInfo()->isPositionIndependent()) in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp108 if (TM.isPositionIndependent() || ForceELFGOTPIC) in expandLoadStackGuard()
115 if (!TM.isPositionIndependent()) { in expandLoadStackGuard()
H A DARMSubtarget.cpp325 if (isTargetMachO() && TM.isPositionIndependent() && in isGVIndirectSymbol()
333 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/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp359 if (!TM.isPositionIndependent()) { in SelectAddrAddOperands()
380 if (!TM.isPositionIndependent()) { in SelectAddrOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp188 if (!isPositionIndependent()) { in lowerGETGOTAndEmitMCInsts()
245 if (!isPositionIndependent()) { in lowerGETFunPLTAndEmitMCInsts()
H A DVEISelLowering.cpp639 bool IsPICCall = isPositionIndependent(); in LowerCall()
1006 if (isPositionIndependent()) { in makeAddress()
1290 if (isPositionIndependent()) { in lowerToTLSGeneralDynamicModel()
1772 if (isPositionIndependent()) { in lowerINTRINSIC_WO_CHAIN()
1962 if (isPositionIndependent()) in getJumpTableEncoding()
1972 assert(isPositionIndependent()); in LowerCustomJumpTableEntry()
1984 assert(isPositionIndependent()); in getPICJumpTableRelocBase()
2019 if (isPositionIndependent()) { in prepareMBB()
2067 if (isPositionIndependent()) { in prepareSymbol()
2474 if (isPositionIndependent()) { in emitSjLjDispatchBlock()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp141 PersonalityEncoding = isPositionIndependent() in Initialize()
146 LSDAEncoding = isPositionIndependent() in Initialize()
149 TTypeEncoding = isPositionIndependent() in Initialize()
155 if (isPositionIndependent()) { in Initialize()
179 if (isPositionIndependent()) { in Initialize()
221 if (isPositionIndependent() || TgtM.getTargetTriple().isOSFreeBSD()) { in Initialize()
236 if (isPositionIndependent()) { in Initialize()
260 if (isPositionIndependent()) { in Initialize()
273 if (isPositionIndependent()) { in Initialize()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h118 bool IsPIC = isPositionIndependent();
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp143 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine
/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/Xtensa/
H A DXtensaISelDAGToDAG.cpp61 if (TM.isPositionIndependent()) { in selectMemRegAddr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h275 bool isPositionIndependent() const;

1234