Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp241 void CheckFoldableChainNodeMatcher::printImpl(raw_ostream &OS, in printImpl()
H A DDAGISelMatcher.h835 class CheckFoldableChainNodeMatcher : public Matcher {
837 CheckFoldableChainNodeMatcher() in CheckFoldableChainNodeMatcher() function
H A DDAGISelMatcherGen.cpp432 AddMatcher(new CheckFoldableChainNodeMatcher()); in EmitOperatorMatchCode()