Home
last modified time | relevance | path

Searched refs:SelectIread (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Disel.h79 Operand *SelectIread(const BaseNode &parent, const IreadNode &expr, int extraOffset = 0);
H A Dcgfunc.h193 virtual Operand *SelectIread(const BaseNode &parent, IreadNode &expr, int extraOffset = 0,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_cgfunc.h58 Operand *SelectIread(const BaseNode &parent, IreadNode &expr, int extraOffset = 0,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cgfunc.cpp90 Operand *X64CGFunc::SelectIread(const BaseNode &parent, IreadNode &expr, int extraOffset, in SelectIread() function in maplebe::X64CGFunc
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp382 return iSel.SelectIread(parent, ireadNode); in HandleIread()
1085 Operand *MPISel::SelectIread(const BaseNode &parent, const IreadNode &expr, int extraOffset) in SelectIread() function in maplebe::MPISel
H A Dcgfunc.cpp97 return cgFunc.SelectIread(parent, ireadNode); in HandleIread()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_cgfunc.h112 Operand *SelectIread(const BaseNode &parent, IreadNode &expr, int extraOffset = 0,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp918 Operand *AArch64CGFunc::SelectIread(const BaseNode &parent, IreadNode &expr, int extraOffset, in SelectIread() function in maplebe::AArch64CGFunc
2525 SelectIread(parent, *static_cast<IreadNode *>(node.Opnd(0)), static_cast<int>(bitOffset / k8BitSize), destType);

Completed in 23 milliseconds