Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SDNodeInfo

27   class SDNodeInfo;
437 const SDNodeInfo &Opcode;
439 CheckOpcodeMatcher(const SDNodeInfo &opcode)
442 const SDNodeInfo &getOpcode() const { return Opcode; }
459 SmallVector<std::pair<const SDNodeInfo*, Matcher*>, 8> Cases;
461 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases)
471 const SDNodeInfo