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

  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 184 void CheckCondCodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
284 unsigned CheckCondCodeMatcher::getHashImpl() const {
DAGISelMatcher.h 606 /// CheckCondCodeMatcher - This checks to see if the current node is a
608 class CheckCondCodeMatcher : public Matcher {
611 CheckCondCodeMatcher(StringRef condcodename)
625 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName;
    [all...]
DAGISelMatcherEmitter.cpp 374 << cast<CheckCondCodeMatcher>(N)->getCondCodeName() << ",\n";
DAGISelMatcherGen.cpp 247 return AddMatcher(new CheckCondCodeMatcher(LeafRec->getName()));
    [all...]

Completed in 71 milliseconds