Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:GV

1146   const GlobalValue *GV = Node->getGlobal();
1153 if (Subtarget.isPC32DBLSymbol(GV, RM, CM)) {
1158 Result = DAG.getTargetGlobalAddress(GV, DL, PtrVT,
1162 Result = DAG.getTargetGlobalAddress(GV, DL, PtrVT, Offset);
1167 Result = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, SystemZII::MO_GOT);
1185 const GlobalValue *GV = Node->getGlobal();
1187 TLSModel::Model model = TM.getTLSModel(GV);
1209 SystemZConstantPoolValue::Create(GV, SystemZCP::NTPOFF);