HomeSort by relevance Sort by last modified time
    Searched refs:CheckOpcodeMatcher (Results 1 - 5 of 5) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 159 void CheckOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
298 unsigned CheckOpcodeMatcher::getHashImpl() const {
326 bool CheckOpcodeMatcher::isEqualImpl(const Matcher *M) const {
329 return cast<CheckOpcodeMatcher>(M)->Opcode.getEnumName() ==
380 bool CheckOpcodeMatcher::isContradictoryImpl(const Matcher *M) const {
381 if (const CheckOpcodeMatcher *COM = dyn_cast<CheckOpcodeMatcher>(M)) {
DAGISelMatcherOpt.cpp 166 isa<CheckOpcodeMatcher>(N->getNext())) {
416 !isa<CheckOpcodeMatcher>(NewOptionsToMatch[i])) {
456 CheckOpcodeMatcher *COM = cast<CheckOpcodeMatcher>(NewOptionsToMatch[i]);
DAGISelMatcherGen.cpp 216 AddMatcher(new CheckOpcodeMatcher(NI));
332 AddMatcher(new CheckOpcodeMatcher(CInfo));
350 AddMatcher(new CheckOpcodeMatcher(CInfo));
513 AddMatcher(new CheckOpcodeMatcher(CGP.getSDNodeInfo(OpNodes[Variant])));
    [all...]
DAGISelMatcher.h 478 /// CheckOpcodeMatcher - This checks to see if the current node has the
480 class CheckOpcodeMatcher : public Matcher {
483 CheckOpcodeMatcher(const SDNodeInfo &opcode)
    [all...]
DAGISelMatcherEmitter.cpp 288 << cast<CheckOpcodeMatcher>(N)->getOpcode().getEnumName() << "),\n";

Completed in 68 milliseconds