CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
ISA regvar linear handler. More...
#include <Assembler.h>
Public Member Functions | |
ISALinearDepHandler () | |
constructor | |
void | pushLinearDep (const AsmRegVarLinearDep &linearDep) |
push linear dependency | |
size_t | size () const |
return true if has next | |
AsmRegVarLinearDep | getLinearDep (size_t pos) const |
get next linear dependency | |
size_t | findPositionByOffset (size_t offset) const |
find position by offset | |
ISALinearDepHandler * | copy () const |
copy linear handler (make new copy) | |
ISA regvar linear handler.