Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h57 RecordNode, // Record the current node. enumerator
158 return isSimplePredicateNode() || getKind() == RecordNode || in isSimplePredicateOrRecordNode()
253 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {} in RecordMatcher()
258 static bool classof(const Matcher *N) { return N->getKind() == RecordNode; } in classof()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp469 case Matcher::RecordNode: in EmitMatcher()
1206 case Matcher::RecordNode: in getOpcodeString()