Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SDNodeInfo

27   class SDNodeInfo;
448 const SDNodeInfo &Opcode;
450 CheckOpcodeMatcher(const SDNodeInfo &opcode)
453 const SDNodeInfo &getOpcode() const { return Opcode; }
473 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases;
475 SwitchOpcodeMatcher(const std::pair<const SDNodeInfo*, Matcher*> *cases,
485 const SDNodeInfo &getCaseOpcode(unsigned i) const { return *Cases[i].first; }