| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_args.h | 32 RegType regType; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_args.h | 30 RegType regType; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_regsaves.cpp | 71 RegType regType = regOpnd.GetRegisterType(); in CollectLiveInfo() local 582 RegType regType = AArch64isa::IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in InsertCalleeSaveCode() local 757 RegType regType = AArch64isa::IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in InsertCalleeRestoreCode() local 783 RegType regType = AArch64isa::IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in InsertCalleeRestoreCode() local
|
| D | aarch64_color_ra.cpp | 676 RegType regType = regOpnd.GetRegisterType(); in IsUnconcernedReg() local 1690 void GraphColorRegAllocator::AddCalleeUsed(regno_t regNO, RegType regType) in AddCalleeUsed() 1707 RegType regType = lr.GetRegType(); in FindColorForLr() local 1761 RegType regType = lr.GetRegType(); in TryToAssignCallerSave() local 2952 RegType regType) in GetConsistentReuseMem() 2983 uint32 size, RegType regType) in GetCommonReuseMem() 3009 MemOperand *GraphColorRegAllocator::GetReuseMem(uint32 vregNO, uint32 size, RegType regType) in GetReuseMem() 3079 RegType regType = regOpnd.GetRegisterType(); in SpillOperandForSpillPre() local 3139 RegType regType = regOpnd.GetRegisterType(); in SpillOperandForSpillPost() local 3251 RegType regType = regOpnd.GetRegisterType(); in SpillOperand() local [all …]
|
| D | aarch64_reg_info.cpp | 109 RegType regType = regOpnd.GetRegisterType(); in IsUnconcernedReg() local
|
| D | aarch64_reg_coalesce.cpp | 34 RegType regType = regOpnd.GetRegisterType(); in IsUnconcernedReg() local
|
| D | aarch64_insn.cpp | 422 uint32 regType = v->GetRegisterType(); in Visit() local
|
| D | aarch64_ssa.cpp | 353 RegType regType = a64RegOpnd->GetRegisterType(); in Visit() local
|
| D | aarch64_args.cpp | 397 RegType regType = (ploc.reg0 < V0) ? kRegTyInt : kRegTyFloat; in MoveArgsToVReg() local
|
| D | aarch64_proepilog.cpp | 1296 RegType regType = AArch64isa::IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in GeneratePushRegs() local 1838 RegType regType = AArch64isa::IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in GeneratePopRegs() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.h | 57 DataType::Type regType; member
|
| D | reg_alloc_resolver.cpp | 385 auto regType = instInterval->GetType(); in ResolveOutput() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reg_alloc_lsra.cpp | 515 RegType regType = regOpnd.GetRegisterType(); in RecordPhysRegs() local 600 RegType regType = regOpnd.GetRegisterType(); in SetupLiveInterval() local 726 RegType regType = regOpnd.GetRegisterType(); in SetupIntervalRangesByOperand() local 1448 auto regType = rli->GetRegType(); in InsertCallerSave() local 1604 RegType regType = regOpnd.GetRegisterType(); in SpillOperand() local 1681 …anRegAllocator::FindLowestPrioInActive(LiveInterval *&targetLi, LiveInterval *li0, RegType regType) in FindLowestPrioInActive() 1740 RegType regType = li.GetRegType(); in HandleSpillForLi() local 1888 RegType regType = regOpnd->GetRegisterType(); in GetReplaceUdOpnd() local 1934 RegType regType = regOpnd->GetRegisterType(); in GetReplaceOpnd() local
|
| D | schedule.cpp | 120 RegType regType = GetRegisterType(defReg); in Init() local 266 RegType regType = GetRegisterType(reg); in CalculatePressure() local 349 RegType regType = GetRegisterType(reg); in UpdateBBPressure() local
|
| D | peep.cpp | 262 RegType regType = regOpnd.GetRegisterType(); in CheckRegLiveinReturnBB() local 482 RegType regType = regOpnd.GetRegisterType(); in CheckRegLiveinReturnBB() local
|
| D | live.cpp | 295 RegType regType = regOpnd.GetRegisterType(); in CollectLiveInfo() local
|
| D | reg_alloc_basic.cpp | 188 RegType regType = opnd.GetRegisterType(); in AllocatePhysicalRegister() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_args.cpp | 193 RegType regType = cgFunc->GetRegTyFromPrimTy(stype); in LoadStackArgsToVReg() local 229 RegType regType = (ploc.reg0 < V0) ? kRegTyInt : kRegTyFloat; in MoveArgsToVReg() local
|
| D | x64_reg_info.cpp | 86 RegType regType = regOpnd.GetRegisterType(); in IsUnconcernedReg() local
|
| D | x64_proepilog.cpp | 52 RegType regType = IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in GenerateCalleeSavedRegs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | reg_coalesce.h | 208 RegType regType = kRegTyUndef; variable
|
| D | cgfunc.h | 495 regno_t NewVReg(RegType regType, uint32 size) in NewVReg() 1560 RegType regType = vRegNode.GetType(); in GetTypeFromPseudoRegIdx() local
|
| D | reg_alloc_lsra.h | 549 RegType regType = kRegTyUndef; variable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 221 DataType::Type regType; in SetParamSpillFill() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 1545 auto regType = GetRegType(vs); in HandleLdarrObj() local 3786 Type regType = GetRegType(v1); in CheckArrayStore() local 3834 Type regType = GetRegType(v1); in CheckArrayStoreExact() local 4054 Type regType = GetRegType(vs); in CheckArrayLoad() local
|