HomeSort by relevance Sort by last modified time
    Searched defs:SwitchOpcodeMatcher (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 87 SwitchOpcodeMatcher::~SwitchOpcodeMatcher() {
163 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
DAGISelMatcher.h 500 /// SwitchOpcodeMatcher - Switch based on the current node's opcode, dispatching
504 class SwitchOpcodeMatcher : public Matcher {
507 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases)
509 virtual ~SwitchOpcodeMatcher();
    [all...]

Completed in 42 milliseconds