LirHelper 63 core/CodegenLIR-inlines.h REALLY_INLINE BuiltinType LirHelper::bt(Traits *t)
LirHelper 99 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::InsConst(int32_t c)
LirHelper 104 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::InsConstPtr(const void *p)
LirHelper 109 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::InsConstAtom(Atom c)
LirHelper 114 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::i2p(LIns *i)
LirHelper 119 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::u2p(LIns *i)
LirHelper 124 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::p2i(LIns *i)
LirHelper 133 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::qlo(LIns* q)
LirHelper 138 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::peq0(LIns* ptr)
LirHelper 143 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::eq0(LIns* ptr)
LirHelper 148 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::peq(LIns* a, Atom b)
LirHelper 153 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::choose(LIns* cond, Atom t, LIns* f)
LirHelper 158 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::andp(LIns* a, Atom mask)
LirHelper 163 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::orp(LIns* a, Atom mask)
LirHelper 168 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::ori(LIns* a, int32_t mask)
LirHelper 173 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::ret(LIns* a)
LirHelper 178 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::label()
LirHelper 183 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::jlt(LIns *a, int32_t b)
LirHelper 188 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::jgt(LIns *a, int32_t b)
LirHelper 193 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::jne(LIns *a, int32_t b)
LirHelper 198 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::stp(LIns* val, LIns* p, int32_t d)
LirHelper 204 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::sti(LIns* val, LIns* p, int32_t d)
LirHelper 210 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::stq(LIns* val, LIns* p, int32_t d)
LirHelper 216 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::ldp(LIns* p, int32_t d)
LirHelper 221 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::live(LIns* a)
LirHelper 226 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::param(int id, const char *name)
LirHelper 238 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::lshi(LIns* a, int32_t b)
LirHelper 243 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::ushp(LIns* a, int32_t b)
LirHelper 410 core/CodegenLIR.cpp LIns* LirHelper::callIns(const CallInfo *ci, uint32_t argc, ...)
LirHelper 500 core/CodegenLIR.cpp LIns* LirHelper::nativeToAtom(LIns* native, Traits* t)
LirHelper 619 core/CodegenLIR.cpp LirHelper::cleanup();
LirHelper 650 core/CodegenLIR.cpp LIns* LirHelper::atomToNative(BuiltinType bt, LIns* atom)
LirHelper 2898 core/CodegenLIR.cpp void LirHelper::liveAlloc(LIns* alloc)
LirHelper 5752 core/CodegenLIR.cpp LirHelper::LirHelper(AvmCore* core) :
LirHelper 5758 core/CodegenLIR.cpp LirHelper::~LirHelper()
LirHelper 5763 core/CodegenLIR.cpp void LirHelper::cleanup()
LirHelper 306 core/CodegenLIR.h class LirHelper {
LirHelper 308 core/CodegenLIR.h LirHelper(AvmCore*);
LirHelper 309 core/CodegenLIR.h ~LirHelper();
LirHelper 366 core/CodegenLIR.h class CodegenLIR : public LirHelper, public CodeWriter {