Home | History | Annotate | Download | only in X86

Lines Matching refs:GV

63     const GlobalValue *GV;
73 Segment(), GV(0), CP(0), BlockAddr(0), ES(0), JT(-1), Align(0),
78 return GV != 0 || CP != 0 || ES != 0 || JT != -1 || BlockAddr != 0;
116 << "GV ";
117 if (GV)
118 GV->dump();
238 if (AM.GV)
239 Disp = CurDAG->getTargetGlobalAddress(AM.GV, SDLoc(),
644 // Under X86-64 non-small code model, GV (and friends) are 64-bits, so
653 AM.GV = G->getGlobal();
698 AM.GV = G->getGlobal();
1521 AM.GV = GA->getGlobal();