Package | Description |
---|---|
com.amd.aparapi.internal.instruction | |
com.amd.aparapi.internal.writer |
Modifier and Type | Method and Description |
---|---|
BranchSet |
InstructionSet.CompositeInstruction.getBranchSet() |
BranchSet |
InstructionSet.ConditionalBranch.getBranchSet() |
BranchSet |
InstructionSet.ConditionalBranch.getOrCreateBranchSet() |
Modifier and Type | Method and Description |
---|---|
static InstructionSet.CompositeInstruction |
InstructionSet.CompositeInstruction.create(InstructionSet.ByteCode _byteCode,
MethodModel _methodModel,
Instruction _firstChild,
Instruction _lastChild,
BranchSet _branchSet) |
void |
InstructionSet.ConditionalBranch.setBranchSet(BranchSet _branchSet) |
Constructor and Description |
---|
InstructionSet.CompositeEmptyLoopInstruction(MethodModel method,
Instruction _firstChild,
Instruction _lastChild,
BranchSet _branchSet) |
InstructionSet.CompositeForSunInstruction(MethodModel method,
Instruction _firstChild,
Instruction _lastChild,
BranchSet _branchSet) |
InstructionSet.CompositeIfElseInstruction(MethodModel method,
Instruction _firstChild,
Instruction _lastChild,
BranchSet _branchSet) |
InstructionSet.CompositeIfInstruction(MethodModel method,
Instruction _firstChild,
Instruction _lastChild,
BranchSet _branchSet) |
InstructionSet.CompositeInstruction(MethodModel method,
InstructionSet.ByteCode _byteCode,
Instruction _firstChild,
Instruction _lastChild,
BranchSet _branchSet) |
InstructionSet.CompositeWhileInstruction(MethodModel method,
Instruction _firstChild,
Instruction _lastChild,
BranchSet _branchSet) |
Modifier and Type | Method and Description |
---|---|
Instruction |
BlockWriter.writeConditional(BranchSet _branchSet) |
Instruction |
BlockWriter.writeConditional(BranchSet _branchSet,
boolean _invert) |