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 202 void CheckCondCodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
302 unsigned CheckCondCodeMatcher::getHashImpl() const {
DAGISelMatcher.h 665 /// CheckCondCodeMatcher - This checks to see if the current node is a
667 class CheckCondCodeMatcher : public Matcher {
670 CheckCondCodeMatcher(StringRef condcodename)
684 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName;
    [all...]
DAGISelMatcherEmitter.cpp 409 << cast<CheckCondCodeMatcher>(N)->getCondCodeName() << ",\n";
DAGISelMatcherGen.cpp 265 return AddMatcher(new CheckCondCodeMatcher(LeafRec->getName()));
    [all...]

Completed in 212 milliseconds