| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetObjectFile.cpp | 53 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection() 80 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl() 88 if (TM.getCodeModel() == CodeModel::Small) in isGlobalInSmallSectionImpl()
|
| H A D | LanaiTargetMachine.cpp | 66 Subtarget(TT, Cpu, FeatureString, *this, Options, getCodeModel(), in LanaiTargetMachine()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 209 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference() 223 if ((useSmallAddressing() || TM.getCodeModel() == CodeModel::Tiny) && in ClassifyGlobalReference() 234 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
|
| H A D | AArch64Subtarget.h | 409 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
|
| H A D | AArch64ExpandPseudoInsts.cpp | 843 if (MF->getTarget().getCodeModel() == CodeModel::Tiny) { in expandMI() 929 MF->getTarget().getCodeModel() == CodeModel::Kernel) in expandMI()
|
| H A D | AArch64InstructionSelector.cpp | 1011 } else if (TM.getCodeModel() == CodeModel::Large) { in select() 1016 } else if (TM.getCodeModel() == CodeModel::Tiny) { in select() 1538 if (TM.getCodeModel() == CodeModel::Large) { in select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 78 switch (TM.getCodeModel()) { in classifyLocalReference() 125 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference() 154 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
|
| H A D | X86SpeculativeLoadHardening.cpp | 1109 if (MF.getTarget().getCodeModel() == CodeModel::Small && in tracePredStateThroughIndirectBranches() 1148 if (MF.getTarget().getCodeModel() == CodeModel::Small && in tracePredStateThroughIndirectBranches() 2488 if (MF.getTarget().getCodeModel() == CodeModel::Small && in tracePredStateThroughCall() 2526 if (MF.getTarget().getCodeModel() == CodeModel::Small && in tracePredStateThroughCall()
|
| H A D | X86InstructionSelector.cpp | 592 if (TM.getCodeModel() != CodeModel::Small) in selectGlobalValue() 1428 CodeModel::Model CM = TM.getCodeModel(); in materializeFP() 1473 } else if (STI.is64Bit() && TM.getCodeModel() == CodeModel::Small) in materializeFP()
|
| H A D | X86ISelDAGToDAG.cpp | 1088 CodeModel::Model M = TM.getCodeModel(); in foldOffsetIntoAddress() 1154 CodeModel::Model M = TM.getCodeModel(); in matchWrapper() 1223 if (TM.getCodeModel() == CodeModel::Small && in matchAddress() 2066 return TM.getCodeModel() == CodeModel::Small; in selectMOV64Imm32() 2071 return TM.getCodeModel() == CodeModel::Small; in selectMOV64Imm32()
|
| /freebsd-12.1/contrib/llvm/tools/lld/Common/ |
| H A D | TargetOptionsCommandFlags.cpp | 31 return getCodeModel(); in GetCodeModelFromCMModel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.cpp | 226 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
|
| H A D | PPCAsmPrinter.cpp | 741 TM.getCodeModel() == CodeModel::Large) in EmitInstruction() 780 if (TM.getCodeModel() == CodeModel::Large) in EmitInstruction() 1300 if (TM.getCodeModel() == CodeModel::Large in EmitFunctionEntryLabel() 1421 if (TM.getCodeModel() != CodeModel::Large) { in EmitFunctionBodyStart()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetObjectFile.cpp | 123 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 87 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel() function in TargetMachine
|
| H A D | TargetLoweringObjectFile.cpp | 47 TM.getCodeModel() == CodeModel::Large); in Initialize()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetMachine.h | 182 CodeModel::Model getCodeModel() const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 386 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel() function 734 Optional<llvm::CodeModel::Model> CM = getCodeModel(CodeGenOpts); in CreateTargetMachine() 1225 Conf.CodeModel = getCodeModel(CGOpts); in runThinLTOBackend()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 205 Conf.CodeModel = getCodeModel(); in run()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcAsmPrinter.cpp | 186 switch(TM.getCodeModel()) { in LowerGETPCXAndEmitMCInsts()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Module.cpp | 518 Optional<CodeModel::Model> Module::getCodeModel() const { in getCodeModel() function in Module
|
| /freebsd-12.1/contrib/llvm/tools/llc/ |
| H A D | llc.cpp | 456 getCodeModel(), OLvl)); in compileModule()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Module.h | 859 Optional<CodeModel::Model> getCodeModel() const;
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 145 CodeModel = M.getCodeModel(); in createTargetMachine()
|
| /freebsd-12.1/contrib/llvm/tools/opt/ |
| H A D | opt.cpp | 417 getCodeModel(), GetCodeGenOptLevel()); in GetTargetMachine()
|