/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 52 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()
|
D | LanaiTargetMachine.cpp | 66 Subtarget(TT, Cpu, FeatureString, *this, Options, getCodeModel(), in LanaiTargetMachine()
|
D | LanaiISelLowering.cpp | 1136 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/ |
D | AArch64Subtarget.cpp | 216 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()
|
D | AArch64TargetMachine.cpp | 293 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()
|
D | AArch64Subtarget.h | 454 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
|
D | AArch64ExpandPseudoInsts.cpp | 486 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/ |
D | X86Subtarget.cpp | 78 switch (TM.getCodeModel()) { in classifyLocalReference() 125 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference() 157 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
|
D | X86SpeculativeLoadHardening.cpp | 1106 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()
|
D | X86InstructionSelector.cpp | 599 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()
|
D | X86FastISel.cpp | 721 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()
|
D | X86FrameLowering.cpp | 766 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/ |
D | JITTargetMachineBuilder.h | 92 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/ |
D | PPCAsmPrinter.cpp | 717 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()
|
D | PPCSubtarget.cpp | 237 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 74 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel() function in TargetMachine
|
D | TargetLoweringObjectFile.cpp | 46 TM.getCodeModel() == CodeModel::Large); in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetMachine.h | 209 CodeModel::Model getCodeModel() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | LLJIT.cpp | 31 if (!CreateObjectLinkingLayer && JTMB->getCodeModel() == None && in prepareForConstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Module.h | 832 Optional<CodeModel::Model> getCodeModel() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 532 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/ |
D | SparcAsmPrinter.cpp | 184 switch(TM.getCodeModel()) { in LowerGETPCXAndEmitMCInsts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOBackend.cpp | 149 CodeModel = M.getCodeModel(); in createTargetMachine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 82 LLVM_ATTRIBUTE_UNUSED static Optional<CodeModel::Model> getCodeModel() {
|