Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp716 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 DCSKYSubtarget.h40 Others, enumerator
56 CSKYProcFamilyEnum CSKYProcFamily = Others;
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h38 Others, enumerator
45 RISCVProcFamilyEnum RISCVProcFamily = Others;
H A DRISCVSchedSiFive7.td160 // Others
H A DRISCVSchedRocket.td173 // Others
H A DRISCVScheduleV.td487 // Others
844 // Others
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h41 Others, enumerator
89 ARMProcFamilyEnum ARMProcFamily = Others;
H A DAArch64Subtarget.cpp86 case Others: in initializeProperties()
H A DAArch64TargetTransformInfo.cpp2458 if (ST->getProcFamily() != AArch64Subtarget::Others && in getUnrollingPreferences()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dexpression.h539 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 DBitfields.h281 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 DTypes.h70 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 DHexagonSubtarget.h95 enum HexagonProcFamilyEnum { Others, TinyCore }; enumerator
102 HexagonProcFamilyEnum HexagonProcFamily = Others;
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSubtarget.h50 Others, enumerator
159 ARMProcFamilyEnum ARMProcFamily = Others;
H A DARMSubtarget.cpp259 case Others: in initSubtargetFeatures()
/llvm-project-15.0.7/llvm/test/Transforms/GuardWidening/
H A Dposion.ll13 ; 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 DRetainSummaryManager.cpp108 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 DNVPTXAsmPrinter.cpp130 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 DRetainSummaryManager.h728 template <class T1, class T2, class... Others>
/llvm-project-15.0.7/llvm/docs/
H A DTestSuiteMakefileGuide.rst89 Others are added from time to time, and can be determined from
/llvm-project-15.0.7/lldb/docs/design/
H A Doverview.rst176 functionality. Others are data structures used in many other parts of the
/llvm-project-15.0.7/llvm/docs/TableGen/
H A Dindex.rst301 backends adhere to strict rules. Others are suggesting we should move to less,
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DVariableNames.rst97 Others oppose this idea [HähnleDistinguish]_ [GreeneDistinguish]_
/llvm-project-15.0.7/clang/docs/
H A DDriverInternals.rst275 pass on their input and output arguments. Others, like the compiler
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpBase.td1685 // # [Others, ...]` while still allowing providing convenient groupings.