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

Declarations

utils/TableGen/CodeGenDAGPatterns.h
  838   bool UpdateNodeType(unsigned ResNo, ValueTypeByHwMode InTy,

References

utils/TableGen/CodeGenDAGPatterns.cpp
 1520     return NodeToApply->UpdateNodeType(ResNo, VVT, TP);
 1629     return UpdateNodeType(ResNo, getValueTypeByHwMode(R, T.getHwModes()), TP);
 2771     New->UpdateNodeType(0, getValueTypeByHwMode(Operator, CGH), *this);