Home
last modified time | relevance | path

Searched refs:CaptureGlueInputMatcher (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp138 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl()
H A DDAGISelMatcher.h307 class CaptureGlueInputMatcher : public Matcher {
309 CaptureGlueInputMatcher() : Matcher(CaptureGlueInput) {} in CaptureGlueInputMatcher() function
H A DDAGISelMatcherGen.cpp458 AddMatcher(new CaptureGlueInputMatcher()); in EmitOperatorMatchCode()