Searched refs:EmitNodeMatcherCommon (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp265 void EmitNodeMatcherCommon::printImpl(raw_ostream &OS, unsigned indent) const {
333 bool EmitNodeMatcherCommon::isEqualImpl(const Matcher *m) const {
334 const EmitNodeMatcherCommon *M = cast<EmitNodeMatcherCommon>(m);
342 unsigned EmitNodeMatcherCommon::getHashImpl() const {
H A DDAGISelMatcher.h1013 /// EmitNodeMatcherCommon - Common class shared between EmitNode and
1015 class EmitNodeMatcherCommon : public Matcher { class in namespace:llvm
1026 EmitNodeMatcherCommon(const std::string &opcodeName, function in class:llvm::EmitNodeMatcherCommon
1072 class EmitNodeMatcher : public EmitNodeMatcherCommon {
1082 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain,
1095 class MorphNodeToMatcher : public EmitNodeMatcherCommon {
1105 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain,
H A DDAGISelMatcherEmitter.cpp515 const EmitNodeMatcherCommon *EN = cast<EmitNodeMatcherCommon>(N);

Completed in 61 milliseconds