Searched defs:vrNum (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_reg_info.cpp | 172 void X64RegInfo::FreeSpillRegMem(regno_t vrNum) in FreeSpillRegMem() 178 MemOperand *X64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem() 184 MemOperand *X64RegInfo::AdjustMemOperandIfOffsetOutOfRange(MemOperand *memOpnd, regno_t vrNum, bool… in AdjustMemOperandIfOffsetOutOfRange()
|
| D | x64_cgfunc.cpp | 924 void X64CGFunc::FreeSpillRegMem(regno_t vrNum) in FreeSpillRegMem() 955 MemOperand *X64CGFunc::GetOrCreatSpillMem(regno_t vrNum, uint32 memSize) in GetOrCreatSpillMem()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_reg_info.cpp | 158 MemOperand *AArch64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem() 163 MemOperand *AArch64RegInfo::AdjustMemOperandIfOffsetOutOfRange(MemOperand *memOpnd, regno_t vrNum, … in AdjustMemOperandIfOffsetOutOfRange() 170 void AArch64RegInfo::FreeSpillRegMem(regno_t vrNum) in FreeSpillRegMem()
|
| D | aarch64_cgfunc.cpp | 10131 MemOperand *AArch64CGFunc::AdjustMemOperandIfOffsetOutOfRange(MemOperand *memOpnd, regno_t vrNum, b… in AdjustMemOperandIfOffsetOutOfRange() 10147 void AArch64CGFunc::FreeSpillRegMem(regno_t vrNum) in FreeSpillRegMem() 10178 MemOperand *AArch64CGFunc::GetOrCreatSpillMem(regno_t vrNum, uint32 memSize) in GetOrCreatSpillMem()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | memlayout.h | 208 SymbolAlloc *AssignLocationToSpillReg(regno_t vrNum, uint32 memByteSize) in AssignLocationToSpillReg() 219 SymbolAlloc *GetLocOfSpillRegister(regno_t vrNum, uint32 memByteSize) in GetLocOfSpillRegister()
|
| D | cgfunc.h | 1574 int64 GetOrCreatSpillRegLocation(regno_t vrNum, uint32 memByteSize) in GetOrCreatSpillRegLocation()
|