Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp56 bool M68kSubtarget::isPositionIndependent() const { in isPositionIndependent() function in M68kSubtarget
57 return TM.isPositionIndependent(); in isPositionIndependent()
136 if (isPositionIndependent()) { in classifyLocalReference()
158 if (isPositionIndependent()) in classifyExternalReference()
179 if (isPositionIndependent()) in classifyGlobalReference()
184 if (isPositionIndependent()) in classifyGlobalReference()
196 if (isPositionIndependent()) { in getJumpTableEncoding()
H A DM68kSubtarget.h99 bool isPositionIndependent() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.cpp71 if (!isPositionIndependent()) in classifyLocalReference()
126 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference()
164 if (!isPositionIndependent()) in classifyGlobalReference()
306 if (!isPositionIndependent()) in X86Subtarget()
350 bool X86Subtarget::isPositionIndependent() const { in isPositionIndependent() function in X86Subtarget
351 return TM.isPositionIndependent(); in isPositionIndependent()
H A DX86SpeculativeLoadHardening.cpp1113 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches()
1152 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches()
2129 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall()
2167 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp152 if (NoABICalls && TM.isPositionIndependent()) in MipsSubtarget()
155 if (isABI_N64() && !TM.isPositionIndependent() && !hasSym32()) in MipsSubtarget()
220 bool MipsSubtarget::isPositionIndependent() const { in isPositionIndependent() function in MipsSubtarget
221 return TM.isPositionIndependent(); in isPositionIndependent()
H A DMips16HardFloat.cpp259 if (TM.isPositionIndependent()) in assureFPCallStub()
434 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall()
448 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
H A DMipsSubtarget.h224 bool isPositionIndependent() const;
H A DMipsMachineFunction.cpp96 if (!MF.getTarget().isPositionIndependent()) { in initGlobalBaseReg()
H A DMipsAsmPrinter.cpp779 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in emitStartOfAsmFile()
800 if (!isPositionIndependent() && STI.hasSym32()) in emitStartOfAsmFile()
1080 assert(!isPositionIndependent() && in EmitFPCallStub()
H A DMips16ISelDAGToDAG.cpp117 if (!TM.isPositionIndependent()) { in selectAddr()
H A DMipsInstructionSelector.cpp400 if (MF.getTarget().isPositionIndependent()) { in select()
668 if (MF.getTarget().isPositionIndependent()) { in select()
724 if (MF.getTarget().isPositionIndependent()) { in select()
H A DMipsSEInstrInfo.cpp29 return STI.isPositionIndependent() ? Mips::B_MM : Mips::J_MM; in getUnconditionalBranch()
30 return STI.isPositionIndependent() ? Mips::B : Mips::J; in getUnconditionalBranch()
902 if (TM.isPositionIndependent()) in expandEhReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp100 if (TM.isPositionIndependent()) in expandLoadStackGuard()
107 if (!TM.isPositionIndependent()) { in expandLoadStackGuard()
H A DARMSubtarget.cpp363 if (isTargetMachO() && TM.isPositionIndependent() && in isGVIndirectSymbol()
371 return isTargetELF() && TM.isPositionIndependent() && in isGVInGOT()
H A DThumb1InstrInfo.cpp138 if (TM.isPositionIndependent()) in expandLoadStackGuard()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp134 PersonalityEncoding = isPositionIndependent() in Initialize()
139 LSDAEncoding = isPositionIndependent() in Initialize()
142 TTypeEncoding = isPositionIndependent() in Initialize()
148 if (isPositionIndependent()) { in Initialize()
172 if (isPositionIndependent()) { in Initialize()
184 if (isPositionIndependent()) { in Initialize()
243 if (isPositionIndependent()) { in Initialize()
267 if (isPositionIndependent()) { in Initialize()
280 if (isPositionIndependent()) { in Initialize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp597 bool IsPICCall = isPositionIndependent(); in LowerCall()
957 if (isPositionIndependent()) { in makeAddress()
1242 if (isPositionIndependent()) { in lowerToTLSGeneralDynamicModel()
1596 if (isPositionIndependent()) { in lowerINTRINSIC_WO_CHAIN()
1754 if (isPositionIndependent()) in getJumpTableEncoding()
1764 assert(isPositionIndependent()); in LowerCustomJumpTableEntry()
1776 assert(isPositionIndependent()); in getPICJumpTableRelocBase()
1812 if (isPositionIndependent()) { in prepareMBB()
1860 if (isPositionIndependent()) { in prepareSymbol()
2269 if (isPositionIndependent()) { in emitSjLjDispatchBlock()
[all …]
H A DVEAsmPrinter.cpp188 if (!isPositionIndependent()) { in lowerGETGOTAndEmitMCInsts()
247 if (!isPositionIndependent()) { in lowerGETFunPLTAndEmitMCInsts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp44 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine
H A DTargetLoweringObjectFile.cpp47 initMCObjectFileInfo(ctx, TM.isPositionIndependent(), in Initialize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp119 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() && in GetSymbolRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp174 bool IsPic = Ctx.getObjectFileInfo()->isPositionIndependent(); in getSImm13OpValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h224 bool isPositionIndependent() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.td18 def IsPIC : Predicate<"TM.isPositionIndependent()">;
19 def IsNotPIC : Predicate<"!TM.isPositionIndependent()">;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h419 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent() function

123