GPUOcelot
|
#include <ILInstruction.h>
Public Member Functions | |
ILFence () | |
Instruction * | clone (bool copy=true) const |
Return a pointer to a new Instruction. | |
void | threads (bool value=true) |
Set/unset threads flag. | |
void | lds (bool value=true) |
Set/unset lds flag. | |
void | memory (bool value=true) |
Set/unset memory flag. | |
std::string | toString () const |
Parsable IL strings. |
ir::ILFence::ILFence | ( | ) |
Instruction * ir::ILFence::clone | ( | bool | copy = true | ) | const [virtual] |
Return a pointer to a new Instruction.
Implements ir::ILInstruction.
void ir::ILFence::lds | ( | bool | value = true | ) |
Set/unset lds flag.
void ir::ILFence::memory | ( | bool | value = true | ) |
Set/unset memory flag.
void ir::ILFence::threads | ( | bool | value = true | ) |
Set/unset threads flag.
std::string ir::ILFence::toString | ( | ) | const [virtual] |
Parsable IL strings.
Reimplemented from ir::ILInstruction.