Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/MCA/Stages/
H A DInstructionTables.h34 InstructionTables(const MCSchedModel &Model) in InstructionTables()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DAliasAnalysis.h199 explicit Model(ImplT &&impl) : impl(std::forward<ImplT>(impl)) {} in Model() function
235 using Model = detail::AliasAnalysisTraits::Model<ImplT>; variable
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dunused.m108 @interface Model interface
112 @implementation Model { implementation
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp42 CodeModel::Model /*CodeModel*/, in LanaiSubtarget()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DInterfaceSupport.h75 using Model = typename Traits::template Model<T>; variable
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dcpu_model.c286 unsigned *Model) { in detectX86FamilyModel()
299 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getIntelProcessorTypeAndSubtype()
519 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getAMDProcessorTypeAndSubtype()
750 unsigned Model, Family; in __cpu_indicator_init() local
/llvm-project-15.0.7/mlir/unittests/IR/
H A DInterfaceAttachmentTest.cpp32 struct Model struct
34 unsigned getBitwidthPlusArg(Type type, unsigned arg) const { in getBitwidthPlusArg()
38 static unsigned staticGetSomeValuePlusArg(unsigned arg) { return 42 + arg; } in staticGetSomeValuePlusArg()
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp67 Environment::ValueModel &Model) { in equivalentValues()
80 Environment::ValueModel &Model) { in mergeDistinctValues()
270 Environment::ValueModel &Model) { in join()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp121 TLSModel::Model Model; in lowerSymbolOperandELF() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DHost.cpp648 unsigned *Model) { in detectX86FamilyModel()
661 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getIntelProcessorTypeAndSubtype()
958 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getAMDProcessorTypeAndSubtype()
1220 unsigned Family = 0, Model = 0; in getHostCPUName() local
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 __anonae660b540111::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
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachine.cpp160 TLSModel::Model Model; in getTLSModel() local
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUUsage.rst5115 Memory Model GFX6-GFX9
6376 Memory Model GFX90A
8764 Memory Model GFX940
11183 Memory Model GFX10-GFX11
/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h214 void setCodePICModel(Optional<Reloc::Model> Model) { in setCodePICModel()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp360 TLSModel::Model Model = TM.getTLSModel(GV); in memAddrUsesCTR() local
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1513 template <typename T> class Model; variable
1852 Model(T Impl) : Impl(std::move(Impl)) {} in Model() function
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1239 TLSModel::Model Model = getTargetMachine().getTLSModel(N->getGlobal()); in LowerGlobalTLSAddress() local

12