Home | History | Annotate | Download | only in X86

Lines Matching defs:GA

1254   // FIXME: We are artificially lowering the criteria to turn ADD %reg, $GA
1284 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N);
1287 AM.GV = GA->getGlobal();
1288 AM.Disp += GA->getOffset();
1290 AM.SymbolFlags = GA->getTargetFlags();