Home
last modified time | relevance | path

Searched refs:Minimal (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLowerMatrixIntrinsics.h21 bool Minimal; variable
24 LowerMatrixIntrinsicsPass(bool Minimal = false) : Minimal(Minimal) {} in Minimal() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.h78 const bool Minimal; variable
83 bool Minimal);
H A DHexagonVLIWPacketizer.cpp87 : MachineFunctionPass(ID), Minimal(Min) {} in HexagonPacketizer()
110 const bool Minimal = false; member in __anon73fb695d0111::HexagonPacketizer
128 const MachineBranchProbabilityInfo *MBPI, bool Minimal) in INITIALIZE_PASS_DEPENDENCY()
130 Minimal(Minimal) { in INITIALIZE_PASS_DEPENDENCY()
214 bool MinOnly = Minimal || DisablePacketizer || !HST.usePackets() || in runOnMachineFunction()
1827 if (Minimal) in shouldAddToPacket()
1945 FunctionPass *llvm::createHexagonPacketizer(bool Minimal) { in createHexagonPacketizer() argument
1946 return new HexagonPacketizer(Minimal); in createHexagonPacketizer()
H A DHexagon.h103 FunctionPass *createHexagonPacketizer(bool Minimal);
/freebsd/crypto/openssl/test/ocsp-tests/
H A Dca.cnf30 # Minimal CA entry to allow generation of CRLs.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTStructuralEquivalence.h38 Minimal, enumerator
H A DASTImporter.h214 bool Minimal; variable
298 bool isMinimalImport() const { return Minimal; } in isMinimalImport()
/freebsd/contrib/ntp/sntp/libopts/
H A DCOPYING.lgplv332 The "Minimal Corresponding Source" for a Combined Work means the
101 0) Convey the Minimal Corresponding Source under the terms of this
123 the Minimal Corresponding Source and Corresponding Application
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h79 bool applySubprogramDefinitionAttributes(const DISubprogram *SP, DIE &SPDie, bool Minimal);
259 DIE *getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal = false);
H A DDwarfUnit.cpp1338 DIE *DwarfUnit::getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal) { in getOrCreateSubprogramDIE() argument
1343 Minimal ? &getUnitDie() : getOrCreateContextDIE(SP->getScope()); in getOrCreateSubprogramDIE()
1349 if (!Minimal) { in getOrCreateSubprogramDIE()
1371 DIE &SPDie, bool Minimal) { in applySubprogramDefinitionAttributes() argument
1375 if (!Minimal) { in applySubprogramDefinitionAttributes()
/freebsd/tools/regression/iscsi/
H A Dinitiator-instructions.txt10 - Fedora: Change the environment to "Minimal install".
/freebsd/crypto/openssl/demos/certs/
H A Dca.cnf79 # Minimal CA entry to allow generation of CRLs.
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp52 return ShouldDisplayPathNotes ? Minimal : None; in getGenerationScheme()
H A DSarifDiagnostics.cpp45 PathGenerationScheme getGenerationScheme() const override { return Minimal; } in getGenerationScheme()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h147 Minimal, enumerator
156 virtual PathGenerationScheme getGenerationScheme() const { return Minimal; } in getGenerationScheme()
164 return getGenerationScheme() == Minimal || in shouldAddControlNotes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h19 enum class ExpeditedRegs { Minimal, Full }; enumerator
/freebsd/contrib/tcsh/
H A Dtermcap.vms3 # Minimal termcap for VMS/POSIX
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssembly.td115 // Minimal Viable Product.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td302 : RISCVExtension<1, 0, "Half-Precision Floating-Point Minimal",
308 "'Zfhmin' (Half-Precision Floating-Point Minimal)">;
330 "'Zfhmin' (Half-Precision Floating-Point Minimal) or "
359 : RISCVExtension<1, 0, "Half Float in Integer Minimal",
364 "'Zhinxmin' (Half Float in Integer Minimal)">;
698 "Vector Half-Precision Floating-Point Minimal",
872 "'Zvfhmin' (Vector Half-Precision Floating-Point Minimal) or "
/freebsd/tools/tools/sysbuild/
H A DREADME42 Install the "Minimal" FreeBSD system into ad0s1a.
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h190 extern llvm::cl::opt<bool> Minimal;
H A DYAMLOutputStyle.cpp43 Out.setWriteDefaultValues(!opts::pdb2yaml::Minimal); in YAMLOutputStyle()
/freebsd/contrib/file/magic/Magdir/
H A Dvorbis72 # Minimal, nominal and maximal bitrates specified when encoding
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp433 if (expType == ExpeditedRegs::Minimal) { in GetExpeditedRegisters()
/freebsd/sys/amd64/conf/
H A DMINIMAL2 # MINIMAL -- Mostly Minimal kernel configuration file for FreeBSD/amd64

12