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

References

lib/Target/Hexagon/HexagonBitTracker.cpp
   67       Width = ATy->getIntegerBitWidth();
   69       Width = 32;
   72     if (Width == 0 || Width > 64)
   72     if (Width == 0 || Width > 64)
   76     InPhysReg = getNextPhysReg(InPhysReg, Width);
   83       VRX.insert(std::make_pair(InVirtReg, ExtType(ExtType::SExt, Width)));
   85       VRX.insert(std::make_pair(InVirtReg, ExtType(ExtType::ZExt, Width)));