| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 693 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 D | CSKYSubtarget.h | 39 Others, enumerator 55 CSKYProcFamilyEnum CSKYProcFamily = Others;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.h | 46 enum class CPU { Others, P5600, I6400, I6500 }; enumerator 70 CPU ProcImpl = CPU::Others;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Bitfields.h | 281 template <typename A, typename B, typename... Others> 283 return A::NextBit == B::FirstBit && areContiguous<B, Others...>();
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.h | 83 Others, enumerator 97 RISCVProcFamilyEnum RISCVProcFamily = Others;
|
| H A D | RISCVSchedSyntacoreSCR1.td | 79 // Others
|
| H A D | RISCVSchedRocket.td | 181 // Others
|
| H A D | RISCVSchedXiangShanNanHu.td | 203 // Others
|
| H A D | RISCVSchedTTAscalonD8.td | 209 // Others
|
| H A D | RISCVSchedSiFiveP500.td | 241 // Others
|
| H A D | RISCVSchedAndes45.td | 227 // Others
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.h | 51 Others, enumerator 133 ARMProcFamilyEnum ARMProcFamily = Others;
|
| H A D | ARMSubtarget.cpp | 239 case Others: in initSubtargetFeatures()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.h | 95 enum HexagonProcFamilyEnum { Others, TinyCore }; enumerator 98 HexagonProcFamilyEnum HexagonProcFamily = Others;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSupport.h | 143 std::string formatAttributes(const StringRef First, Args... Others) { in formatAttributes() argument 144 const auto List = {First, Others...}; in formatAttributes()
|
| /freebsd/contrib/bmake/ |
| H A D | README | 7 Others have run it on many more systems.
|
| /freebsd/contrib/sqlite3/ |
| H A D | README.txt | 69 to the configure script. Others may be passed on in the CFLAGS. For
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | bio.pod | 40 BIO_new(). Others (such as file BIOs) need some additional initialization,
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-lp55xx.txt | 167 Others are same as LP5523.
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-bindings.txt | 14 single static pin configuration, e.g. set up during initialization. Others
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpmd_sha.txt | 176 # Others are pairs of "LongMsg" vectors available at
|
| /freebsd/contrib/libcbor/ |
| H A D | README.md | 78 ### Others subsection
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 131 DenseSet<const GlobalVariable *> Others; in VisitGlobalVariableForEmission() local 133 discoverDependentGlobals(O, Others); in VisitGlobalVariableForEmission() 135 for (const GlobalVariable *GV : Others) in VisitGlobalVariableForEmission()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 108 template <class T1, class T2, class... Others> 113 return hasAnyEnabledAttrOf<T2, Others...>(D, QT); in hasAnyEnabledAttrOf()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 730 template <class T1, class T2, class... Others>
|