/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | CodeGenCWrappers.h | 25 inline std::optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap() 47 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
|
H A D | TargetOptions.h | 55 enum Model { enum
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 25 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 D | Scheduler.h | 157 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 D | InstructionTables.h | 34 InstructionTables(const MCSchedModel &Model) in InstructionTables()
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 71 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 D | DFAPacketizerEmitter.cpp | 105 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 D | LanaiSubtarget.cpp | 42 CodeModel::Model /*CodeModel*/, in LanaiSubtarget()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
H A D | x86.c | 290 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 D | SummaryView.cpp | 25 SummaryView::SummaryView(const MCSchedModel &Model, ArrayRef<MCInst> S, in SummaryView()
|
H A D | BottleneckAnalysis.cpp | 25 PressureTracker::PressureTracker(const MCSchedModel &Model) in PressureTracker() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMCInstLower.cpp | 101 TLSModel::Model Model = TM.getTLSModel(MO.getGlobal()); GetSymbolRef() local
|
H A D | PPCAsmPrinter.cpp | 824 TLSModel::Model Model = TM.getTLSModel(MO.getGlobal()); emitInstruction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Host.cpp | 668 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 D | Path.cpp | 172 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 D | Z3Solver.cpp | 206 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 D | AArch64MCInstLower.cpp | 190 TLSModel::Model Model; lowerSymbolOperandELF() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 224 TLSModel::Model Model; getTLSModel() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TFLiteUtils.cpp | 73 std::unique_ptr<tflite::FlatBufferModel> Model; member in llvm::TFModelEvaluatorImpl
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | ThinLTOCodeGenerator.h | 214 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 1749 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 D | actbl.h | 371 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 D | TargetTransformInfo.h | 1744 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 D | CSKYISelLowering.cpp | 1275 switch (Model) { in LowerGlobalTLSAddress() local
|
/freebsd-src/contrib/ntp/ntpd/ |
H A D | refclock_oncore.c | 2900 char *cp2, Model[21]; in oncore_get_timestamp() local
|