Searched refs:CheckOpcodeMatcher (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.cpp146 void CheckOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
280 unsigned CheckOpcodeMatcher::getHashImpl() const {
308 bool CheckOpcodeMatcher::isEqualImpl(const Matcher *M) const {
311 return cast<CheckOpcodeMatcher>(M)->Opcode.getEnumName() ==
362 bool CheckOpcodeMatcher::isContradictoryImpl(const Matcher *M) const {
363 if (const CheckOpcodeMatcher *COM = dyn_cast<CheckOpcodeMatcher>(M)) {
H A DDAGISelMatcherOpt.cpp158 isa<CheckOpcodeMatcher>(N->getNext())) {
408 !isa<CheckOpcodeMatcher>(NewOptionsToMatch[i])) {
448 CheckOpcodeMatcher *COM = cast<CheckOpcodeMatcher>(NewOptionsToMatch[i]);
H A DDAGISelMatcherGen.cpp212 AddMatcher(new CheckOpcodeMatcher(NI));
292 AddMatcher(new CheckOpcodeMatcher(CInfo));
310 AddMatcher(new CheckOpcodeMatcher(CInfo));
469 AddMatcher(new CheckOpcodeMatcher(CGP.getSDNodeInfo(OpNodes[Variant])));
H A DDAGISelMatcher.h447 /// CheckOpcodeMatcher - This checks to see if the current node has the
449 class CheckOpcodeMatcher : public Matcher { class in namespace:llvm
452 CheckOpcodeMatcher(const SDNodeInfo &opcode) function in class:llvm::CheckOpcodeMatcher
H A DDAGISelMatcherEmitter.cpp264 << cast<CheckOpcodeMatcher>(N)->getOpcode().getEnumName() << "),\n";

Completed in 95 milliseconds