Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1054 virtual bool isIdentical(const PredicateMatcher &B) const { in isIdentical() function in __anon685cc1160111::PredicateMatcher
1060 return hasValue() && PredicateMatcher::isIdentical(B); in isIdenticalDownToValue()
1116 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anon685cc1160111::SameOperandMatcher
1117 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1146 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anon685cc1160111::LLTOperandMatcher
1147 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1218 bool isIdentical(const PredicateMatcher &B) const override { return false; } in isIdentical() function in __anon685cc1160111::ComplexPatternOperandMatcher
1256 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anon685cc1160111::RegisterBankOperandMatcher
1257 return OperandPredicateMatcher::isIdentical(B) && in isIdentical()
1304 bool isIdentical(const PredicateMatcher &B) const override { in isIdentical() function in __anon685cc1160111::ConstantIntOperandMatcher
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp177 bool isIdentical(DepChain &Other) const { in isIdentical() function in __anon020bc6570111::DepChain