/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.h | 21 bool Minimal; variable 24 LowerMatrixIntrinsicsPass(bool Minimal = false) : Minimal(Minimal) {} in Minimal() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVLIWPacketizer.h | 78 const bool Minimal; variable 83 bool Minimal);
|
H A D | HexagonVLIWPacketizer.cpp | 82 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 D | HexagonTargetMachine.cpp | 219 FunctionPass *createHexagonPacketizer(bool Minimal);
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTImporter.h | 213 bool Minimal; variable 298 bool isMinimalImport() const { return Minimal; } in isMinimalImport()
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | COPYING.lgplv3 | 32 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 D | DwarfUnit.h | 79 bool applySubprogramDefinitionAttributes(const DISubprogram *SP, DIE &SPDie, bool Minimal); 253 DIE *getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal = false);
|
H A D | DwarfUnit.cpp | 1187 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 D | initiator-instructions.txt | 10 - Fedora: Change the environment to "Minimal install".
|
/freebsd/crypto/openssl/demos/certs/ |
H A D | ca.cnf | 79 # Minimal CA entry to allow generation of CRLs.
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | TextDiagnostics.cpp | 57 return ShouldDisplayPathNotes ? Minimal : None; in getGenerationScheme()
|
H A D | SarifDiagnostics.cpp | 47 PathGenerationScheme getGenerationScheme() const override { return Minimal; } in getGenerationScheme()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 147 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 D | NativeRegisterContext.h | 19 enum class ExpeditedRegs { Minimal, Full }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssembly.td | 103 // Minimal Viable Product.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFeatures.td | 302 "'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 D | termcap.vms | 3 # Minimal termcap for VMS/POSIX
|
/freebsd/tools/tools/sysbuild/ |
H A D | README | 42 Install the "Minimal" FreeBSD system into ad0s1a.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.h | 190 extern llvm::cl::opt<bool> Minimal;
|
H A D | YAMLOutputStyle.cpp | 42 Out.setWriteDefaultValues(!opts::pdb2yaml::Minimal); in YAMLOutputStyle()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeRegisterContext.cpp | 433 if (expType == ExpeditedRegs::Minimal) { in GetExpeditedRegisters()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | vorbis | 72 # Minimal, nominal and maximal bitrates specified when encoding
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | max77693.txt | 56 - maxim,min-system-microvolt : Minimal system voltage in uV.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_flags.inc | 32 "Minimal size (in bytes) of redzones around heap objects. "
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassRegistry.def | 539 [](bool Minimal) { return LowerMatrixIntrinsicsPass(Minimal); },
|