Home
last modified time | relevance | path

Searched defs:Model (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h25 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap()
47 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
H A DTargetOptions.h55 enum Model { enum
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enum
28 enum Model { Tiny, Small, Kernel, Medium, Large }; enum
42 enum Model { enum
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h157 Scheduler(const MCSchedModel &Model, LSUnitBase &Lsu) in Scheduler()
160 Scheduler(const MCSchedModel &Model, LSUnitBase &Lsu, in Scheduler()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DInstructionTables.h34 InstructionTables(const MCSchedModel &Model) in InstructionTables()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp106 for (const CodeGenProcModel *Model : ProcModels) in collectAllFuncUnits() local
241 for (const CodeGenProcModel *Model : ProcModels) { in emitForItineraries() local
262 for (const CodeGenProcModel *Model : ProcModels) { in emitForItineraries() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp42 CodeModel::Model /*CodeModel*/, in LanaiSubtarget()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp25 SummaryView::SummaryView(const MCSchedModel &Model, ArrayRef<MCInst> S, in SummaryView()
H A DBottleneckAnalysis.cpp25 PressureTracker::PressureTracker(const MCSchedModel &Model) in PressureTracker()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp590 unsigned *Model) { in detectX86FamilyModel()
603 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getIntelProcessorTypeAndSubtype()
884 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getAMDProcessorTypeAndSubtype()
1144 unsigned Family = 0, Model = 0; in getHostCPUName() local
H A DPath.cpp168 createUniqueEntity(const Twine &Model, int &ResultFD, in createUniqueEntity()
791 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath, in createUniquePath()
817 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile()
824 std::error_code createUniqueFile(const Twine &Model, in createUniqueFile()
837 createTemporaryFile(const Twine &Model, int &ResultFD, in createTemporaryFile()
888 getPotentiallyUniqueFileName(const Twine &Model, in getPotentiallyUniqueFileName()
1291 Expected<TempFile> TempFile::create(const Twine &Model, unsigned Mode) { in create()
H A DZ3Solver.cpp204 Z3_model Model; member in __anondfffcc6f0111::Z3Model
844 Z3Model Model(Context, Z3_solver_get_model(Context.Context, Solver)); in getInterpretation() local
858 Z3Model Model(Context, Z3_solver_get_model(Context.Context, Solver)); in getInterpretation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp121 TLSModel::Model Model; in lowerSymbolOperandELF() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp176 TLSModel::Model Model; in getTLSModel() local
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Ddnssec.inc.rst235 dnssec_dynamic_zones_enabling_dnssecMulti-Signer Model global() argument
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUUsage.rst4756 Memory Model GFX6-GFX9
6017 Memory Model GFX90A
8305 Memory Model GFX10
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h215 void setCodePICModel(Optional<Reloc::Model> Model) { in setCodePICModel()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp268 SmallString<128> Model, ResultPath; in ReportDiag() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp358 TLSModel::Model Model = TM.getTLSModel(GV); in memAddrUsesCTR() local
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl.h263 …UINT8 Model; /* System Interrupt Model (ACPI 1.0) - not used in ACP… member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1434 template <typename T> class Model; variable
1734 Model(T Impl) : Impl(std::move(Impl)) {} in Model() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1218 StringRef Model = ModelArg ? ModelArg->getValue() : ""; in ParsePICArgs() local
H A DClang.cpp1106 static const char *RelocationModelName(llvm::Reloc::Model Model) { in RelocationModelName()
4782 std::string Model; in ConstructJob() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp1925 StringRef Model; in handleTLSModelAttr() local
7137 MSInheritanceModel Model) { in mergeMSInheritanceAttr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1183 unsigned Model = llvm::StringSwitch<unsigned>(Name) in BuildCompilation() local

12