Uses of Class
com.aparapi.internal.instruction.ExpressionList
-
Packages that use ExpressionList Package Description com.aparapi.internal.instruction com.aparapi.internal.model -
-
Uses of ExpressionList in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as ExpressionList Modifier and Type Field Description private ExpressionList
ExpressionList. parent
Methods in com.aparapi.internal.instruction with parameters of type ExpressionList Modifier and Type Method Description abstract Instruction
InstructionTransformer. transform(ExpressionList _expressionList, Instruction i)
Constructors in com.aparapi.internal.instruction with parameters of type ExpressionList Constructor Description ExpressionList(MethodModel _methodModel, ExpressionList _parent, Instruction _instruction)
-
Uses of ExpressionList in com.aparapi.internal.model
Fields in com.aparapi.internal.model declared as ExpressionList Modifier and Type Field Description private ExpressionList
MethodModel. expressionList
Methods in com.aparapi.internal.model with parameters of type ExpressionList Modifier and Type Method Description (package private) void
MethodModel. applyTransformations(ExpressionList _expressionList, Instruction _instruction, Instruction _operandStart)
void
MethodModel. txFormDups(ExpressionList _expressionList, Instruction _instruction)
DUP family of instructions break our stack unwind model (whereby we treat instructions like the oeprands they create/consume).
-