/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_abi.cpp | 115 bool IsSpillRegInRA(X64reg regNO, bool has3RegOpnd) in IsSpillRegInRA() argument
|
H A D | x64_reg_info.cpp | 69 GetOrCreatePhyRegOperand(regno_t regNO, uint32 size, RegType kind, uint32 flag) GetOrCreatePhyRegOperand() argument [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_abi.cpp | 54 bool IsCallerSaveReg(AArch64reg regNO) in IsCallerSaveReg() argument 138 bool IsSpillRegInRA(AArch64reg regNO, bool has3RegOpnd) in IsSpillRegInRA() argument [all...] |
H A D | aarch64_obj_emitter.cpp | 432 uint32 regNO = regOpnd.GetRegisterNumber(); in GetOpndMachineValue() local
|
H A D | aarch64_reg_info.cpp | 54 IsSpillRegInRA(regno_t regNO, bool has3RegOpnd) IsSpillRegInRA() argument 84 GetOrCreatePhyRegOperand(regno_t regNO, uint32 size, maplebe::RegType kind, uint32 flag) GetOrCreatePhyRegOperand() argument [all...] |
H A D | aarch64_insn.cpp | 44 regno_t regNO = v->GetRegisterNumber(); in Visit() local
|
H A D | aarch64_proepilog.cpp | 531 uint16 regNO = static_cast<uint16>(intRegFirstHalf - 1); in GeneratePushRegs() local 538 uint16 regNO = static_cast<uint16>(fpRegFirstHalf - V8 + 72); in GeneratePushRegs() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | reg_info.h | 53 regno_t regNO = kInvalidRegNO; /* physical register assigned by register allocation */ member in maplebe::VirtualRegNode [all...] |
H A D | cfi.h | 155 uint32 regNO; member in cfi::RegOperand
|
H A D | stackmap.h | 133 void ReocordRegisterRoots(uint32 regNO) in ReocordRegisterRoots() argument
|
H A D | call_conv.h | 238 regno_t regNO = 0; /* param reg num or starting reg num if numRegs > 0 */ member in maplebe::LmbcFormalParamInfo
|
H A D | reg_alloc_lsra.h | 278 uint32 regNO = 0; member in maplebe::LSRALinearScanRegAllocator::LiveInterval
|
H A D | cgfunc.h | 260 void AddReferenceReg(regno_t regNO) in AddReferenceReg() argument
|
H A D | operand.h | 459 regno_t regNO; global() member in maplebe::RegOperand [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | peep.cpp | 137 regno_t regNO = regOpnd.GetRegisterNumber(); in CheckRegLiveinReturnBB() local 350 regno_t regNO = regOpnd.GetRegisterNumber(); in CheckRegLiveinReturnBB() local
|
H A D | live.cpp | 247 regno_t regNO = regOpnd.GetRegisterNumber(); in CollectLiveInfo() local
|
H A D | reg_alloc_lsra.cpp | 334 uint32 regNO = regOpnd.GetRegisterNumber(); RecordPhysRegs() local 371 UpdateRegUsedInfo(LiveInterval &li, regno_t regNO) UpdateRegUsedInfo() argument 406 uint32 regNO = regOpnd.GetRegisterNumber(); SetupLiveInterval() local 909 uint32 regNO = regOpnd.GetRegisterNumber(); LiveIntervalAnalysis() local 981 uint32 regNO = activeLi->GetAssignedReg(); UpdateActiveAllocateInfo() local 1076 uint32 regNO = preg + offset; GetRegFromMask() local 1126 uint32 regNO = 0; FindAvailablePhyReg() local 1215 GetSpillMem(uint32 vRegNO, bool isDest, Insn &insn, regno_t regNO, bool &isOutOfRange, uint32 bitSize) const GetSpillMem() argument 1269 uint32 regNO = regOpnd.GetRegisterNumber(); SpillOperand() local 1369 regno_t regNO = li->GetAssignedReg(); FindLowestPrioInActive() local 1526 uint32 regNO = FindAvailablePhyReg(li); AssignPhysRegs() local [all...] |