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.cpp815 struct ImpliedExtsEntry { struct
819 bool operator<(const ImpliedExtsEntry &Other) const { in operator <() argument
824 static bool operator<(const ImpliedExtsEntry &LHS, StringRef RHS) { in operator <()
828 static bool operator<(StringRef LHS, const ImpliedExtsEntry &RHS) { in operator <()
862 [&](const ImpliedExtsEntry &Implied) { in updateImplication()
911 Range.first, Range.second, [&](const ImpliedExtsEntry &Implied) { in updateCombination()