Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp92 struct SimpleValue { struct
95 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument
142 template <> struct DenseMapInfo<SimpleValue> {
143 static inline SimpleValue getEmptyKey() { in getEmptyKey()
147 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()
152 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
311 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()
323 static bool isEqualImpl(SimpleValue LHS, SimpleValue RHS) { in isEqualImpl()
423 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()
527 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>,
[all …]
/llvm-project-15.0.7/llvm/unittests/Support/
H A DErrorOrTest.cpp21 TEST(ErrorOr, SimpleValue) { in TEST() argument
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst334 Value: `SimpleValue` `ValueSuffix`*
354 The :token:`SimpleValue` has a number of forms.
357 SimpleValue: `TokInteger` | `TokString`+ | `TokCode`
496 The :token:`SimpleValue` values described above can be specified with