|
CACAO
|
Private Attributes | |
| FloatHandling | f |
Additional Inherited Members | |
Static Public Member Functions inherited from cacao::jit::compiler2::memory::ManagerMixin< Value > | |
| static void * | operator new (std::size_t size) throw (std::bad_alloc) |
| normal new More... | |
| static void * | operator new (std::size_t size, void *ptr) throw () |
| placement new More... | |
| static void * | operator new (std::size_t size, const std::nothrow_t &nt) throw () |
| nothrow new More... | |
| static void | operator delete (void *pMemory) throw () |
| normal delete More... | |
| static void | operator delete (void *pMemory, void *ptr) throw () |
| placement delete More... | |
| static void | operator delete (void *pMemory, const std::nothrow_t &) throw () |
| nothrow delete More... | |
| static void * | operator new[] (std::size_t size) throw (std::bad_alloc) |
| normal new[] More... | |
| static void * | operator new[] (std::size_t size, void *ptr) throw () |
| placement new[] More... | |
| static void * | operator new[] (std::size_t size, const std::nothrow_t &nt) throw () |
| nothrow new[] More... | |
| static void | operator delete[] (void *pMemory) throw () |
| normal delete[] More... | |
| static void | operator delete[] (void *pMemory, void *ptr) throw () |
| placement delete[] More... | |
| static void | operator delete[] (void *pMemory, const std::nothrow_t &) throw () |
| nothrow delete[] More... | |
Protected Member Functions inherited from cacao::jit::compiler2::Instruction | |
| Instruction () | |
| void | append_op (Value *v) |
| void | replace_op (Value *v_old, Value *v_new) |
| OStream & | print_operands (OStream &OS) |
Protected Member Functions inherited from cacao::jit::compiler2::Value | |
| void | append_user (Instruction *I) |
| OStream & | print_users (OStream &OS) const |
| void | user_remove (Instruction *I) |
| void | set_type (Type::TypeID t) |
Protected Attributes inherited from cacao::jit::compiler2::Instruction | |
| const InstID | opcode |
| Method * | method |
| const int | id |
| BeginInst * | begin |
Definition at line 404 of file Instructions.hpp.
| Enumerator | |
|---|---|
| G | |
| L | |
| DontCare | |
Definition at line 406 of file Instructions.hpp.
|
inlineexplicit |
Definition at line 411 of file Instructions.hpp.
|
inlinevirtual |
Visitor.
Implements cacao::jit::compiler2::Instruction.
Definition at line 414 of file Instructions.hpp.
|
inline |
Definition at line 415 of file Instructions.hpp.
|
inlinevirtual |
True if the instruction has a homogeneous signature.
(i.e. all operands and the result have the same type)
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 413 of file Instructions.hpp.
|
inlinevirtual |
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 412 of file Instructions.hpp.
|
private |
Definition at line 417 of file Instructions.hpp.
1.8.5