Trait

quasar.mimir.ReductionFinderModule

ReductionFinder

Related Doc: package ReductionFinderModule

Permalink

trait ReductionFinder extends EvaluatorMethods with TransSpecable

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReductionFinder
  2. TransSpecable
  3. EvaluatorMethods
  4. OpFinder
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class MegaReduceState(ancestorByReduce: Map[Reduce, ReductionFinderModule.DepGraph], parentsByAncestor: Map[ReductionFinderModule.DepGraph, List[ReductionFinderModule.DepGraph]], reducesByParent: Map[ReductionFinderModule.DepGraph, List[Reduce]], specByParent: Map[ReductionFinderModule.DepGraph, TransSpec1]) extends Product with Serializable

    Permalink
  2. case class ReduceInfo(reduce: Reduce, spec: TransSpec1, ancestor: ReductionFinderModule.DepGraph) extends Product with Serializable

    Permalink
  3. trait TransSpecableFold[T] extends TransSpecableOrderFold[T]

    Permalink
    Definition Classes
    TransSpecable
  4. trait TransSpecableOrderFold[T] extends AnyRef

    Permalink
    Definition Classes
    TransSpecable

Abstract Value Members

  1. abstract def op1ForUnOp(op: yggdrasil.bytecode.Instructions.instructions.UnaryOperation): TableLibModule.Lib.Op1

    Permalink
    Definition Classes
    OpFinder
  2. abstract def op2ForBinOp(op: yggdrasil.bytecode.Instructions.instructions.BinaryOperation): Option[TableLibModule.Lib.Op2]

    Permalink
    Definition Classes
    OpFinder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ConstInt

    Permalink
    Definition Classes
    TransSpecable
  5. object Op2F2ForBinOp

    Permalink
    Definition Classes
    TransSpecable
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def buildReduceInfo(reduce: Reduce, ctx: EvaluationContext): ReduceInfo

    Permalink
  8. def buildWrappedCrossSpec(spec: (TransSpec2, TransSpec2) ⇒ TransSpec2): TransSpec2

    Permalink
    Definition Classes
    EvaluatorMethods
  9. def buildWrappedJoinSpec(idMatch: IdentityMatch, valueKeys: Set[Int] = Set.empty)(spec: (TransSpec2, TransSpec2) ⇒ TransSpec2): TransSpec2

    Permalink
    Definition Classes
    EvaluatorMethods
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def combineTransSpecs(specs: List[TransSpec1]): TransSpec1

    Permalink
    Definition Classes
    EvaluatorMethods
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findAncestor(to: ReductionFinderModule.DepGraph, ctx: EvaluationContext): Option[ReductionFinderModule.DepGraph]

    Permalink
    Definition Classes
    TransSpecable
  16. def findOrderAncestor(to: ReductionFinderModule.DepGraph, ctx: EvaluationContext): Option[ReductionFinderModule.DepGraph]

    Permalink
    Definition Classes
    TransSpecable
  17. def findReductions(node: ReductionFinderModule.DepGraph, ctx: EvaluationContext): MegaReduceState

    Permalink
  18. def findTransSpecAndAncestor(to: ReductionFinderModule.DepGraph, ctx: EvaluationContext): Option[(TransSpec1, ReductionFinderModule.DepGraph)]

    Permalink
    Definition Classes
    TransSpecable
  19. def foldDownTransSpecable[T](to: ReductionFinderModule.DepGraph, from: Option[ReductionFinderModule.DepGraph])(alg: TransSpecableFold[T]): T

    Permalink
    Definition Classes
    TransSpecable
  20. def foldDownTransSpecableOrder[T](to: ReductionFinderModule.DepGraph, from: Option[ReductionFinderModule.DepGraph])(alg: TransSpecableOrderFold[T]): T

    Permalink
    Definition Classes
    TransSpecable
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isTransSpecable(to: ReductionFinderModule.DepGraph, from: ReductionFinderModule.DepGraph): Boolean

    Permalink
    Definition Classes
    TransSpecable
  25. def megaReduce(node: ReductionFinderModule.DepGraph, st: MegaReduceState): ReductionFinderModule.DepGraph

    Permalink
  26. def mkTransSpec(to: ReductionFinderModule.DepGraph, from: ReductionFinderModule.DepGraph, ctx: EvaluationContext): Option[TransSpec1]

    Permalink
    Definition Classes
    TransSpecable
  27. def mkTransSpecOrderWithState[N[+_], S](to: ReductionFinderModule.DepGraph, from: Option[ReductionFinderModule.DepGraph], ctx: EvaluationContext, get: (S) ⇒ (TransSpec1, ReductionFinderModule.DepGraph), set: (S, (TransSpec1, ReductionFinderModule.DepGraph)) ⇒ N[S], init: ((TransSpec1, ReductionFinderModule.DepGraph)) ⇒ N[S])(implicit arg0: Monad[N]): N[S]

    Permalink
    Definition Classes
    TransSpecable
  28. def mkTransSpecWithState[N[_], S](to: ReductionFinderModule.DepGraph, from: Option[ReductionFinderModule.DepGraph], ctx: EvaluationContext, get: (S) ⇒ (TransSpec1, ReductionFinderModule.DepGraph), set: (S, (TransSpec1, ReductionFinderModule.DepGraph)) ⇒ N[S], init: ((TransSpec1, ReductionFinderModule.DepGraph)) ⇒ N[S])(implicit arg0: Monad[N]): N[S]

    Permalink
    Definition Classes
    TransSpecable
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def transFold[N[_], S](to: ReductionFinderModule.DepGraph, from: Option[ReductionFinderModule.DepGraph], ctx: EvaluationContext, get: (S) ⇒ (TransSpec1, ReductionFinderModule.DepGraph), set: (S, (TransSpec1, ReductionFinderModule.DepGraph)) ⇒ N[S], init: ((TransSpec1, ReductionFinderModule.DepGraph)) ⇒ N[S])(implicit arg0: Monad[N]): TransSpecableFold[N[S]]

    Permalink
    Definition Classes
    TransSpecable
  35. def transFromBinOp[A <: SourceType](op: yggdrasil.bytecode.Instructions.instructions.BinaryOperation)(left: TransSpec[A], right: TransSpec[A]): TransSpec[A]

    Permalink
    Definition Classes
    EvaluatorMethods
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped