Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInstructionTables.h34 InstructionTables(const MCSchedModel &Model) in InstructionTables()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp71 Environment::ValueModel &Model) { in compareDistinctValues()
97 Environment::ValueModel &Model) { in mergeDistinctValues()
158 Environment::ValueModel &Model) { in widenDistinctValues()
197 Environment::ValueModel &Model) { in compareKeyToValueMaps()
224 Environment &JoinedEnv, Environment::ValueModel &Model) { in joinLocToVal()
259 Environment::ValueModel &Model, LatticeJoinEffect &Effect) { in widenKeyToValueMap()
599 Environment::ValueModel &Model) { in widen()
633 Environment::ValueModel &Model) { in join()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp105 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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp42 CodeModel::Model /*CodeModel*/, in LanaiSubtarget()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c290 unsigned *Model) { in detectX86FamilyModel()
303 unsigned Model, in getIntelProcessorTypeAndSubtype()
593 unsigned Model, in getAMDProcessorTypeAndSubtype()
898 unsigned Model, Family; in __cpu_indicator_init() local
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp101 TLSModel::Model Model = TM.getTLSModel(MO.getGlobal()); in GetSymbolRef() local
H A DPPCAsmPrinter.cpp824 TLSModel::Model Model = TM.getTLSModel(MO.getGlobal()); in emitInstruction() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp668 unsigned *Model) { in detectX86FamilyModel()
681 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getIntelProcessorTypeAndSubtype()
1047 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getAMDProcessorTypeAndSubtype()
1349 unsigned Family = 0, Model = 0; in getHostCPUName() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp172 createUniqueEntity(const Twine &Model, int &ResultFD, in createUniqueEntity()
798 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath, in createUniquePath()
824 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile()
831 std::error_code createUniqueFile(const Twine &Model, in createUniqueFile()
844 createTemporaryFile(const Twine &Model, int &ResultFD, in createTemporaryFile()
895 getPotentiallyUniqueFileName(const Twine &Model, in getPotentiallyUniqueFileName()
1331 Expected<TempFile> TempFile::create(const Twine &Model, unsigned Mode, in create()
H A DZ3Solver.cpp206 Z3_model Model; member in __anon13641eda0111::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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp190 TLSModel::Model Model; in lowerSymbolOperandELF() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp224 TLSModel::Model Model; in getTLSModel() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp73 std::unique_ptr<tflite::FlatBufferModel> Model; member in llvm::TFModelEvaluatorImpl
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h214 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1749 const char *tools::RelocationModelName(llvm::Reloc::Model Model) { in RelocationModelName()
1872 StringRef Model = ModelArg ? ModelArg->getValue() : ""; in ParsePICArgs() local
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dactbl.h371 …UINT8 Model; /* System Interrupt Model (ACPI 1.0) - not used in ACP… member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1744 template <typename T> class Model; variable
2122 Model(T Impl) : Impl(std::move(Impl)) {} in Model() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1275 TLSModel::Model Model = getTargetMachine().getTLSModel(N->getGlobal()); in LowerGlobalTLSAddress() local
/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_oncore.c2900 char *cp2, Model[21]; in oncore_get_timestamp() local

12