Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DLowerMatrixIntrinsics.h21 bool Minimal; variable
24 LowerMatrixIntrinsicsPass(bool Minimal = false) : Minimal(Minimal) {} in Minimal() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.h75 const bool Minimal; variable
80 bool Minimal);
H A DHexagonVLIWPacketizer.cpp81 FunctionPass *createHexagonPacketizer(bool Minimal);
93 : MachineFunctionPass(ID), Minimal(Min) {} in HexagonPacketizer()
117 const bool Minimal = false; member in __anonae4805280111::HexagonPacketizer
135 const MachineBranchProbabilityInfo *MBPI, bool Minimal) in INITIALIZE_PASS_DEPENDENCY()
137 Minimal(Minimal) { in INITIALIZE_PASS_DEPENDENCY()
217 bool MinOnly = Minimal || DisablePacketizer || !HST.usePackets() || in runOnMachineFunction()
1819 if (Minimal) in shouldAddToPacket()
1950 FunctionPass *llvm::createHexagonPacketizer(bool Minimal) { in createHexagonPacketizer() argument
1951 return new HexagonPacketizer(Minimal); in createHexagonPacketizer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h241 bool Minimal; variable
325 bool isMinimalImport() const { return Minimal; } in isMinimalImport()
H A DASTStructuralEquivalence.h38 Minimal, enumerator
/netbsd-src/distrib/common/
H A Dservices2 # Minimal /etc/services file for install
/netbsd-src/external/lgpl3/mpfr/dist/
H A DCOPYING.LESSER32 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
/netbsd-src/external/lgpl3/mpc/dist/
H A DCOPYING.LESSER32 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
H A Dconfigure.ac172 # error "Minimal GMP version is 5.0.0"
190 # error "Minimal MPFR version is 4.1.0"
/netbsd-src/external/lgpl3/gmp/dist/
H A DCOPYING.LESSERv332 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
/netbsd-src/crypto/external/bsd/openssl/dist/demos/certs/
H A Dca.cnf79 # Minimal CA entry to allow generation of CRLs.
/netbsd-src/external/gpl3/gcc/dist/libphobos/m4/
H A Dlibtool.m42 # Minimal libtool support for the D language.
H A Dautoconf.m42 # Minimal autoconf support for the D language.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/m4/
H A Dlibtool.m42 # Minimal libtool support for the D language.
H A Dautoconf.m42 # Minimal autoconf support for the D language.
/netbsd-src/crypto/external/bsd/openssl.old/dist/demos/certs/
H A Dca.cnf83 # Minimal CA entry to allow generation of CRLs.
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp57 return ShouldDisplayPathNotes ? Minimal : None; in getGenerationScheme()
/netbsd-src/external/mit/isl/dist/
H A DREADME10 Minimal compilation instructions:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssembly.td89 // Minimal Viable Product.
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DExtendedCXX03Support.rst52 Using Minimal C++11 in libc++
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dgetcwd.m4100 dnl Minimal replacement lib/getcwd-lgpl.c.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h155 Minimal, enumerator
161 virtual PathGenerationScheme getGenerationScheme() const { return Minimal; } in getGenerationScheme()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h189 extern llvm::cl::opt<bool> Minimal;
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dvorbis72 # Minimal, nominal and maximal bitrates specified when encoding
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h238 DIE *getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal = false);

1234