Home | History | Annotate | Download | only in X86

Lines Matching refs:GV

66     const GlobalValue *GV;
76 Segment(), GV(0), CP(0), BlockAddr(0), ES(0), JT(-1), Align(0),
81 return GV != 0 || CP != 0 || ES != 0 || JT != -1 || BlockAddr != 0;
118 << "GV ";
119 if (GV)
120 GV->dump();
239 if (AM.GV)
240 Disp = CurDAG->getTargetGlobalAddress(AM.GV, DebugLoc(),
624 // Under X86-64 non-small code model, GV (and friends) are 64-bits, so
633 AM.GV = G->getGlobal();
672 AM.GV = G->getGlobal();
1426 AM.GV = GA->getGlobal();