Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h25 inline std::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
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enum
31 enum Model { Tiny, Small, Kernel, Medium, Large }; enum
45 enum Model { enum
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp104 for (const CodeGenProcModel *Model : ProcModels) in collectAllFuncUnits() local
239 for (const CodeGenProcModel *Model : ProcModels) { in emitForItineraries() local
260 for (const CodeGenProcModel *Model : ProcModels) { in emitForItineraries() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/Stages/
H A DInstructionTables.h34 InstructionTables(const MCSchedModel &Model) in InstructionTables()
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp55 Environment::ValueModel &Model) { in compareDistinctValues()
93 Environment::ValueModel &Model) { in mergeDistinctValues()
136 Environment::ValueModel &Model) { in widenDistinctValues()
436 Environment::ValueModel &Model) { in widen()
497 Environment::ValueModel &Model) { in join()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp42 CodeModel::Model /*CodeModel*/, in LanaiSubtarget()
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DHost.cpp656 unsigned *Model) { in detectX86FamilyModel()
669 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getIntelProcessorTypeAndSubtype()
993 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getAMDProcessorTypeAndSubtype()
1268 unsigned Family = 0, Model = 0; in getHostCPUName() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPath.cpp170 createUniqueEntity(const Twine &Model, int &ResultFD, in createUniqueEntity()
796 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath, in createUniquePath()
822 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile()
829 std::error_code createUniqueFile(const Twine &Model, in createUniqueFile()
842 createTemporaryFile(const Twine &Model, int &ResultFD, in createTemporaryFile()
893 getPotentiallyUniqueFileName(const Twine &Model, in getPotentiallyUniqueFileName()
1337 Expected<TempFile> TempFile::create(const Twine &Model, unsigned Mode, in create()
H A DZ3Solver.cpp206 Z3_model Model; member in __anon0349533b0111::Z3Model
846 Z3Model Model(Context, Z3_solver_get_model(Context.Context, Solver)); in getInterpretation() local
860 Z3Model Model(Context, Z3_solver_get_model(Context.Context, Solver)); in getInterpretation() local
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUUsage.rst5160 Memory Model GFX6-GFX9
6421 Memory Model GFX90A
8809 Memory Model GFX940
11228 Memory Model GFX10-GFX11
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c292 unsigned *Model) { in detectX86FamilyModel()
305 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getIntelProcessorTypeAndSubtype()
552 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getAMDProcessorTypeAndSubtype()
796 unsigned Model, Family; in __cpu_indicator_init() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp145 TLSModel::Model Model; in lowerSymbolOperandELF() local
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachine.cpp160 TLSModel::Model Model; in getTLSModel() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTFLiteUtils.cpp73 std::unique_ptr<tflite::FlatBufferModel> Model; member in llvm::TFModelEvaluatorImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h214 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1343 const char *tools::RelocationModelName(llvm::Reloc::Model Model) { in RelocationModelName()
1466 StringRef Model = ModelArg ? ModelArg->getValue() : ""; in ParsePICArgs() local
H A DClang.cpp5140 std::string Model; in ConstructJob() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1563 template <typename T> class Model; variable
1918 Model(T Impl) : Impl(std::move(Impl)) {} in Model() function
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1271 TLSModel::Model Model = getTargetMachine().getTLSModel(N->getGlobal()); in LowerGlobalTLSAddress() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp2022 StringRef Model; in handleTLSModelAttr() local
7947 MSInheritanceModel Model) { in mergeMSInheritanceAttr()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp1361 unsigned Model = llvm::StringSwitch<unsigned>(Name) in BuildCompilation() local

12