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

Declarations

utils/TableGen/CodeGenDAGPatterns.h
  210   ValueTypeByHwMode getValueTypeByHwMode() const;

References

utils/TableGen/CodeGenDAGPatterns.h
  231     return getValueTypeByHwMode().isPointer();
  236     return getValueTypeByHwMode().PtrAddrSpace;
  271     return VTS.getValueTypeByHwMode();
  700     return Types[ResNo].getValueTypeByHwMode();
utils/TableGen/GlobalISelEmitter.cpp
 3894       ValueTypeByHwMode VT = ChildTypes.front().getValueTypeByHwMode();
 4493       Target.getSuperRegForSubReg(Ty.getValueTypeByHwMode(), CGRegs, SubIdx);