Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp243 void CheckImmAllZerosVMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
412 return isa<CheckImmAllZerosVMatcher>(M); in isContradictoryImpl()
415 bool CheckImmAllZerosVMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
H A DDAGISelMatcher.h803 class CheckImmAllZerosVMatcher : public Matcher {
805 CheckImmAllZerosVMatcher() : Matcher(CheckImmAllZerosV) {} in CheckImmAllZerosVMatcher() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp292 AddMatcher(new CheckImmAllZerosVMatcher()); in EmitLeafMatchCode()