Home
last modified time | relevance | path

Searched refs:GetOrCreateStackBaseRegOperand (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_offset_adjust.cpp65 insn.SetOperand(i, aarchCGFunc->GetOrCreateStackBaseRegOperand()); in AdjustmentOffsetForOpnd()
66 regOpnd = aarchCGFunc->GetOrCreateStackBaseRegOperand(); in AdjustmentOffsetForOpnd()
96 …MemOpnd->SetBaseRegister(static_cast<RegOperand &>(aarchCGFunc->GetOrCreateStackBaseRegOperand())); in AdjustMemBaseReg()
Daarch64_cgfunc.cpp6770 RegOperand &fpOpnd = GetOrCreateStackBaseRegOperand(); in GenRetCleanup()
7027 RegOperand &fpOpnd = GetOrCreateStackBaseRegOperand(); in HandleRCCall()
9116 RegOperand &baseOpnd = GetOrCreateStackBaseRegOperand(); in GetOrCreatSpillMem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp647 RegOperand &X64CGFunc::GetOrCreateStackBaseRegOperand() in GetOrCreateStackBaseRegOperand() function in maplebe::X64CGFunc
969 RegOperand &baseOpnd = GetOrCreateStackBaseRegOperand(); in GetOrCreatSpillMem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cgfunc.h177 RegOperand &GetOrCreateStackBaseRegOperand() override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h443 return GetOrCreateStackBaseRegOperand(); in GetOrCreateFramePointerRegOperand()
446 RegOperand &GetOrCreateStackBaseRegOperand() override in GetOrCreateStackBaseRegOperand() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h417 virtual RegOperand &GetOrCreateStackBaseRegOperand() = 0;