Home | History | Annotate | Download | only in X86

Lines Matching defs:GA

1651   // FIXME: We are artificially lowering the criteria to turn ADD %reg, $GA
1680 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N);
1683 AM.GV = GA->getGlobal();
1684 AM.Disp += GA->getOffset();
1686 AM.SymbolFlags = GA->getTargetFlags();