Home
last modified time | relevance | path

Searched refs:Minimal (Results 1 – 25 of 42) 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.cpp82 FunctionPass *createHexagonPacketizer(bool Minimal);
94 : MachineFunctionPass(ID), Minimal(Min) {} in HexagonPacketizer()
118 const bool Minimal = false; member in __anon73fb695d0111::HexagonPacketizer
136 const MachineBranchProbabilityInfo *MBPI, bool Minimal) in INITIALIZE_PASS_DEPENDENCY()
138 Minimal(Minimal) { in INITIALIZE_PASS_DEPENDENCY()
223 bool MinOnly = Minimal || DisablePacketizer || !HST.usePackets() || in runOnMachineFunction()
1836 if (Minimal) in shouldAddToPacket()
1954 FunctionPass *llvm::createHexagonPacketizer(bool Minimal) { in createHexagonPacketizer() argument
1955 return new HexagonPacketizer(Minimal); in createHexagonPacketizer()
H A DHexagonTargetMachine.cpp219 FunctionPass *createHexagonPacketizer(bool Minimal);
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h213 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);
253 DIE *getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal = false);
H A DDwarfUnit.cpp1187 DIE *DwarfUnit::getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal) { in getOrCreateSubprogramDIE() argument
1192 Minimal ? &getUnitDie() : getOrCreateContextDIE(SP->getScope()); in getOrCreateSubprogramDIE()
1198 if (!Minimal) { in getOrCreateSubprogramDIE()
1220 DIE &SPDie, bool Minimal) { in applySubprogramDefinitionAttributes() argument
1224 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.cpp57 return ShouldDisplayPathNotes ? Minimal : None; in getGenerationScheme()
H A DSarifDiagnostics.cpp47 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/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssembly.td103 // Minimal Viable Product.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td302 "'Zfhmin' (Half-Precision Floating-Point Minimal)",
308 "'Zfhmin' (Half-Precision Floating-Point Minimal)">;
332 "'Zfhmin' (Half-Precision Floating-Point Minimal) or "
362 "'Zhinxmin' (Half Float in Integer Minimal)",
367 "'Zhinxmin' (Half Float in Integer Minimal)">;
714 "'Zvfhmin' (Vector Half-Precision Floating-Point Minimal)",
870 "'Zvfhmin' (Vector Half-Precision Floating-Point Minimal) or "
/freebsd/contrib/tcsh/
H A Dtermcap.vms3 # Minimal termcap for VMS/POSIX
/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.cpp42 Out.setWriteDefaultValues(!opts::pdb2yaml::Minimal); in YAMLOutputStyle()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp433 if (expType == ExpeditedRegs::Minimal) { in GetExpeditedRegisters()
/freebsd/contrib/file/magic/Magdir/
H A Dvorbis72 # Minimal, nominal and maximal bitrates specified when encoding
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmax77693.txt56 - maxim,min-system-microvolt : Minimal system voltage in uV.
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc32 "Minimal size (in bytes) of redzones around heap objects. "
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def539 [](bool Minimal) { return LowerMatrixIntrinsicsPass(Minimal); },

12