Home
last modified time | relevance | path

Searched defs:vrNum (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_reg_info.cpp130 void X64RegInfo::FreeSpillRegMem(regno_t vrNum) in FreeSpillRegMem()
136 MemOperand *X64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem()
Dx64_cgfunc.cpp400 void X64CGFunc::FreeSpillRegMem(regno_t vrNum) in FreeSpillRegMem()
431 MemOperand *X64CGFunc::GetOrCreatSpillMem(regno_t vrNum, uint32 memSize) in GetOrCreatSpillMem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_info.cpp108 MemOperand *AArch64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem()
120 void AArch64RegInfo::FreeSpillRegMem(regno_t vrNum) in FreeSpillRegMem()
Daarch64_cgfunc.cpp4234 MemOperand *AArch64CGFunc::AdjustMemOperandIfOffsetOutOfRange(MemOperand *memOpnd, regno_t vrNum, b… in AdjustMemOperandIfOffsetOutOfRange()
4250 void AArch64CGFunc::FreeSpillRegMem(regno_t vrNum) in FreeSpillRegMem()
4281 MemOperand *AArch64CGFunc::GetOrCreatSpillMem(regno_t vrNum, uint32 memSize) in GetOrCreatSpillMem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dmemlayout.h214 SymbolAlloc *AssignLocationToSpillReg(regno_t vrNum, uint32 memByteSize) in AssignLocationToSpillReg()
225 SymbolAlloc *GetLocOfSpillRegister(regno_t vrNum, uint32 memByteSize) in GetLocOfSpillRegister()
Dcgfunc.h1073 int64 GetOrCreatSpillRegLocation(regno_t vrNum, uint32 memByteSize) in GetOrCreatSpillRegLocation()