Home
last modified time | relevance | path

Searched refs:Others (Results 1 – 25 of 201) sorted by relevance

123456789

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp703 LoopData::NodeList &Headers, LoopData::NodeList &Others) { in findIrreducibleHeaders() argument
761 Others.push_back(Irr.Node); in findIrreducibleHeaders()
765 llvm::sort(Others); in findIrreducibleHeaders()
776 LoopData::NodeList Others; in createIrreducibleLoop() local
777 findIrreducibleHeaders(BFI, G, SCC, Headers, Others); in createIrreducibleLoop()
780 Headers.end(), Others.begin(), Others.end()); in createIrreducibleLoop()
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/all/
H A Dsimple-forward.d6 # but the code they generate is correct. Others emit incorrect relocs
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dsimple-forward.d6 # but the code they generate is correct. Others emit incorrect relocs
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h90 enum HexagonProcFamilyEnum { Others, TinyCore }; enumerator
97 HexagonProcFamilyEnum HexagonProcFamily = Others;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DBitfields.h281 template <typename A, typename B, typename... Others>
283 return A::NextBit == B::FirstBit && areContiguous<B, Others...>();
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h41 Others, enumerator
83 ARMProcFamilyEnum ARMProcFamily = Others;
H A DAArch64Subtarget.cpp84 case Others: in initializeProperties()
/netbsd/crypto/external/cpl/tpm-tools/dist/man/man8/
H A Dtpm_nvrelease.pod15 Note that some areas cannot be released since they are permanent. Others
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h56 Others, enumerator
70 X86ProcFamilyEnum X86ProcFamily = Others;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h49 Others, enumerator
146 ARMProcFamilyEnum ARMProcFamily = Others;
H A DARMSubtarget.cpp265 case Others: in initSubtargetFeatures()
/netbsd/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.16.2.rst28 release (see below). Others appear to occur where there are
/netbsd/external/lgpl3/gmp/dist/
H A DINSTALL37 These instructions are only for the impatient. Others should read the install
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dbio.pod41 BIO_new(). Others (such as file BIOs) need some additional initialization,
/netbsd/crypto/external/bsd/openssl/dist/doc/man7/
H A Dbio.pod41 BIO_new(). Others (such as file BIOs) need some additional initialization,
/netbsd/doc/
H A DTODO.smpnet60 - Others
110 - Others
/netbsd/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devpmd_sha.txt157 # Others are pairs of "LongMsg" vectors available at
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVSchedRocket.td169 // Others
H A DRISCVSchedSiFive7.td157 // Others
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp129 DenseSet<const GlobalVariable *> Others; in VisitGlobalVariableForEmission() local
131 DiscoverDependentGlobals(GV->getOperand(i), Others); in VisitGlobalVariableForEmission()
133 for (DenseSet<const GlobalVariable *>::iterator I = Others.begin(), in VisitGlobalVariableForEmission()
134 E = Others.end(); in VisitGlobalVariableForEmission()
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEVP_PKEY_keygen.pod90 give any useful information at all during key or parameter generation. Others
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp108 template <class T1, class T2, class... Others>
113 return hasAnyEnabledAttrOf<T2, Others...>(D, QT); in hasAnyEnabledAttrOf()
/netbsd/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
H A Devpdigest.txt382 # Others are pairs of "LongMsg" vectors available at
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DRetainSummaryManager.h728 template <class T1, class T2, class... Others>
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DTestSuiteMakefileGuide.rst89 Others are added from time to time, and can be determined from

123456789