Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RegisterSDNode

1421 class RegisterSDNode : public SDNode {
1424 RegisterSDNode(unsigned reg, EVT VT)
1431 static bool classof(const RegisterSDNode *) { return true; }