- begin() - Method in interface com.amd.aparapi.opencl.OpenCL
-
- begin() - Method in class com.amd.aparapi.opencl.OpenCLAdapter
-
- best() - Static method in class com.amd.aparapi.device.Device
-
- bind(Class<T>, InputStream) - Method in class com.amd.aparapi.device.OpenCLDevice
-
- bind(Class<T>) - Method in class com.amd.aparapi.device.OpenCLDevice
-
- bind(Class<T>, String) - Method in class com.amd.aparapi.device.OpenCLDevice
-
- bitIsSet(int) - Method in enum com.amd.aparapi.internal.model.ClassModel.Access
-
- bits - Variable in class com.amd.aparapi.internal.opencl.OpenCLArgDescriptor
-
- BlockWriter - Class in com.amd.aparapi.internal.writer
-
Base abstract class for converting Aparapi
IR to text.
- BlockWriter() - Constructor for class com.amd.aparapi.internal.writer.BlockWriter
-
- BOTTOM_ARROW - Static variable in class com.amd.aparapi.internal.tool.InstructionHelper.BranchVector
-
- BranchSet - Class in com.amd.aparapi.internal.instruction
-
Deals with the issue of recognizing that a sequence of bytecode branch instructions actually represent a single if/while with a logical expression.
- BranchSet(InstructionSet.Branch) - Constructor for class com.amd.aparapi.internal.instruction.BranchSet
-
We construct a branch set with the 'last' branch.
- BranchSet.CompoundLogicalExpressionNode - Class in com.amd.aparapi.internal.instruction
-
A node in the expression tree representing a simple logical expression.
- BranchSet.CompoundLogicalExpressionNode(boolean, BranchSet.LogicalExpressionNode, BranchSet.LogicalExpressionNode) - Constructor for class com.amd.aparapi.internal.instruction.BranchSet.CompoundLogicalExpressionNode
-
- BranchSet.LogicalExpressionNode - Class in com.amd.aparapi.internal.instruction
-
Base abstract class used to hold information used to construct node tree for logical expressions.
- BranchSet.LogicalExpressionNode() - Constructor for class com.amd.aparapi.internal.instruction.BranchSet.LogicalExpressionNode
-
- BranchSet.SimpleLogicalExpressionNode - Class in com.amd.aparapi.internal.instruction
-
A node in the expression tree representing a simple logical expression.
- BranchSet.SimpleLogicalExpressionNode(InstructionSet.ConditionalBranch) - Constructor for class com.amd.aparapi.internal.instruction.BranchSet.SimpleLogicalExpressionNode
-
- branchTarget - Variable in class com.amd.aparapi.internal.tool.InstructionViewer.InstructionView
-
- buildBranchGraphs(Map<Integer, Instruction>) - Method in class com.amd.aparapi.internal.model.MethodModel
-
Here we connect the branch nodes to the instruction that they branch to.
- ByteBuffer - Class in com.amd.aparapi.internal.reader
-
Used to parse ClassFile structure.
- ByteReader - Class in com.amd.aparapi.internal.reader
-
Primarily used to parse various ClassFile structures.
- ByteReader(ByteBuffer) - Constructor for class com.amd.aparapi.internal.reader.ByteReader
-
Construct form a given ByteBuffer.
- ByteReader(byte[]) - Constructor for class com.amd.aparapi.internal.reader.ByteReader
-
Construct form an array of bytes.
- ByteReader(InputStream) - Constructor for class com.amd.aparapi.internal.reader.ByteReader
-
Construct form an input stream (say a ClassFile).
- bytes(int) - Method in class com.amd.aparapi.internal.reader.ByteReader
-