|
llvm::Function & | getFunction () const |
|
llvm::CallInst & | getCallInst () const |
|
llvm::Function & | getLLVMFunction () const |
|
llvm::Module * | getModule () const |
|
llvm::BasicBlock * | getParent () const |
|
MemOIR_Func | getKind () const |
|
| operator llvm::Value * () |
|
| operator llvm::Value & () |
|
| operator llvm::Instruction * () |
|
| operator llvm::Instruction & () |
|
virtual std::string | toString (std::string indent="") const =0 |
|
|
static MemOIRInst * | get (llvm::Instruction &I) |
|
static bool | is_mutator (MemOIRInst &I) |
|
static void | invalidate () |
|
|
| MemOIRInst (llvm::CallInst &call_inst) |
|
|
llvm::CallInst & | call_inst |
|
|
static map< llvm::Instruction *, MemOIRInst * > * | llvm_to_memoir = nullptr |
|
|
std::ostream & | operator<< (std::ostream &os, const MemOIRInst &I) |
|
llvm::raw_ostream & | operator<< (llvm::raw_ostream &os, const MemOIRInst &I) |
|
The documentation for this struct was generated from the following files:
- /nfs-scratch/jtm2066/object-ir/dev/compiler/memoir/ir/Instructions.hpp
- /nfs-scratch/jtm2066/object-ir/dev/compiler/memoir/ir/src/Instructions/Instructions.cpp