Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp794 struct ImpliedExtsEntry { struct
798 bool operator<(const ImpliedExtsEntry &Other) const { in operator <() argument
803 static bool operator<(const ImpliedExtsEntry &LHS, StringRef RHS) { in operator <()
807 static bool operator<(StringRef LHS, const ImpliedExtsEntry &RHS) { in operator <()
841 [&](const ImpliedExtsEntry &Implied) { in updateImplication()
877 Range.first, Range.second, [&](const ImpliedExtsEntry &Implied) { in updateCombination()