Searched defs:usedRegMask (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 3334 uint64 &usedRegMask) in SetAvailableSpillReg() 3400 regno_t GraphColorRegAllocator::PickRegForSpill(uint64 &usedRegMask, RegType regType, uint32 spillI… in PickRegForSpill() 3445 …ocator::SetRegForSpill(LiveRange &lr, Insn &insn, uint32 spillIdx, uint64 &usedRegMask, bool isDef) in SetRegForSpill() 3482 uint64 &usedRegMask, bool isDef) in GetReplaceOpndForLRA() 3532 …orRegAllocator::GetSpillReg(Insn &insn, LiveRange &lr, const uint32 &spillIdx, uint64 &usedRegMask, in GetSpillReg() 3728 uint64 &usedRegMask, bool isDef) in GetReplaceOpnd() 3816 void GraphColorRegAllocator::MarkUsedRegs(Operand &opnd, uint64 &usedRegMask) in MarkUsedRegs() 3838 uint64 usedRegMask = 0; in FinalizeRegisterPreprocess() local 4959 uint64 usedRegMask = FinalizeRegisterPreprocess(*fInfo, *insn, needProcces); in FinalizeRegisters() local
|