Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h25 inline std::optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap()
47 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
H A DTargetOptions.h49 enum Model { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h158 Scheduler(const MCSchedModel &Model, LSUnitBase &Lsu) in Scheduler()
161 Scheduler(const MCSchedModel &Model, LSUnitBase &Lsu, in Scheduler()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp97 Environment::ValueModel &Model) { in compareDistinctValues()
123 Environment::ValueModel &Model) { in joinDistinctValues()
162 Environment::ValueModel &Model) { in widenDistinctValues()
209 Environment::ValueModel &Model) { in compareKeyToValueMaps()
236 Environment &JoinedEnv, Environment::ValueModel &Model) { in joinLocToVal()
266 Environment::ValueModel &Model, LatticeEffect &Effect) { in widenKeyToValueMap()
723 Environment::ValueModel &Model) { in widen()
761 Environment::ValueModel &Model, in join()
815 Environment::ValueModel &Model) { in joinValues()
H A DTransfer.cpp145 Environment::ValueModel &Model) in TransferVisitor()
891 Environment::ValueModel &Model; member in clang::dataflow::__anoneae148b30111::TransferVisitor
897 Environment::ValueModel &Model) { in transfer()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInstructionTables.h35 InstructionTables(const MCSchedModel &Model) in InstructionTables()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enum
31 enum Model { Tiny, Small, Kernel, Medium, Large }; enum
45 enum Model { enum
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp105 for (const CodeGenProcModel *Model : ProcModels) in collectAllFuncUnits() local
242 for (const CodeGenProcModel *Model : ProcModels) { in emitForItineraries() local
263 for (const CodeGenProcModel *Model : ProcModels) { in emitForItineraries() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp40 CodeModel::Model /*CodeModel*/, in LanaiSubtarget()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp693 unsigned *Model) { in detectX86FamilyModel()
708 unsigned Model, in getIntelProcessorTypeAndSubtype()
1109 unsigned Model, in getAMDProcessorTypeAndSubtype()
1426 unsigned Family = 0, Model = 0; in getHostCPUName() local
1712 RISCV::CPUModel Model{static_cast<uint32_t>(Query[0].Value), Query[1].Value, in getHostCPUName() local
H A DRISCVTargetParser.cpp69 StringRef getCPUNameFromCPUModel(const CPUModel &Model) { in getCPUNameFromCPUModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp106 TLSModel::Model Model = TM.getTLSModel(MO.getGlobal()); in GetSymbolRef() local
H A DPPCAsmPrinter.cpp884 TLSModel::Model Model = TM.getTLSModel(MO.getGlobal()); in emitInstruction() local
1701 TLSModel::Model Model = TM.getTLSModel(GValue); in getAdjustedFasterLocalExpr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolXCOFF.h86 void setPerSymbolCodeModel(MCSymbolXCOFF::CodeModel Model) { in setPerSymbolCodeModel()
/freebsd/contrib/llvm-project/llvm/lib/Support/
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()
1325 Expected<TempFile> TempFile::create(const Twine &Model, unsigned Mode, in create()
H A DZ3Solver.cpp211 Z3_model Model; member in __anona2cc94240111::Z3Model
858 Z3Model Model(Context, Z3_solver_get_model(Context.Context, Solver)); in getInterpretation() local
872 Z3Model Model(Context, Z3_solver_get_model(Context.Context, Solver)); in getInterpretation() local
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c307 unsigned *Model) { in detectX86FamilyModel()
322 unsigned Model, in getIntelProcessorTypeAndSubtype()
650 unsigned Model, in getAMDProcessorTypeAndSubtype()
1158 unsigned Model, Family; in __cpu_indicator_init() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp192 TLSModel::Model Model; in lowerSymbolOperandELF() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp73 std::unique_ptr<tflite::FlatBufferModel> Model; member in llvm::TFModelEvaluatorImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp270 TLSModel::Model Model; in getTLSModel() local
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h222 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h46 CPUModel Model; member
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl.h371 …UINT8 Model; /* System Interrupt Model (ACPI 1.0) - not used in ACP… member

12