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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.cpp247 void EmitNodeMatcherCommon::printImpl(raw_ostream &OS, unsigned indent) const {
315 bool EmitNodeMatcherCommon::isEqualImpl(const Matcher *m) const {
316 const EmitNodeMatcherCommon *M = cast<EmitNodeMatcherCommon>(m);
324 unsigned EmitNodeMatcherCommon::getHashImpl() const {
H A DDAGISelMatcher.h955 /// EmitNodeMatcherCommon - Common class shared between EmitNode and
957 class EmitNodeMatcherCommon : public Matcher { class in namespace:llvm
968 EmitNodeMatcherCommon(const std::string &opcodeName, function in class:llvm::EmitNodeMatcherCommon
1014 class EmitNodeMatcher : public EmitNodeMatcherCommon {
1024 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain,
1037 class MorphNodeToMatcher : public EmitNodeMatcherCommon {
1047 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain,
H A DDAGISelMatcherEmitter.cpp498 const EmitNodeMatcherCommon *EN = cast<EmitNodeMatcherCommon>(N);

Completed in 113 milliseconds