reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/CodeEmitterGen.cpp
  371           EncodingDef = EBM.get(HwMode);
utils/TableGen/CodeGenDAGPatterns.cpp
  479     TypeSetByHwMode::SetType &S = Small.get(M);
  480     TypeSetByHwMode::SetType &B = Big.get(M);
  521     TypeSetByHwMode::SetType &S = Small.get(M);
  522     TypeSetByHwMode::SetType &B = Big.get(M);
  568     TypeSetByHwMode::SetType &V = Vec.get(M);
  569     TypeSetByHwMode::SetType &E = Elem.get(M);
  651     TypeSetByHwMode::SetType &S = Sub.get(M);
  652     TypeSetByHwMode::SetType &V = Vec.get(M);
  691     TypeSetByHwMode::SetType &VS = V.get(M);
  692     TypeSetByHwMode::SetType &WS = W.get(M);
  725     TypeSetByHwMode::SetType &AS = A.get(M);
  726     TypeSetByHwMode::SetType &BS = B.get(M);
 1683     if (S.get(DefaultMode).empty())
utils/TableGen/CodeGenDAGPatterns.h
  205       return get(Mode);
utils/TableGen/InfoByHwMode.h
  112     InfoT I = get(Mode);