Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:HandleSDNode

860 /// HandleSDNode - This class is used to form a handle around another node that
864 class HandleSDNode : public SDNode {
870 explicit __attribute__((__noinline__)) HandleSDNode(SDValue X)
872 explicit HandleSDNode(SDValue X)
877 ~HandleSDNode();