Home
last modified time | relevance | path

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

1234567

/netbsd-src/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-src/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-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h90 enum HexagonProcFamilyEnum { Others, TinyCore }; enumerator
97 HexagonProcFamilyEnum HexagonProcFamily = Others;
/netbsd-src/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-src/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-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h56 Others, enumerator
70 X86ProcFamilyEnum X86ProcFamily = Others;
/netbsd-src/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-src/external/lgpl3/gmp/dist/
H A DINSTALL37 These instructions are only for the impatient. Others should read the install
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dbio.pod41 BIO_new(). Others (such as file BIOs) need some additional initialization,
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dbio.pod41 BIO_new(). Others (such as file BIOs) need some additional initialization,
/netbsd-src/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-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVSchedRocket.td169 // Others
H A DRISCVSchedSiFive7.td157 // Others
/netbsd-src/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-src/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-src/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-src/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-src/external/apache2/llvm/dist/llvm/docs/
H A DTestSuiteMakefileGuide.rst89 Others are added from time to time, and can be determined from
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcompat.texi19 by multiple interested parties. Others are simply the way things are
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcompat.texi19 by multiple interested parties. Others are simply the way things are
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DRetainSummaryManager.h728 template <class T1, class T2, class... Others>
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_PKEY_keygen.pod127 give any useful information at all during key or parameter generation. Others
/netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dtestcompare.md170 ;; Others could be handled with stc, shifts and masking, but it likely isn't

1234567