Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp82 bool M68kSubtarget::isPositionIndependent() const { in isPositionIndependent() function in M68kSubtarget
83 return TM.isPositionIndependent(); in isPositionIndependent()
162 if (isPositionIndependent()) { in classifyLocalReference()
184 if (isPositionIndependent()) in classifyExternalReference()
205 if (isPositionIndependent()) in classifyGlobalReference()
210 if (isPositionIndependent()) in classifyGlobalReference()
222 if (isPositionIndependent()) { in getJumpTableEncoding()
H A DM68kSubtarget.h103 bool isPositionIndependent() const;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Subtarget.cpp80 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 DX86Subtarget.h325 bool isPositionIndependent() const;
H A DX86SpeculativeLoadHardening.cpp1112 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches()
1151 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches()
2128 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall()
2166 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp157 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 DMips16HardFloat.cpp259 if (TM.isPositionIndependent()) in assureFPCallStub()
431 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall()
445 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
H A DMipsSubtarget.h227 bool isPositionIndependent() const;
H A DMipsMachineFunction.cpp103 if (!MF.getTarget().isPositionIndependent()) { in initGlobalBaseReg()
H A DMips16ISelDAGToDAG.cpp117 if (!TM.isPositionIndependent()) { in selectAddr()
H A DMipsAsmPrinter.cpp778 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in emitStartOfAsmFile()
799 if (!isPositionIndependent() && STI.hasSym32()) in emitStartOfAsmFile()
1079 assert(!isPositionIndependent() && in EmitFPCallStub()
H A DMipsInstructionSelector.cpp400 if (MF.getTarget().isPositionIndependent()) { in select()
668 if (MF.getTarget().isPositionIndependent()) { in select()
724 if (MF.getTarget().isPositionIndependent()) { in select()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp108 if (TM.isPositionIndependent()) in expandLoadStackGuard()
115 if (!TM.isPositionIndependent()) { in expandLoadStackGuard()
H A DARMSubtarget.cpp359 if (isTargetMachO() && TM.isPositionIndependent() && in isGVIndirectSymbol()
367 return isTargetELF() && TM.isPositionIndependent() && in isGVInGOT()
H A DThumb1InstrInfo.cpp142 if (TM.isPositionIndependent()) in expandLoadStackGuard()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.cpp33 if (!Asm->isPositionIndependent()) { in endModule()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp188 if (!isPositionIndependent()) { in lowerGETGOTAndEmitMCInsts()
247 if (!isPositionIndependent()) { in lowerGETFunPLTAndEmitMCInsts()
H A DVEISelLowering.cpp1002 if (isPositionIndependent()) { in makeAddress()
1287 if (isPositionIndependent()) { in lowerToTLSGeneralDynamicModel()
1773 if (isPositionIndependent()) { in lowerINTRINSIC_WO_CHAIN()
1965 if (isPositionIndependent()) in getJumpTableEncoding()
1975 assert(isPositionIndependent()); in LowerCustomJumpTableEntry()
1987 assert(isPositionIndependent()); in getPICJumpTableRelocBase()
2023 if (isPositionIndependent()) { in prepareMBB()
2071 if (isPositionIndependent()) { in prepareSymbol()
2480 if (isPositionIndependent()) { in emitSjLjDispatchBlock()
2515 if (isPositionIndependent()) { in emitSjLjDispatchBlock()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachine.cpp41 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h131 bool IsPIC = isPositionIndependent();
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp119 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() && in GetSymbolRef()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp168 bool IsPic = Ctx.getObjectFileInfo()->isPositionIndependent(); in getSImm13OpValue()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetMachine.h230 bool isPositionIndependent() const;
/llvm-project-15.0.7/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp191 unsigned Opc = TLI.getTargetMachine().isPositionIndependent() ? M68k::CALLq in lowerCall()

1234