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

Declarations

utils/TableGen/InfoByHwMode.h
  145 ValueTypeByHwMode getValueTypeByHwMode(Record *Rec,

References

utils/TableGen/CodeGenDAGPatterns.cpp
 1423     VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH);
 1455     VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH);
 1552     auto VVT = getValueTypeByHwMode(DI->getDef(), T.getHwModes());
 1629     return UpdateNodeType(ResNo, getValueTypeByHwMode(R, T.getHwModes()), TP);
 2164     return TypeSetByHwMode(getValueTypeByHwMode(R, CGH));
 2196     return TypeSetByHwMode(getValueTypeByHwMode(T, CGH));
 2771     New->UpdateNodeType(0, getValueTypeByHwMode(Operator, CGH), *this);
utils/TableGen/CodeGenRegisters.cpp
  754     VTs.push_back(getValueTypeByHwMode(Type, RegBank.getHwModes()));