| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.cpp | 81 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()
|
| H A D | M68kSubtarget.h | 108 bool isPositionIndependent() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 80 if (!isPositionIndependent()) in classifyLocalReference() 127 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference() 173 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 D | X86Subtarget.h | 349 bool isPositionIndependent() const;
|
| H A D | X86SpeculativeLoadHardening.cpp | 1111 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches() 1150 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches() 2118 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall() 2156 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 156 if (NoABICalls && TM.isPositionIndependent()) in MipsSubtarget() 159 if (isABI_N64() && !TM.isPositionIndependent() && !hasSym32()) in MipsSubtarget() 224 bool MipsSubtarget::isPositionIndependent() const { in isPositionIndependent() function in MipsSubtarget 225 return TM.isPositionIndependent(); in isPositionIndependent()
|
| H A D | Mips16HardFloat.cpp | 260 if (TM.isPositionIndependent()) in assureFPCallStub() 433 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall() 447 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
|
| H A D | MipsSubtarget.h | 226 bool isPositionIndependent() const;
|
| H A D | MipsMachineFunction.cpp | 104 if (!MF.getTarget().isPositionIndependent()) { in initGlobalBaseReg()
|
| H A D | Mips16ISelDAGToDAG.cpp | 117 if (!TM.isPositionIndependent()) { in selectAddr()
|
| H A D | MipsAsmPrinter.cpp | 736 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in emitStartOfAsmFile() 761 if (!isPositionIndependent() && STI.hasSym32()) in emitStartOfAsmFile() 1041 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()
|
| H A D | MipsSEInstrInfo.cpp | 29 return STI.isPositionIndependent() ? Mips::B_MM : Mips::J_MM; in getUnconditionalBranch() 30 return STI.isPositionIndependent() ? Mips::B : Mips::J; in getUnconditionalBranch() 872 if (TM.isPositionIndependent()) in expandEhReturn()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.cpp | 111 if (TM.isPositionIndependent() || ForceELFGOTPIC) in expandLoadStackGuard() 118 if (!TM.isPositionIndependent()) { in expandLoadStackGuard()
|
| H A D | ARMSubtarget.cpp | 361 if (isTargetMachO() && TM.isPositionIndependent() && in isGVIndirectSymbol() 369 return isTargetELF() && TM.isPositionIndependent() && in isGVInGOT()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WasmException.cpp | 33 if (!Asm->isPositionIndependent()) { in endModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEAsmPrinter.cpp | 190 if (!isPositionIndependent()) { in lowerGETGOTAndEmitMCInsts() 249 if (!isPositionIndependent()) { in lowerGETFunPLTAndEmitMCInsts()
|
| H A D | VEISelLowering.cpp | 1018 if (isPositionIndependent()) { in makeAddress() 1301 if (isPositionIndependent()) { in lowerToTLSGeneralDynamicModel() 1786 if (isPositionIndependent()) { in lowerINTRINSIC_WO_CHAIN() 1977 if (isPositionIndependent()) in getJumpTableEncoding() 1987 assert(isPositionIndependent()); in LowerCustomJumpTableEntry() 1999 assert(isPositionIndependent()); in getPICJumpTableRelocBase() 2035 if (isPositionIndependent()) { in prepareMBB() 2083 if (isPositionIndependent()) { in prepareSymbol() 2492 if (isPositionIndependent()) { in emitSjLjDispatchBlock() 2527 if (isPositionIndependent()) { in emitSjLjDispatchBlock() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 139 PersonalityEncoding = isPositionIndependent() in Initialize() 144 LSDAEncoding = isPositionIndependent() in Initialize() 147 TTypeEncoding = isPositionIndependent() in Initialize() 153 if (isPositionIndependent()) { in Initialize() 177 if (isPositionIndependent()) { in Initialize() 236 if (isPositionIndependent()) { in Initialize() 260 if (isPositionIndependent()) { in Initialize() 273 if (isPositionIndependent()) { in Initialize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 96 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine
|
| H A D | TargetLoweringObjectFile.cpp | 45 initMCObjectFileInfo(ctx, TM.isPositionIndependent(), in Initialize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcMCCodeEmitter.cpp | 169 bool IsPic = Ctx.getObjectFileInfo()->isPositionIndependent(); in getSImm13OpValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.h | 137 bool IsPIC = isPositionIndependent();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMCInstLower.cpp | 130 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() && in GetSymbolRef()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetMachine.h | 244 bool isPositionIndependent() const;
|