Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp136 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, in printImpl()
H A DDAGISelMatcher.h312 class CaptureGlueInputMatcher : public Matcher {
314 CaptureGlueInputMatcher() : Matcher(CaptureGlueInput) {} in CaptureGlueInputMatcher() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp446 AddMatcher(new CaptureGlueInputMatcher()); in EmitOperatorMatchCode()