| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | CodeGenCWrappers.h | 25 inline 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
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 22 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 D | InstructionTables.h | 34 InstructionTables(const MCSchedModel &Model) in InstructionTables()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/ |
| H A D | AliasAnalysis.h | 199 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 D | unused.m | 108 @interface Model interface 112 @implementation Model { implementation
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiSubtarget.cpp | 42 CodeModel::Model /*CodeModel*/, in LanaiSubtarget()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DFAPacketizerEmitter.cpp | 104 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 D | InterfaceSupport.h | 75 using Model = typename Traits::template Model<T>; variable
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | cpu_model.c | 286 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 D | InterfaceAttachmentTest.cpp | 32 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 D | DataflowEnvironment.cpp | 67 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 D | AArch64MCInstLower.cpp | 121 TLSModel::Model Model; in lowerSymbolOperandELF() local
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Host.cpp | 648 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 D | Path.cpp | 170 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 D | Z3Solver.cpp | 206 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 D | TargetMachine.cpp | 160 TLSModel::Model Model; in getTLSModel() local
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AMDGPUUsage.rst | 5115 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 D | ThinLTOCodeGenerator.h | 214 void setCodePICModel(Optional<Reloc::Model> Model) { in setCodePICModel()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 360 TLSModel::Model Model = TM.getTLSModel(GV); in memAddrUsesCTR() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1513 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 D | CSKYISelLowering.cpp | 1239 TLSModel::Model Model = getTargetMachine().getTLSModel(N->getGlobal()); in LowerGlobalTLSAddress() local
|