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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp138 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{
H A DDAGISelMatcher.h299 /// CaptureGlueInputMatcher - If the current record has a glue input, record
301 class CaptureGlueInputMatcher : public Matcher { class in namespace:llvm
303 CaptureGlueInputMatcher() : Matcher(CaptureGlueInput) {} function in class:llvm::CaptureGlueInputMatcher
H A DDAGISelMatcherGen.cpp453 AddMatcher(new CaptureGlueInputMatcher());

Completed in 77 milliseconds