Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp236 void CheckFoldableChainNodeMatcher::printImpl(raw_ostream &OS, in printImpl()
H A DDAGISelMatcher.h819 class CheckFoldableChainNodeMatcher : public Matcher {
821 CheckFoldableChainNodeMatcher() : Matcher(CheckFoldableChainNode) {} in CheckFoldableChainNodeMatcher() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp428 AddMatcher(new CheckFoldableChainNodeMatcher()); in EmitOperatorMatchCode()