| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.cpp | 82 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 D | M68kSubtarget.h | 103 bool isPositionIndependent() const;
|
| /llvm-project-15.0.7/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 | 325 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()
|
| /llvm-project-15.0.7/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 | 259 if (TM.isPositionIndependent()) in assureFPCallStub() 431 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall() 445 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
|
| 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 | 778 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in emitStartOfAsmFile() 799 if (!isPositionIndependent() && STI.hasSym32()) in emitStartOfAsmFile() 1079 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()
|
| /llvm-project-15.0.7/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 | 142 if (TM.isPositionIndependent()) in expandLoadStackGuard()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WasmException.cpp | 33 if (!Asm->isPositionIndependent()) { in endModule()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEAsmPrinter.cpp | 188 if (!isPositionIndependent()) { in lowerGETGOTAndEmitMCInsts() 247 if (!isPositionIndependent()) { in lowerGETFunPLTAndEmitMCInsts()
|
| H A D | VEISelLowering.cpp | 1002 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 D | TargetMachine.cpp | 41 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 134 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 D | CSKYISelLowering.h | 131 bool IsPIC = isPositionIndependent();
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCMCInstLower.cpp | 119 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() && in GetSymbolRef()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcMCCodeEmitter.cpp | 168 bool IsPic = Ctx.getObjectFileInfo()->isPositionIndependent(); in getSImm13OpValue()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetMachine.h | 230 bool isPositionIndependent() const;
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/GISel/ |
| H A D | M68kCallLowering.cpp | 191 unsigned Opc = TLI.getTargetMachine().isPositionIndependent() ? M68k::CALLq in lowerCall()
|