Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp21 struct PredicateWithCC { struct
25 PredicateWithCC() = default;
26 PredicateWithCC(std::pair<const Record *, const Record *> P) in PredicateWithCC() function
29 PredicateWithCC(const Record *P, const Record *C) in PredicateWithCC() function
33 inline bool operator==(PredicateWithCC LHS, PredicateWithCC RHS) { in operator ==()
39 template <> struct DenseMapInfo<PredicateWithCC, void> {
40 static inline PredicateWithCC getEmptyKey() { in getEmptyKey()
45 static inline PredicateWithCC getTombstoneKey() { in getTombstoneKey()
50 static unsigned getHashValue(const PredicateWithCC Val) { in getHashValue()
56 static bool isEqual(PredicateWithCC LHS, PredicateWithCC RHS) { in isEqual()
[all …]