Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/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-src/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-src/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInstructionTables.h34 InstructionTables(const MCSchedModel &Model) in InstructionTables()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp71 compareDistinctValues(QualType Type,Value & Val1,const Environment & Env1,Value & Val2,const Environment & Env2,Environment::ValueModel & Model) compareDistinctValues() argument
97 mergeDistinctValues(QualType Type,Value & Val1,const Environment & Env1,Value & Val2,const Environment & Env2,Environment & MergedEnv,Environment::ValueModel & Model) mergeDistinctValues() argument
158 widenDistinctValues(QualType Type,Value & Prev,const Environment & PrevEnv,Value & Current,Environment & CurrentEnv,Environment::ValueModel & Model) widenDistinctValues() argument
197 compareKeyToValueMaps(const llvm::MapVector<Key,Value * > & Map1,const llvm::MapVector<Key,Value * > & Map2,const Environment & Env1,const Environment & Env2,Environment::ValueModel & Model) compareKeyToValueMaps() argument
224 joinLocToVal(const llvm::MapVector<const StorageLocation *,Value * > & LocToVal,const llvm::MapVector<const StorageLocation *,Value * > & LocToVal2,const Environment & Env1,const Environment & Env2,Environment & JoinedEnv,Environment::ValueModel & Model) joinLocToVal() argument
259 widenKeyToValueMap(const llvm::MapVector<Key,Value * > & CurMap,const llvm::MapVector<Key,Value * > & PrevMap,Environment & CurEnv,const Environment & PrevEnv,Environment::ValueModel & Model,LatticeJoinEffect & Effect) widenKeyToValueMap() argument
599 widen(const Environment & PrevEnv,Environment::ValueModel & Model) widen() argument
633 join(const Environment & EnvA,const Environment & EnvB,Environment::ValueModel & Model) join() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp105 ProcItinList.insert(Model->ItinsDef); in collectAllFuncUnits() local
241 for (const CodeGenProcModel *Model : ProcModels) { in emitForItineraries() local
262 for (const CodeGenProcModel *Model : ProcModels) { in emitForItineraries() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp42 CodeModel::Model /*CodeModel*/, in LanaiSubtarget()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c290 detectX86FamilyModel(unsigned EAX,unsigned * Family,unsigned * Model) detectX86FamilyModel() argument
303 getIntelProcessorTypeAndSubtype(unsigned Family,unsigned Model,const unsigned * Features,unsigned * Type,unsigned * Subtype) getIntelProcessorTypeAndSubtype() argument
593 getAMDProcessorTypeAndSubtype(unsigned Family,unsigned Model,const unsigned * Features,unsigned * Type,unsigned * Subtype) getAMDProcessorTypeAndSubtype() argument
898 unsigned Model, Family; __cpu_indicator_init() local
[all...]
/freebsd-src/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() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp101 TLSModel::Model Model = TM.getTLSModel(MO.getGlobal()); GetSymbolRef() local
H A DPPCAsmPrinter.cpp824 TLSModel::Model Model = TM.getTLSModel(MO.getGlobal()); emitInstruction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp668 detectX86FamilyModel(unsigned EAX,unsigned * Family,unsigned * Model) detectX86FamilyModel() argument
681 getIntelProcessorTypeAndSubtype(unsigned Family,unsigned Model,const unsigned * Features,unsigned * Type,unsigned * Subtype) getIntelProcessorTypeAndSubtype() argument
1047 getAMDProcessorTypeAndSubtype(unsigned Family,unsigned Model,const unsigned * Features,unsigned * Type,unsigned * Subtype) getAMDProcessorTypeAndSubtype() argument
1349 unsigned Family = 0, Model = 0; getHostCPUName() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp172 createUniqueEntity(const Twine & Model,int & ResultFD,SmallVectorImpl<char> & ResultPath,bool MakeAbsolute,FSEntity Type,sys::fs::OpenFlags Flags=sys::fs::OF_None,unsigned Mode=0) createUniqueEntity() argument
798 createUniquePath(const Twine & Model,SmallVectorImpl<char> & ResultPath,bool MakeAbsolute) createUniquePath() argument
824 createUniqueFile(const Twine & Model,int & ResultFd,SmallVectorImpl<char> & ResultPath,OpenFlags Flags,unsigned Mode) createUniqueFile() argument
831 createUniqueFile(const Twine & Model,SmallVectorImpl<char> & ResultPath,unsigned Mode) createUniqueFile() argument
844 createTemporaryFile(const Twine & Model,int & ResultFD,llvm::SmallVectorImpl<char> & ResultPath,FSEntity Type,sys::fs::OpenFlags Flags=sys::fs::OF_None) createTemporaryFile() argument
895 getPotentiallyUniqueFileName(const Twine & Model,SmallVectorImpl<char> & ResultPath) getPotentiallyUniqueFileName() argument
1331 create(const Twine & Model,unsigned Mode,OpenFlags ExtraFlags) create() argument
[all...]
H A DZ3Solver.cpp206 Z3_model Model; global() member in __anonab5195f60111::Z3Model
846 Z3Model Model(Context, Z3_solver_get_model(Context.Context, Solver)); getInterpretation() local
860 Z3Model Model(Context, Z3_solver_get_model(Context.Context, Solver)); getInterpretation() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp190 TLSModel::Model Model; lowerSymbolOperandELF() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp224 TLSModel::Model Model; getTLSModel() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp73 std::unique_ptr<tflite::FlatBufferModel> Model; member in llvm::TFModelEvaluatorImpl
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h214 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel() argument
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1749 const char *tools::RelocationModelName(llvm::Reloc::Model Model) { in RelocationModelName() argument
1872 StringRef Model = ModelArg ? ModelArg->getValue() : ""; in ParsePICArgs() local
[all...]
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dactbl.h371 UINT8 Model; /* System Interrupt Model (ACPI 1.0) - not used in ACPI 2.0+ */ member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1744 template <typename T> class Model; global() variable
2122 Model(T Impl) : Impl(std::move(Impl)) {} Model() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1275 switch (Model) { in LowerGlobalTLSAddress() local
/freebsd-src/contrib/ntp/ntpd/
H A Drefclock_oncore.c2900 char *cp2, Model[21]; in oncore_get_timestamp() local

12