Uses of Class
com.aparapi.internal.instruction.ExpressionList
Packages that use ExpressionList
-
Uses of ExpressionList in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as ExpressionListMethods in com.aparapi.internal.instruction with parameters of type ExpressionListModifier and TypeMethodDescriptionabstract Instruction
InstructionTransformer.transform
(ExpressionList _expressionList, Instruction i) Constructors in com.aparapi.internal.instruction with parameters of type ExpressionListModifierConstructorDescriptionprivate
ExpressionList
(MethodModel _methodModel, ExpressionList _parent, Instruction _instruction) -
Uses of ExpressionList in com.aparapi.internal.model
Fields in com.aparapi.internal.model declared as ExpressionListMethods in com.aparapi.internal.model with parameters of type ExpressionListModifier and TypeMethodDescription(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).