Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_offset_adjust.cpp61 insn.SetOperand(i, aarchCGFunc->GetOrCreateStackBaseRegOperand()); in AdjustmentOffsetForOpnd()
62 regOpnd = aarchCGFunc->GetOrCreateStackBaseRegOperand(); in AdjustmentOffsetForOpnd()
139 …wMemOpnd->SetBaseRegister(static_cast<RegOperand&>(aarchCGFunc->GetOrCreateStackBaseRegOperand())); in AdjustMemBaseReg()
Daarch64_memlayout.cpp513 RegOperand &baseOpnd = aarchCGFunc->GetOrCreateStackBaseRegOperand(); in AssignSpillLocationsToPseudoRegisters()
Daarch64_cgfunc.cpp7403 RegOperand &fpOpnd = GetOrCreateStackBaseRegOperand(); in GenRetCleanup()
7699 RegOperand &fpOpnd = GetOrCreateStackBaseRegOperand(); in HandleRCCall()
10204 RegOperand &baseOpnd = GetOrCreateStackBaseRegOperand(); in GetOrCreatSpillMem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp657 RegOperand &X64CGFunc::GetOrCreateStackBaseRegOperand() in GetOrCreateStackBaseRegOperand() function in maplebe::X64CGFunc
977 RegOperand &baseOpnd = GetOrCreateStackBaseRegOperand(); in GetOrCreatSpillMem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cgfunc.h179 RegOperand &GetOrCreateStackBaseRegOperand() override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h424 return GetOrCreateStackBaseRegOperand(); in GetOrCreateFramePointerRegOperand()
427 RegOperand &GetOrCreateStackBaseRegOperand() override in GetOrCreateStackBaseRegOperand() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h340 virtual RegOperand &GetOrCreateStackBaseRegOperand() = 0;