Searched refs:SelectIread (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | isel.h | 79 Operand *SelectIread(const BaseNode &parent, const IreadNode &expr, int extraOffset = 0);
|
H A D | cgfunc.h | 193 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 D | x64_cgfunc.h | 58 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 D | x64_cgfunc.cpp | 90 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 D | isel.cpp | 382 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 D | cgfunc.cpp | 97 return cgFunc.SelectIread(parent, ireadNode); in HandleIread()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
H A D | aarch64_cgfunc.h | 112 Operand *SelectIread(const BaseNode &parent, IreadNode &expr, int extraOffset = 0,
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_cgfunc.cpp | 918 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