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 InstructionInstructionTransformer.transform(ExpressionList _expressionList, Instruction i) Constructors in com.aparapi.internal.instruction with parameters of type ExpressionListModifierConstructorDescriptionprivateExpressionList(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) voidMethodModel.applyTransformations(ExpressionList _expressionList, Instruction _instruction, Instruction _operandStart) voidMethodModel.txFormDups(ExpressionList _expressionList, Instruction _instruction) DUP family of instructions break our stack unwind model (whereby we treat instructions like the oeprands they create/consume).