/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kSubtarget.cpp | 56 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 D | M68kSubtarget.h | 99 bool isPositionIndependent() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 71 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 D | X86SpeculativeLoadHardening.cpp | 1113 !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 D | MipsSubtarget.cpp | 152 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 D | Mips16HardFloat.cpp | 259 if (TM.isPositionIndependent()) in assureFPCallStub() 434 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall() 448 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
|
H A D | MipsSubtarget.h | 224 bool isPositionIndependent() const;
|
H A D | MipsMachineFunction.cpp | 96 if (!MF.getTarget().isPositionIndependent()) { in initGlobalBaseReg()
|
H A D | MipsAsmPrinter.cpp | 779 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in emitStartOfAsmFile() 800 if (!isPositionIndependent() && STI.hasSym32()) in emitStartOfAsmFile() 1080 assert(!isPositionIndependent() && in EmitFPCallStub()
|
H A D | Mips16ISelDAGToDAG.cpp | 117 if (!TM.isPositionIndependent()) { in selectAddr()
|
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() 902 if (TM.isPositionIndependent()) in expandEhReturn()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMInstrInfo.cpp | 100 if (TM.isPositionIndependent()) in expandLoadStackGuard() 107 if (!TM.isPositionIndependent()) { in expandLoadStackGuard()
|
H A D | ARMSubtarget.cpp | 363 if (isTargetMachO() && TM.isPositionIndependent() && in isGVIndirectSymbol() 371 return isTargetELF() && TM.isPositionIndependent() && in isGVInGOT()
|
H A D | Thumb1InstrInfo.cpp | 138 if (TM.isPositionIndependent()) in expandLoadStackGuard()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 597 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 D | VEAsmPrinter.cpp | 188 if (!isPositionIndependent()) { in lowerGETGOTAndEmitMCInsts() 247 if (!isPositionIndependent()) { in lowerGETFunPLTAndEmitMCInsts()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 44 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine
|
H A D | TargetLoweringObjectFile.cpp | 47 initMCObjectFileInfo(ctx, TM.isPositionIndependent(), in Initialize()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCMCInstLower.cpp | 119 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() && in GetSymbolRef()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcMCCodeEmitter.cpp | 174 bool IsPic = Ctx.getObjectFileInfo()->isPositionIndependent(); in getSImm13OpValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 224 bool isPositionIndependent() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrInfo.td | 18 def IsPIC : Predicate<"TM.isPositionIndependent()">; 19 def IsNotPIC : Predicate<"!TM.isPositionIndependent()">;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCObjectFileInfo.h | 419 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent() function
|