/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/Stages/ |
H A D | InstructionTables.h | 34 InstructionTables(const MCSchedModel &Model) in InstructionTables()
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 55 Environment::ValueModel &Model) { in compareDistinctValues() 93 Environment::ValueModel &Model) { in mergeDistinctValues() 136 Environment::ValueModel &Model) { in widenDistinctValues() 436 Environment::ValueModel &Model) { in widen() 497 Environment::ValueModel &Model) { in join()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiSubtarget.cpp | 42 CodeModel::Model /*CodeModel*/, in LanaiSubtarget()
|
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
H A D | Host.cpp | 656 unsigned *Model) { in detectX86FamilyModel() 669 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getIntelProcessorTypeAndSubtype() 993 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getAMDProcessorTypeAndSubtype() 1268 unsigned Family = 0, Model = 0; in getHostCPUName() local
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
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 __anon0349533b0111::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
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | AMDGPUUsage.rst | 5160 Memory Model GFX6-GFX9 6421 Memory Model GFX90A 8809 Memory Model GFX940 11228 Memory Model GFX10-GFX11
|
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | cpu_model.c | 292 unsigned *Model) { in detectX86FamilyModel() 305 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getIntelProcessorTypeAndSubtype() 552 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getAMDProcessorTypeAndSubtype() 796 unsigned Model, Family; in __cpu_indicator_init() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64MCInstLower.cpp | 145 TLSModel::Model Model; in lowerSymbolOperandELF() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 160 TLSModel::Model Model; in getTLSModel() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | TFLiteUtils.cpp | 73 std::unique_ptr<tflite::FlatBufferModel> Model; member in llvm::TFModelEvaluatorImpl
|
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/ |
H A D | ThinLTOCodeGenerator.h | 214 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel()
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 1343 const char *tools::RelocationModelName(llvm::Reloc::Model Model) { in RelocationModelName() 1466 StringRef Model = ModelArg ? ModelArg->getValue() : ""; in ParsePICArgs() local
|
H A D | Clang.cpp | 5140 std::string Model; in ConstructJob() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1563 template <typename T> class Model; variable 1918 Model(T Impl) : Impl(std::move(Impl)) {} in Model() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 1271 TLSModel::Model Model = getTargetMachine().getTLSModel(N->getGlobal()); in LowerGlobalTLSAddress() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2022 StringRef Model; in handleTLSModelAttr() local 7947 MSInheritanceModel Model) { in mergeMSInheritanceAttr()
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ |
H A D | Driver.cpp | 1361 unsigned Model = llvm::StringSwitch<unsigned>(Name) in BuildCompilation() local
|