/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetObjectFile.cpp | 51 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection() 78 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl() 86 if (TM.getCodeModel() == CodeModel::Small) in isGlobalInSmallSectionImpl()
|
H A D | LanaiTargetMachine.cpp | 64 Subtarget(TT, Cpu, FeatureString, *this, Options, getCodeModel(), in LanaiTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kSubtarget.cpp | 128 switch (TM.getCodeModel()) { in classifyLocalReference() 174 switch (TM.getCodeModel()) { in classifyGlobalReference() 201 if (TM.getCodeModel() == CodeModel::Medium && !atLeastM68020()) in getJumpTableEncoding()
|
H A D | M68kInstrInfo.td | 394 def SmallCode : Predicate<"TM.getCodeModel() == CodeModel::Small">; 395 def KernelCode : Predicate<"TM.getCodeModel() == CodeModel::Kernel">; 396 def FarData : Predicate<"TM.getCodeModel() != CodeModel::Small &&" 397 "TM.getCodeModel() != CodeModel::Kernel">; 398 def NearData : Predicate<"TM.getCodeModel() == CodeModel::Small ||" 399 "TM.getCodeModel() == CodeModel::Kernel">;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 77 switch (TM.getCodeModel()) { in classifyLocalReference() 126 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference() 158 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
|
H A D | X86IndirectBranchTracking.cpp | 125 if ((TM->getCodeModel() == CodeModel::Large || in runOnMachineFunction()
|
H A D | X86SpeculativeLoadHardening.cpp | 1112 if (MF.getTarget().getCodeModel() == CodeModel::Small && in tracePredStateThroughIndirectBranches() 1151 if (MF.getTarget().getCodeModel() == CodeModel::Small && in tracePredStateThroughIndirectBranches() 2128 if (MF.getTarget().getCodeModel() == CodeModel::Small && in tracePredStateThroughCall() 2166 if (MF.getTarget().getCodeModel() == CodeModel::Small && in tracePredStateThroughCall()
|
H A D | X86InstructionSelector.cpp | 600 if (TM.getCodeModel() != CodeModel::Small) in selectGlobalValue() 1386 CodeModel::Model CM = TM.getCodeModel(); in materializeFP() 1432 } else if (STI.is64Bit() && TM.getCodeModel() == CodeModel::Small) in materializeFP()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 266 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference() 280 if ((useSmallAddressing() || TM.getCodeModel() == CodeModel::Tiny) && in ClassifyGlobalReference() 298 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
|
H A D | AArch64TargetMachine.cpp | 311 if ((getCodeModel() == CodeModel::Small || in AArch64TargetMachine() 312 getCodeModel() == CodeModel::Kernel) && in AArch64TargetMachine() 316 else if (getCodeModel() == CodeModel::Tiny && this->Options.TLSSize > 24) in AArch64TargetMachine() 325 !(getCodeModel() == CodeModel::Large && TT.isOSBinFormatMachO())) { in AArch64TargetMachine()
|
H A D | AArch64Subtarget.h | 538 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.cpp | 233 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol() 245 CodeModel::Medium == getTargetMachine().getCodeModel(); in isUsingPCRelativeCalls()
|
H A D | PPCAsmPrinter.cpp | 845 TM.getCodeModel() == CodeModel::Small && in emitInstruction() 863 assert(IsAIX && TM.getCodeModel() == CodeModel::Small && in emitInstruction() 919 assert((IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large) && in emitInstruction() 951 assert(IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large && in emitInstruction() 1003 (MO.isCPI() && TM.getCodeModel() == CodeModel::Large)) in emitInstruction() 1045 if (!MO.isCPI() || TM.getCodeModel() == CodeModel::Large) in emitInstruction() 1567 if (TM.getCodeModel() == CodeModel::Large in emitFunctionEntryLabel() 1691 if (TM.getCodeModel() != CodeModel::Large) { in emitFunctionBodyStart()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | CommandFlags.h | 46 CodeModel::Model getCodeModel();
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.h | 101 const Optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreTargetObjectFile.cpp | 122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 74 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel() function in TargetMachine
|
H A D | TargetLoweringObjectFile.cpp | 48 TM.getCodeModel() == CodeModel::Large); in Initialize()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 222 CodeModel::Model getCodeModel() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEAsmPrinter.cpp | 190 switch (TM.getCodeModel()) { in lowerGETGOTAndEmitMCInsts()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 442 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel() function 896 Optional<llvm::CodeModel::Model> CM = getCodeModel(CodeGenOpts); in CreateTargetMachine() 1535 Conf.CodeModel = getCodeModel(CGOpts); in runThinLTOBackend()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 184 switch(TM.getCodeModel()) { in LowerGETPCXAndEmitMCInsts()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Module.h | 860 Optional<CodeModel::Model> getCodeModel() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 461 .setCodeModel(TemplateTM->getCodeModel()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Module.cpp | 615 Optional<CodeModel::Model> Module::getCodeModel() const { in getCodeModel() function in Module
|