Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp50 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()
53 bool isSentinel() const { in isSentinel() function
125 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
143 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()
146 bool isSentinel() const { in isSentinel() function
197 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DIListNodeBaseTest.cpp30 EXPECT_FALSE(TA.isSentinel()); in TEST()
86 EXPECT_FALSE(TA.isSentinel()); in TEST()
92 EXPECT_FALSE(TA.isSentinel()); in TEST()
95 EXPECT_TRUE(TA.isSentinel()); in TEST()
DIListSentinelTest.cpp48 EXPECT_TRUE(TS.isSentinel()); in TEST()
60 EXPECT_FALSE(TN.isSentinel()); in TEST()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node_base.h46 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function
47 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel()
Dilist_node.h97 bool isSentinel() const { in isSentinel() function
100 return node_base_type::isSentinel(); in isSentinel()
Dilist_iterator.h163 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Dilist_node_base.h46 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function
47 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel()
Dilist_node.h100 bool isSentinel() const { in isSentinel() function
103 return node_base_type::isSentinel(); in isSentinel()
Dilist_iterator.h177 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp58 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()
61 bool isSentinel() const { in isSentinel() function
142 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
187 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()
190 bool isSentinel() const { in isSentinel() function
231 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp88 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()
91 bool isSentinel() const { in isSentinel() function
195 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
260 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()
263 bool isSentinel() const { in isSentinel() function
309 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
/external/skia/src/core/
DSkRegionPriv.h39 #define assert_sentinel(value, isSentinel) \ argument
40 SkASSERT(SkRegionValueIsSentinel(value) == isSentinel)
/external/skqp/src/core/
DSkRegionPriv.h39 #define assert_sentinel(value, isSentinel) \ argument
40 SkASSERT(SkRegionValueIsSentinel(value) == isSentinel)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRnglists.h39 bool isSentinel() const { return EntryKind == dwarf::DW_RLE_end_of_list; } in isSentinel() function
DDWARFListTable.h224 if (Entry.isSentinel()) in extract()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp419 static bool isSentinel(const DWARFDebugNames::AttributeEncoding &AE) { in isSentinel() function
427 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel() function
458 if (isSentinel(*AttrEncOr)) in extractAttributeEncodings()
514 if (isSentinel(*AbbrevOr)) in extract()