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.cpp83 insn.SetOperand(i, aarchCGFunc->GetOrCreateStackBaseRegOperand()); in AdjustmentOffsetForOpnd()
84 regOpnd = aarchCGFunc->GetOrCreateStackBaseRegOperand(); in AdjustmentOffsetForOpnd()
114 …MemOpnd->SetBaseRegister(static_cast<RegOperand &>(aarchCGFunc->GetOrCreateStackBaseRegOperand())); in AdjustMemBaseReg()
Daarch64_cgfunc.cpp4318 RegOperand &baseOpnd = GetOrCreateStackBaseRegOperand(); in GetOrCreatSpillMem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp365 RegOperand &X64CGFunc::GetOrCreateStackBaseRegOperand() in GetOrCreateStackBaseRegOperand() function in maplebe::X64CGFunc
499 RegOperand &baseOpnd = GetOrCreateStackBaseRegOperand(); in GetOrCreatSpillMem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cgfunc.h119 RegOperand &GetOrCreateStackBaseRegOperand() override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h259 return GetOrCreateStackBaseRegOperand(); in GetOrCreateFramePointerRegOperand()
262 RegOperand &GetOrCreateStackBaseRegOperand() override in GetOrCreateStackBaseRegOperand() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h256 virtual RegOperand &GetOrCreateStackBaseRegOperand() = 0;