Home
last modified time | relevance | path

Searched refs:GetOrCreateFramePointerRegOperand (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cgfunc.h176 RegOperand &GetOrCreateFramePointerRegOperand() override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp641 RegOperand &X64CGFunc::GetOrCreateFramePointerRegOperand() in GetOrCreateFramePointerRegOperand() function in maplebe::X64CGFunc
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h416 virtual RegOperand &GetOrCreateFramePointerRegOperand() = 0;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h441 RegOperand &GetOrCreateFramePointerRegOperand() override in GetOrCreateFramePointerRegOperand() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp9142 RegOperand &base = GetOrCreateFramePointerRegOperand(); in GetPseudoRegisterSpillMemoryOperand()