Home
last modified time | relevance | path

Searched defs:Model (Results 1 – 25 of 37) 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.h55 enum Model { enum
/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/include/llvm/MCA/HardwareUnits/
H A DScheduler.h157 Scheduler(const MCSchedModel &Model, LSUnitBase &Lsu) in Scheduler() argument
160 Scheduler(const MCSchedModel &Model, LSUnitBase &Lsu, in Scheduler() argument
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp99 Environment::ValueModel &Model) { in compareDistinctValues()
125 Environment::ValueModel &Model) { in joinDistinctValues()
164 Environment::ValueModel &Model) { in widenDistinctValues()
210 Environment::ValueModel &Model) { in compareKeyToValueMaps()
237 Environment &JoinedEnv, Environment::ValueModel &Model) { in joinLocToVal()
267 Environment::ValueModel &Model, LatticeEffect &Effect) { in widenKeyToValueMap()
724 Environment::ValueModel &Model) { in widen()
762 Environment::ValueModel &Model, in join()
816 Environment::ValueModel &Model) { in joinValues()
H A DTransfer.cpp140 Environment::ValueModel &Model) in TransferVisitor()
886 Environment::ValueModel &Model; member in clang::dataflow::__anoneae148b30111::TransferVisitor
892 Environment::ValueModel &Model) { in transfer()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInstructionTables.h34 InstructionTables(const MCSchedModel &Model) in InstructionTables()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp104 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
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp42 CodeModel::Model /*CodeModel*/, in LanaiSubtarget() argument
/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/Target/PowerPC/
H A DPPCMCInstLower.cpp106 TLSModel::Model Model = TM.getTLSModel(MO.getGlobal()); in GetSymbolRef() local
H A DPPCAsmPrinter.cpp876 TLSModel::Model Model = TM.getTLSModel(MO.getGlobal()); in emitInstruction() local
1722 TLSModel::Model Model = TM.getTLSModel(GValue); in getAdjustedFasterLocalExpr() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp695 unsigned *Model) { in detectX86FamilyModel()
710 unsigned Model, in getIntelProcessorTypeAndSubtype()
1071 unsigned Model, in getAMDProcessorTypeAndSubtype()
1387 unsigned Family = 0, Model = 0; in getHostCPUName() 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.cpp171 createUniqueEntity(const Twine &Model, int &ResultFD, in createUniqueEntity()
797 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath, in createUniquePath()
823 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile()
830 std::error_code createUniqueFile(const Twine &Model, in createUniqueFile()
843 createTemporaryFile(const Twine &Model, int &ResultFD, in createTemporaryFile()
894 getPotentiallyUniqueFileName(const Twine &Model, in getPotentiallyUniqueFileName()
1326 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.c360 unsigned *Model) { in detectX86FamilyModel()
375 unsigned Model, in getIntelProcessorTypeAndSubtype()
663 unsigned Model, in getAMDProcessorTypeAndSubtype()
1158 unsigned Model, Family; in __cpu_indicator_init() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp191 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.cpp244 TLSModel::Model Model; in getTLSModel() local
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h214 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1749 const char *tools::RelocationModelName(llvm::Reloc::Model Model) { in RelocationModelName()
1872 StringRef Model = ModelArg ? ModelArg->getValue() : ""; in ParsePICArgs() local
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl.h371 …UINT8 Model; /* System Interrupt Model (ACPI 1.0) - not used in ACP… member
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1339 StringRef Model = A->getValue(); in isFastMathRuntimeAvailable() local

12