Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SDNodeInfo

27   class SDNodeInfo;
449 const SDNodeInfo &Opcode;
451 CheckOpcodeMatcher(const SDNodeInfo &opcode)
454 const SDNodeInfo &getOpcode() const { return Opcode; }
474 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases;
476 SwitchOpcodeMatcher(const std::pair<const SDNodeInfo*, Matcher*> *cases,
486 const SDNodeInfo &getCaseOpcode(unsigned i) const { return *Cases[i].first; }