|
using | size_iterator = llvm::User::value_op_iterator |
|
using | const_size_iterator = llvm::User::const_value_op_iterator |
|
using | size_op_iterator = llvm::User::op_iterator |
|
using | const_size_op_iterator = llvm::User::const_op_iterator |
|
|
llvm::Value & | getAllocation () const |
|
Type & | getType () const |
|
llvm::Value & | getTypeOperand () const |
|
llvm::Use & | getTypeOperandAsUse () const |
|
llvm::iterator_range< size_iterator > | sizes () |
|
size_iterator | sizes_begin () |
|
size_iterator | sizes_end () |
|
llvm::iterator_range< const_size_iterator > | sizes () const |
|
const_size_iterator | sizes_begin () const |
|
const_size_iterator | sizes_end () const |
|
llvm::iterator_range< size_op_iterator > | size_operands () |
|
size_op_iterator | size_ops_begin () |
|
size_op_iterator | size_ops_end () |
|
llvm::iterator_range< const_size_op_iterator > | size_operands () const |
|
const_size_op_iterator | size_ops_begin () const |
|
const_size_op_iterator | size_ops_end () const |
|
std::string | toString () const override |
|
llvm::Function & | getCalledFunction () const |
|
llvm::Module * | getModule () const |
|
llvm::Function * | getFunction () const |
|
llvm::BasicBlock * | getParent () const |
|
llvm::CallInst & | getCallInst () const |
|
llvm::Value & | asValue () const |
|
MemOIR_Func | getKind () const |
|
bool | has_keywords () const |
|
template<typename KeywordTy > |
std::optional< KeywordTy > | get_keyword () const |
|
llvm::iterator_range< keyword_iterator > | keywords () const |
|
keyword_iterator | kw_begin () const |
|
keyword_iterator | kw_end () const |
|
| operator llvm::Value * () |
|
| operator llvm::Value & () |
|
| operator llvm::Instruction * () |
|
| operator llvm::Instruction & () |
|
|
static bool | classof (const MemOIRInst *I) |
|
static MemOIRInst * | get (llvm::Instruction &I) |
|
static bool | is_mutator (MemOIRInst &I) |
|
static void | invalidate () |
|
|
| AllocInst (llvm::CallInst &call_inst) |
|
| MemOIRInst (llvm::CallInst &call_inst) |
|
|
llvm::CallInst & | call_inst |
|
static Map< llvm::Instruction *, MemOIRInst * > * | llvm_to_memoir = nullptr |
|
The documentation for this struct was generated from the following files:
- /tank/tommy/memoir/upstream/compiler/memoir/ir/Instructions.hpp
- /tank/tommy/memoir/upstream/compiler/memoir/ir/src/Instructions/AllocInsts.cpp