/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
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()
|
D | Mips16HardFloat.cpp | 259 if (TM.isPositionIndependent()) in assureFPCallStub() 434 if (!TM.isPositionIndependent()) { in fixupFPReturnAndCall() 448 bool PicMode = TM.isPositionIndependent(); in createFPFnStub()
|
D | MipsSubtarget.h | 221 bool isPositionIndependent() const;
|
D | MipsMachineFunction.cpp | 97 if (!MF.getTarget().isPositionIndependent()) { in initGlobalBaseReg()
|
D | MipsAsmPrinter.cpp | 779 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in EmitStartOfAsmFile() 800 if (!isPositionIndependent() && STI.hasSym32()) in EmitStartOfAsmFile() 1080 assert(!isPositionIndependent() && in EmitFPCallStub()
|
D | MipsInstructionSelector.cpp | 365 if (MF.getTarget().isPositionIndependent()) { in select() 569 if (MF.getTarget().isPositionIndependent()) { in select() 625 if (MF.getTarget().isPositionIndependent()) { in select()
|
D | Mips16ISelDAGToDAG.cpp | 117 if (!TM.isPositionIndependent()) { in selectAddr()
|
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() 888 if (TM.isPositionIndependent()) in expandEhReturn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 72 if (!isPositionIndependent()) in classifyLocalReference() 125 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference() 163 if (!isPositionIndependent()) in classifyGlobalReference() 339 if (!isPositionIndependent()) in X86Subtarget()
|
D | X86Subtarget.h | 809 bool isPositionIndependent() const { return TM.isPositionIndependent(); } in isPositionIndependent() function
|
D | X86SpeculativeLoadHardening.cpp | 1107 !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/ |
D | ARMInstrInfo.cpp | 98 if (TM.isPositionIndependent()) in expandLoadStackGuard() 105 if (!TM.isPositionIndependent()) { in expandLoadStackGuard()
|
D | ARMSubtarget.cpp | 356 if (isTargetMachO() && TM.isPositionIndependent() && in isGVIndirectSymbol() 364 return isTargetELF() && TM.isPositionIndependent() && in isGVInGOT()
|
D | Thumb1InstrInfo.cpp | 137 if (TM.isPositionIndependent()) in expandLoadStackGuard()
|
D | ARMAsmPrinter.cpp | 619 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/ |
D | TargetMachine.cpp | 44 bool TargetMachine::isPositionIndependent() const { in isPositionIndependent() function in TargetMachine 154 if (GV && isPositionIndependent() && GV->hasExternalWeakLinkage()) in shouldAssumeDSOLocal()
|
D | TargetLoweringObjectFile.cpp | 45 InitMCObjectFileInfo(TM.getTargetTriple(), TM.isPositionIndependent(), *Ctx, in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 112 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/ |
D | PPCMCInstLower.cpp | 118 if (Subtarget->isSecurePlt() && TM.isPositionIndependent() && in GetSymbolRef()
|
D | PPCAsmPrinter.cpp | 495 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/ |
D | WebAssemblyInstrInfo.td | 18 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/ |
D | TargetMachine.h | 211 bool isPositionIndependent() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 401 bool isPositionIndependent() const { return PositionIndependent; } in isPositionIndependent() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 274 return SmallDataThreshold > 0 && !TM.isPositionIndependent(); in isSmallDataEnabled()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 210 bool isPositionIndependent() const;
|