MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
normalizers.cpp File Reference
#include "mim/world.h"
#include "mim/plug/mem/mem.h"
Include dependency graph for normalizers.cpp:

Go to the source code of this file.

Namespaces

namespace  mim
 
namespace  mim::plug
 
namespace  mim::plug::mem
 The mem Plugin
 

Functions

%mem.lea
Ref mim::plug::mem::normalize_lea (Ref type, Ref callee, Ref arg)
 
%mem.load
Ref mim::plug::mem::normalize_load (Ref type, Ref callee, Ref arg)
 
%mem.remem
Ref mim::plug::mem::normalize_remem (Ref type, Ref callee, Ref mem)
 
%mem.store
Ref mim::plug::mem::normalize_store (Ref type, Ref callee, Ref arg)