Home
last modified time | relevance | path

Searched refs:getCodeModel (Results 1 – 25 of 45) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp52 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection()
79 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl()
87 if (TM.getCodeModel() == CodeModel::Small) in isGlobalInSmallSectionImpl()
DLanaiTargetMachine.cpp66 Subtarget(TT, Cpu, FeatureString, *this, Options, getCodeModel(), in LanaiTargetMachine()
DLanaiISelLowering.cpp1136 if (getTargetMachine().getCodeModel() == CodeModel::Small || in LowerConstantPool()
1214 if (getTargetMachine().getCodeModel() == CodeModel::Small) { in LowerJumpTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp216 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
230 if ((useSmallAddressing() || TM.getCodeModel() == CodeModel::Tiny) && in ClassifyGlobalReference()
248 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
DAArch64TargetMachine.cpp293 if ((getCodeModel() == CodeModel::Small || in AArch64TargetMachine()
294 getCodeModel() == CodeModel::Kernel) && in AArch64TargetMachine()
298 else if (getCodeModel() == CodeModel::Tiny && this->Options.TLSSize > 24) in AArch64TargetMachine()
306 !(getCodeModel() == CodeModel::Large && TT.isOSBinFormatMachO())) { in AArch64TargetMachine()
DAArch64Subtarget.h454 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
DAArch64ExpandPseudoInsts.cpp486 if (MF->getTarget().getCodeModel() == CodeModel::Tiny) { in expandMI()
603 MF->getTarget().getCodeModel() == CodeModel::Kernel) in expandMI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.cpp78 switch (TM.getCodeModel()) { in classifyLocalReference()
125 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference()
157 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
DX86SpeculativeLoadHardening.cpp1106 if (MF.getTarget().getCodeModel() == CodeModel::Small && in tracePredStateThroughIndirectBranches()
1145 if (MF.getTarget().getCodeModel() == CodeModel::Small && in tracePredStateThroughIndirectBranches()
2497 if (MF.getTarget().getCodeModel() == CodeModel::Small && in tracePredStateThroughCall()
2535 if (MF.getTarget().getCodeModel() == CodeModel::Small && in tracePredStateThroughCall()
DX86InstructionSelector.cpp599 if (TM.getCodeModel() != CodeModel::Small) in selectGlobalValue()
1431 CodeModel::Model CM = TM.getCodeModel(); in materializeFP()
1476 } else if (STI.is64Bit() && TM.getCodeModel() == CodeModel::Small) in materializeFP()
DX86FastISel.cpp721 if (TM.getCodeModel() != CodeModel::Small) in handleConstantAddresses()
1053 if (TM.getCodeModel() != CodeModel::Small) in X86SelectCallAddress()
3740 CodeModel::Model CM = TM.getCodeModel(); in X86MaterializeFP()
3785 else if (Subtarget->is64Bit() && TM.getCodeModel() == CodeModel::Small) in X86MaterializeFP()
3815 if (TM.getCodeModel() != CodeModel::Small) in X86MaterializeGV()
DX86FrameLowering.cpp766 bool IsLargeCodeModel = MF.getTarget().getCodeModel() == CodeModel::Large; in emitStackProbeCall()
786 if (Is64Bit && MF.getTarget().getCodeModel() == CodeModel::Large) { in emitStackProbeCall()
2480 if (Is64Bit && MF.getTarget().getCodeModel() == CodeModel::Large) { in adjustForSegmentedStacks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h92 const Optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp717 TM.getCodeModel() == CodeModel::Small && in EmitInstruction()
764 assert((IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large) && in EmitInstruction()
794 assert(IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large && in EmitInstruction()
844 (MO.isCPI() && TM.getCodeModel() == CodeModel::Large)) in EmitInstruction()
887 if (!MO.isCPI() || TM.getCodeModel() == CodeModel::Large) in EmitInstruction()
1392 if (TM.getCodeModel() == CodeModel::Large in EmitFunctionEntryLabel()
1514 if (TM.getCodeModel() != CodeModel::Large) { in EmitFunctionBodyStart()
DPPCSubtarget.cpp237 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp74 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel() function in TargetMachine
DTargetLoweringObjectFile.cpp46 TM.getCodeModel() == CodeModel::Large); in Initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h209 CodeModel::Model getCodeModel() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp31 if (!CreateObjectLinkingLayer && JTMB->getCodeModel() == None && in prepareForConstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h832 Optional<CodeModel::Model> getCodeModel() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp532 Optional<CodeModel::Model> Module::getCodeModel() const { in getCodeModel() function in Module
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp184 switch(TM.getCodeModel()) { in LowerGETPCXAndEmitMCInsts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp149 CodeModel = M.getCodeModel(); in createTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc82 LLVM_ATTRIBUTE_UNUSED static Optional<CodeModel::Model> getCodeModel() {

12