Searched refs:EmitNodeMatcherCommon (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.cpp | 265 void EmitNodeMatcherCommon::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 333 bool EmitNodeMatcherCommon::isEqualImpl(const Matcher *m) const { in isEqualImpl() 334 const EmitNodeMatcherCommon *M = cast<EmitNodeMatcherCommon>(m); in isEqualImpl() 342 unsigned EmitNodeMatcherCommon::getHashImpl() const { in getHashImpl()
|
D | DAGISelMatcher.h | 1016 class EmitNodeMatcherCommon : public Matcher { 1027 EmitNodeMatcherCommon(const std::string &opcodeName, in EmitNodeMatcherCommon() function 1073 class EmitNodeMatcher : public EmitNodeMatcherCommon { 1083 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain, in EmitNodeMatcher() 1096 class MorphNodeToMatcher : public EmitNodeMatcherCommon { 1106 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain, in MorphNodeToMatcher()
|
D | DAGISelMatcherEmitter.cpp | 533 const EmitNodeMatcherCommon *EN = cast<EmitNodeMatcherCommon>(N); in EmitMatcher()
|