Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:AA

1059   SDValue AA = DAG.getNode(HexagonISD::ALLOCA, dl, VTs, Chain, Size, AC);
1061 DAG.ReplaceAllUsesOfValueWith(Op, AA);
1062 return AA;