/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/ |
H A D | InstructionTables.h | 34 InstructionTables(const MCSchedModel &Model) in InstructionTables()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DFAPacketizerEmitter.cpp | 106 for (const CodeGenProcModel *Model : ProcModels) in collectAllFuncUnits() local 241 for (const CodeGenProcModel *Model : ProcModels) { in emitForItineraries() local 262 for (const CodeGenProcModel *Model : ProcModels) { in emitForItineraries() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiSubtarget.cpp | 42 CodeModel::Model /*CodeModel*/, in LanaiSubtarget()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Host.cpp | 590 unsigned *Model) { in detectX86FamilyModel() 603 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getIntelProcessorTypeAndSubtype() 884 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getAMDProcessorTypeAndSubtype() 1144 unsigned Family = 0, Model = 0; in getHostCPUName() local
|
H A D | Path.cpp | 168 createUniqueEntity(const Twine &Model, int &ResultFD, in createUniqueEntity() 791 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath, in createUniquePath() 817 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() 824 std::error_code createUniqueFile(const Twine &Model, in createUniqueFile() 837 createTemporaryFile(const Twine &Model, int &ResultFD, in createTemporaryFile() 888 getPotentiallyUniqueFileName(const Twine &Model, in getPotentiallyUniqueFileName() 1291 Expected<TempFile> TempFile::create(const Twine &Model, unsigned Mode) { in create()
|
H A D | Z3Solver.cpp | 204 Z3_model Model; member in __anondfffcc6f0111::Z3Model 844 Z3Model Model(Context, Z3_solver_get_model(Context.Context, Solver)); in getInterpretation() local 858 Z3Model Model(Context, Z3_solver_get_model(Context.Context, Solver)); in getInterpretation() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64MCInstLower.cpp | 121 TLSModel::Model Model; in lowerSymbolOperandELF() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 176 TLSModel::Model Model; in getTLSModel() local
|
/netbsd-src/external/mpl/bind/dist/doc/arm/ |
H A D | dnssec.inc.rst | 235 dnssec_dynamic_zones_enabling_dnssecMulti-Signer Model global() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AMDGPUUsage.rst | 4756 Memory Model GFX6-GFX9 6017 Memory Model GFX90A 8305 Memory Model GFX10
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/ |
H A D | ThinLTOCodeGenerator.h | 215 void setCodePICModel(Optional<Reloc::Model> Model) { in setCodePICModel()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 268 SmallString<128> Model, ResultPath; in ReportDiag() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 358 TLSModel::Model Model = TM.getTLSModel(GV); in memAddrUsesCTR() local
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | actbl.h | 263 …UINT8 Model; /* System Interrupt Model (ACPI 1.0) - not used in ACP… member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1434 template <typename T> class Model; variable 1734 Model(T Impl) : Impl(std::move(Impl)) {} in Model() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 1218 StringRef Model = ModelArg ? ModelArg->getValue() : ""; in ParsePICArgs() local
|
H A D | Clang.cpp | 1106 static const char *RelocationModelName(llvm::Reloc::Model Model) { in RelocationModelName() 4782 std::string Model; in ConstructJob() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 1925 StringRef Model; in handleTLSModelAttr() local 7137 MSInheritanceModel Model) { in mergeMSInheritanceAttr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Driver.cpp | 1183 unsigned Model = llvm::StringSwitch<unsigned>(Name) in BuildCompilation() local
|