| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 716 LoopData::NodeList &Headers, LoopData::NodeList &Others) { in findIrreducibleHeaders() argument 774 Others.push_back(Irr.Node); in findIrreducibleHeaders() 778 llvm::sort(Others); in findIrreducibleHeaders() 789 LoopData::NodeList Others; in createIrreducibleLoop() local 790 findIrreducibleHeaders(BFI, G, SCC, Headers, Others); in createIrreducibleLoop() 793 Headers.end(), Others.begin(), Others.end()); in createIrreducibleLoop()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYSubtarget.h | 40 Others, enumerator 56 CSKYProcFamilyEnum CSKYProcFamily = Others;
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.h | 38 Others, enumerator 45 RISCVProcFamilyEnum RISCVProcFamily = Others;
|
| H A D | RISCVSchedSiFive7.td | 160 // Others
|
| H A D | RISCVSchedRocket.td | 173 // Others
|
| H A D | RISCVScheduleV.td | 487 // Others 844 // Others
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 41 Others, enumerator 89 ARMProcFamilyEnum ARMProcFamily = Others;
|
| H A D | AArch64Subtarget.cpp | 86 case Others: in initializeProperties()
|
| H A D | AArch64TargetTransformInfo.cpp | 2458 if (ST->getProcFamily() != AArch64Subtarget::Others && in getUnrollingPreferences()
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | expression.h | 539 using Others = std::tuple<Constant<Result>, ArrayConstructor<Result>, 544 TypeParamInquiries, DescriptorInquiries, Others>> 565 using Others = std::variant<Constant<Result>, ArrayConstructor<Result>, 569 common::CombineVariants<Operations, Conversions, Others> u; 583 using Others = std::variant<Constant<Result>, ArrayConstructor<Result>, 587 common::CombineVariants<Operations, Others> u; 678 using Others = std::tuple<Constant<Result>, ArrayConstructor<Result>, 682 common::TupleToVariant<common::CombineTuples<Operations, Relations, Others>>
|
| /llvm-project-15.0.7/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...>();
|
| /llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/ |
| H A D | Types.h | 70 template <typename U, typename V, typename... Others> 72 return isa<U>() || isa<V, Others...>(); in isa()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.h | 95 enum HexagonProcFamilyEnum { Others, TinyCore }; enumerator 102 HexagonProcFamilyEnum HexagonProcFamily = Others;
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.h | 50 Others, enumerator 159 ARMProcFamilyEnum ARMProcFamily = Others;
|
| H A D | ARMSubtarget.cpp | 259 case Others: in initSubtargetFeatures()
|
| /llvm-project-15.0.7/llvm/test/Transforms/GuardWidening/ |
| H A D | posion.ll | 13 ; of nuw/nsw flags for x3 and x5. Others are used in guards and represent
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 130 DenseSet<const GlobalVariable *> Others; in VisitGlobalVariableForEmission() local 132 DiscoverDependentGlobals(GV->getOperand(i), Others); in VisitGlobalVariableForEmission() 134 for (const GlobalVariable *GV : Others) in VisitGlobalVariableForEmission()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | RetainSummaryManager.h | 728 template <class T1, class T2, class... Others>
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | TestSuiteMakefileGuide.rst | 89 Others are added from time to time, and can be determined from
|
| /llvm-project-15.0.7/lldb/docs/design/ |
| H A D | overview.rst | 176 functionality. Others are data structures used in many other parts of the
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | index.rst | 301 backends adhere to strict rules. Others are suggesting we should move to less,
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | VariableNames.rst | 97 Others oppose this idea [HähnleDistinguish]_ [GreeneDistinguish]_
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | DriverInternals.rst | 275 pass on their input and output arguments. Others, like the compiler
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpBase.td | 1685 // # [Others, ...]` while still allowing providing convenient groupings.
|