Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp693 LoopData::NodeList &Headers, LoopData::NodeList &Others) { in findIrreducibleHeaders() argument
751 Others.push_back(Irr.Node); in findIrreducibleHeaders()
755 llvm::sort(Others); in findIrreducibleHeaders()
766 LoopData::NodeList Others; in createIrreducibleLoop() local
767 findIrreducibleHeaders(BFI, G, SCC, Headers, Others); in createIrreducibleLoop()
770 Headers.end(), Others.begin(), Others.end()); in createIrreducibleLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h40 Others, enumerator
56 CSKYProcFamilyEnum CSKYProcFamily = Others;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h63 Others, enumerator
71 RISCVProcFamilyEnum RISCVProcFamily = Others;
H A DRISCVSchedSyntacoreSCR1.td79 // Others
H A DRISCVSchedSyntacoreSCR3.td89 // Others
H A DRISCVSchedRocket.td181 // Others
H A DRISCVSchedXiangShanNanHu.td203 // Others
H A DRISCVSchedSiFiveP400.td249 // Others
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h281 template <typename A, typename B, typename... Others>
283 return A::NextBit == B::FirstBit && areContiguous<B, Others...>();
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h41 Others, enumerator
49 ARMProcFamilyEnum ARMProcFamily = Others;
H A DAArch64Subtarget.cpp107 case Others: in initializeProperties()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h95 enum HexagonProcFamilyEnum { Others, TinyCore }; enumerator
98 HexagonProcFamilyEnum HexagonProcFamily = Others;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h51 Others, enumerator
91 ARMProcFamilyEnum ARMProcFamily = Others;
H A DARMSubtarget.cpp256 case Others: in initSubtargetFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h123 std::string formatAttributes(const StringRef First, Args... Others) { in formatAttributes() argument
124 const auto List = {First, Others...}; in formatAttributes()
/freebsd/contrib/bmake/
H A DREADME7 Others have run it on many more systems.
/freebsd/crypto/openssl/doc/man7/
H A Dbio.pod41 BIO_new(). Others (such as file BIOs) need some additional initialization,
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-lp55xx.txt167 Others are same as LP5523.
/freebsd/contrib/libcbor/
H A DREADME.md51 ### Others
52 ### Others global() subsection
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpmd_sha.txt157 # Others are pairs of "LongMsg" vectors available at
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-bindings.txt14 single static pin configuration, e.g. set up during initialization. Others
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp137 DenseSet<const GlobalVariable *> Others; in VisitGlobalVariableForEmission() local
139 DiscoverDependentGlobals(GV->getOperand(i), Others); in VisitGlobalVariableForEmission()
141 for (const GlobalVariable *GV : Others) in VisitGlobalVariableForEmission()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h730 template <class T1, class T2, class... Others>
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_keygen.pod127 give any useful information at all during key or parameter generation. Others

12