harpoon.Backend.Sparc
Class TempBuilder

java.lang.Object
  extended by harpoon.Backend.Generic.TempBuilder
      extended by 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.4 2002/04/10 03:03:51 cananian Exp $
Author:
Andrew Berkheimer <andyb@mit.edu>

Constructor Summary
TempBuilder()
           
 
Method Summary
 Temp makeTemp(Typed typed, TempFactory tf)
          Makes a Temp for storing values with the same type as t.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempBuilder

public TempBuilder()
Method Detail

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