Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp46 struct SimpleValue { struct
49 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument
73 template<> struct isPodLike<SimpleValue> {
77 template<> struct DenseMapInfo<SimpleValue> {
78 static inline SimpleValue getEmptyKey() { in getEmptyKey()
81 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()
84 static unsigned getHashValue(SimpleValue Val);
85 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
89 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()
122 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()
[all …]
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp54 struct SimpleValue { struct
57 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function
80 template <> struct DenseMapInfo<SimpleValue> {
81 static inline SimpleValue getEmptyKey() { in getEmptyKey()
84 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()
87 static unsigned getHashValue(SimpleValue Val);
88 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
92 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()
139 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()
255 BumpPtrAllocator, ScopedHashTableVal<SimpleValue, Value *>> AllocatorTy;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp84 struct SimpleValue { struct
87 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function
112 template <> struct DenseMapInfo<SimpleValue> {
113 static inline SimpleValue getEmptyKey() { in getEmptyKey()
117 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()
121 static unsigned getHashValue(SimpleValue Val);
122 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
127 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()
192 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()
339 ScopedHashTableVal<SimpleValue, Value *>>;
[all …]
/external/llvm/docs/TableGen/
DLangRef.rst179 Value: `SimpleValue` `ValueSuffix`*
196 :token:`SimpleValue` has a number of forms:
200 SimpleValue: `TokIdentifier`
245 SimpleValue: `TokInteger`
250 SimpleValue: `TokString`+
256 SimpleValue: `TokCodeFragment`
261 SimpleValue: "?"
266 SimpleValue: "{" `ValueList` "}"
274 SimpleValue: `ClassID` "<" `ValueListNE` ">"
281 SimpleValue: "[" `ValueList` "]" ["<" `Type` ">"]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
DLangRef.rst186 Value: `SimpleValue` `ValueSuffix`*
203 :token:`SimpleValue` has a number of forms:
207 SimpleValue: `TokIdentifier`
263 SimpleValue: `TokInteger`
268 SimpleValue: `TokString`+
274 SimpleValue: `TokCodeFragment`
279 SimpleValue: "?"
284 SimpleValue: "{" `ValueList` "}"
292 SimpleValue: `ClassID` "<" `ValueListNE` ">"
299 SimpleValue: "[" `ValueList` "]" ["<" `Type` ">"]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DErrorOrTest.cpp22 TEST(ErrorOr, SimpleValue) { in TEST() argument
/external/llvm/unittests/Support/
DErrorOrTest.cpp22 TEST(ErrorOr, SimpleValue) { in TEST() argument
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py183 class SimpleValue(BaseConverter): class
190 class IntValue(SimpleValue):
261 class Tag(SimpleValue):
268 class GlyphID(SimpleValue):
301 class FloatValue(SimpleValue):
352 class Char64(SimpleValue):
600 if issubclass(self.tableClass, SimpleValue):