Home | History | Annotate | Download | only in X86

Lines Matching defs:GA

1497   // FIXME: We are artificially lowering the criteria to turn ADD %reg, $GA
1527 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N);
1530 AM.GV = GA->getGlobal();
1531 AM.Disp += GA->getOffset();
1533 AM.SymbolFlags = GA->getTargetFlags();