Home
last modified time | relevance | path

Searched defs:tempReg (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_offset_adjust.cpp214 … RegOperand &tempReg = aarchCGFunc->GetOrCreatePhysicalRegisterOperand(R16, k64BitSize, kRegTyInt); in AdjustmentStackPointer() local
Daarch64_cgfunc.cpp159 RegOperand &tempReg = CreateRegisterOperandOfType(sType); in SelectCopyImm() local
182 …auto tempReg = CreateVirtualRegisterOperand(NewVReg(kRegTyInt, k32BitSize), k32BitSize, kRegTyInt); in SelectCopyImm() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_linear_scan_test.cpp371 …Register tempReg = DataType::IsFloatType(REG_TYPE) ? graph->GetArchTempVReg() : graph->GetArchTemp… in TestPhiMovesOverwriting() local
399 …Register tempReg = DataType::IsFloatType(REG_TYPE) ? graph->GetArchTempVReg() : graph->GetArchTemp… in TestPhiMovesOverwritingCyclic() local
421 …Register tempReg = DataType::IsFloatType(REG_TYPE) ? graph->GetArchTempVReg() : graph->GetArchTemp… in TestPhiMovesOverwritingCyclic() local
530 Register tempReg = GetGraph()->GetArchTempReg(); in PhiMovesOverwritingMixed() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.cpp230 auto tempReg = CheckAndResolveCyclicDependency(dstReg); in Reorder() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp1188 RegOperand &tempReg = in SelectCopy() local