harpoon.Backend.Sparc
Class TempBuilder
java.lang.Object
|
+--harpoon.Backend.Generic.TempBuilder
|
+--harpoon.Backend.Sparc.TempBuilder
- public class TempBuilder
- extends TempBuilder
TempBuilder
for creating Temps for the Sparc architecture,
and providing an interface for querying whether these Temps require
two words of storage or use floating point registers.
- Version:
- $Id: TempBuilder.java,v 1.3 2002/02/26 22:44:45 cananian Exp $
- Author:
- Andrew Berkheimer <andyb@mit.edu>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TempBuilder
public TempBuilder()
makeTemp
public Temp makeTemp(Typed typed,
TempFactory tf)
- Description copied from class:
TempBuilder
- Makes a
Temp
for storing values with the same
type as t
.
- Specified by:
makeTemp
in class TempBuilder