Home
last modified time | relevance | path

Searched defs:regNO (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_abi.cpp115 bool IsSpillRegInRA(X64reg regNO, bool has3RegOpnd) in IsSpillRegInRA() argument
H A Dx64_reg_info.cpp69 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 Daarch64_abi.cpp54 bool IsCallerSaveReg(AArch64reg regNO) in IsCallerSaveReg() argument
138 bool IsSpillRegInRA(AArch64reg regNO, bool has3RegOpnd) in IsSpillRegInRA() argument
[all...]
H A Daarch64_obj_emitter.cpp432 uint32 regNO = regOpnd.GetRegisterNumber(); in GetOpndMachineValue() local
H A Daarch64_reg_info.cpp54 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 Daarch64_insn.cpp44 regno_t regNO = v->GetRegisterNumber(); in Visit() local
H A Daarch64_proepilog.cpp531 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 Dreg_info.h53 regno_t regNO = kInvalidRegNO; /* physical register assigned by register allocation */ member in maplebe::VirtualRegNode
[all...]
H A Dcfi.h155 uint32 regNO; member in cfi::RegOperand
H A Dstackmap.h133 void ReocordRegisterRoots(uint32 regNO) in ReocordRegisterRoots() argument
H A Dcall_conv.h238 regno_t regNO = 0; /* param reg num or starting reg num if numRegs > 0 */ member in maplebe::LmbcFormalParamInfo
H A Dreg_alloc_lsra.h278 uint32 regNO = 0; member in maplebe::LSRALinearScanRegAllocator::LiveInterval
H A Dcgfunc.h260 void AddReferenceReg(regno_t regNO) in AddReferenceReg() argument
H A Doperand.h459 regno_t regNO; global() member in maplebe::RegOperand
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dpeep.cpp137 regno_t regNO = regOpnd.GetRegisterNumber(); in CheckRegLiveinReturnBB() local
350 regno_t regNO = regOpnd.GetRegisterNumber(); in CheckRegLiveinReturnBB() local
H A Dlive.cpp247 regno_t regNO = regOpnd.GetRegisterNumber(); in CollectLiveInfo() local
H A Dreg_alloc_lsra.cpp334 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...]

Completed in 18 milliseconds