Class UnrollSpec#
Defined in File AutoTuningInterface.h
Inheritance Relationships#
Base Type#
public OptSpec(Class OptSpec)
Class Documentation#
-
class UnrollSpec : public OptSpec#
Public Functions
-
UnrollSpec(LocalVar *handle, int unrollSize)#
-
inline virtual OptEnum get_enum() const#
-
inline virtual OptLevel get_opt_level() const#
-
inline virtual std::string get_opt_prefix(OptLevel optLevel)#
-
virtual std::string to_string(OptLevel level)#
-
virtual POETCode *insert_paramDecl(AutoTuningInterface &tune, POETProgram &poet, OptLevel optlevel, int &lineno)#
-
virtual POETCode *gen_xformEval(POETProgram &poet, LocalVar *top, POETCode *traceMod, OptLevel optLevel, int &lineNo)#
Public Static Functions
-
static LocalVar *get_unrollSizeVar(const std::string &handleName)#
-
UnrollSpec(LocalVar *handle, int unrollSize)#