Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
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()
DMips16HardFloat.cpp259 if (TM.isPositionIndependent()) in assureFPCallStub()
434 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall()
448 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
DMipsSubtarget.h221 bool isPositionIndependent() const;
DMipsMachineFunction.cpp97 if (!MF.getTarget().isPositionIndependent()) { in initGlobalBaseReg()
DMipsAsmPrinter.cpp779 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in EmitStartOfAsmFile()
800 if (!isPositionIndependent() && STI.hasSym32()) in EmitStartOfAsmFile()
1080 assert(!isPositionIndependent() && in EmitFPCallStub()
DMipsInstructionSelector.cpp365 if (MF.getTarget().isPositionIndependent()) { in select()
569 if (MF.getTarget().isPositionIndependent()) { in select()
625 if (MF.getTarget().isPositionIndependent()) { in select()
DMips16ISelDAGToDAG.cpp117 if (!TM.isPositionIndependent()) { in selectAddr()
DMipsSEInstrInfo.cpp29 return STI.isPositionIndependent() ? Mips::B_MM : Mips::J_MM; in getUnconditionalBranch()
30 return STI.isPositionIndependent() ? Mips::B : Mips::J; in getUnconditionalBranch()
888 if (TM.isPositionIndependent()) in expandEhReturn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.cpp72 if (!isPositionIndependent()) in classifyLocalReference()
125 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference()
163 if (!isPositionIndependent()) in classifyGlobalReference()
339 if (!isPositionIndependent()) in X86Subtarget()
DX86Subtarget.h809 bool isPositionIndependent() const { return TM.isPositionIndependent(); } in isPositionIndependent() function
DX86SpeculativeLoadHardening.cpp1107 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches()
1146 !Subtarget->isPositionIndependent()) { in tracePredStateThroughIndirectBranches()
2498 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall()
2536 !Subtarget->isPositionIndependent()) { in tracePredStateThroughCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrInfo.cpp98 if (TM.isPositionIndependent()) in expandLoadStackGuard()
105 if (!TM.isPositionIndependent()) { in expandLoadStackGuard()
DARMSubtarget.cpp356 if (isTargetMachO() && TM.isPositionIndependent() && in isGVIndirectSymbol()
364 return isTargetELF() && TM.isPositionIndependent() && in isGVInGOT()
DThumb1InstrInfo.cpp137 if (TM.isPositionIndependent()) in expandLoadStackGuard()
DARMAsmPrinter.cpp619 if (isPositionIndependent()) { in emitAttributes()
629 if (isPositionIndependent() || STI.isROPI()) { in emitAttributes()
635 if (isPositionIndependent()) { in emitAttributes()
968 if (isPositionIndependent() || Subtarget->isROPI()) in EmitJumpTableAddrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp44 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine
154 if (GV && isPositionIndependent() && GV->hasExternalWeakLinkage()) in shouldAssumeDSOLocal()
DTargetLoweringObjectFile.cpp45 InitMCObjectFileInfo(TM.getTargetTriple(), TM.isPositionIndependent(), *Ctx, in Initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp112 PersonalityEncoding = isPositionIndependent() in Initialize()
117 LSDAEncoding = isPositionIndependent() in Initialize()
120 TTypeEncoding = isPositionIndependent() in Initialize()
126 if (isPositionIndependent()) { in Initialize()
150 if (isPositionIndependent()) { in Initialize()
162 if (isPositionIndependent()) { in Initialize()
212 if (isPositionIndependent()) { in Initialize()
236 if (isPositionIndependent()) { in Initialize()
249 if (isPositionIndependent()) { in Initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp118 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() && in GetSymbolRef()
DPPCAsmPrinter.cpp495 if (Subtarget->is32BitELFABI() && isPositionIndependent()) in EmitTlsCall()
629 if (Subtarget->isSecurePlt() && isPositionIndependent() ) { in EmitInstruction()
1333 !isPositionIndependent()) in EmitStartOfAsmFile()
1362 (!isPositionIndependent() || in EmitFunctionEntryLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.td18 def IsPIC : Predicate<"TM.isPositionIndependent()">;
19 def IsNotPIC : Predicate<"!TM.isPositionIndependent()">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h211 bool isPositionIndependent() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h401 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp274 return SmallDataThreshold > 0 && !TM.isPositionIndependent(); in isSmallDataEnabled()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h210 bool isPositionIndependent() const;

123