| /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/src/cg/aarch64/ |
| D | aarch64_regsaves.cpp | 71 RegType regType = regOpnd.GetRegisterType(); in CollectLiveInfo() local 586 RegType regType = AArch64isa::IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in InsertCalleeSaveCode() local 763 RegType regType = AArch64isa::IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in InsertCalleeRestoreCode() local 789 RegType regType = AArch64isa::IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in InsertCalleeRestoreCode() local
|
| D | aarch64_reg_info.cpp | 94 RegType regType = regOpnd.GetRegisterType(); in IsUnconcernedReg() local
|
| D | aarch64_color_ra.cpp | 368 RegType regType = regOpnd.GetRegisterType(); in IsUnconcernedReg() local 1064 void GraphColorRegAllocator::AddCalleeUsed(regno_t regNO, RegType regType) in AddCalleeUsed() 1080 RegType regType = lr.GetRegType(); in TryToAssignCallerSave() local 2224 RegType regType) in GetConsistentReuseMem() 2255 uint32 size, RegType regType) in GetCommonReuseMem() 2281 MemOperand *GraphColorRegAllocator::GetReuseMem(uint32 vregNO, uint32 size, RegType regType) in GetReuseMem() 2351 RegType regType = regOpnd.GetRegisterType(); in SpillOperandForSpillPre() local 2490 regno_t GraphColorRegAllocator::PickRegForSpill(uint64 &usedRegMask, RegType regType, uint32 spillI… in PickRegForSpill() 2549 RegType regType = lr.GetRegType(); in SetRegForSpill() local
|
| D | aarch64_args.cpp | 146 RegType regType = (ploc.reg0 < V0) ? kRegTyInt : kRegTyFloat; in MoveArgsToVReg() local
|
| D | aarch64_reg_coalesce.cpp | 34 RegType regType = regOpnd.GetRegisterType(); in IsUnconcernedReg() local
|
| D | aarch64_ssa.cpp | 355 RegType regType = a64RegOpnd->GetRegisterType(); in Visit() local
|
| D | aarch64_insn.cpp | 431 uint32 regType = v->GetRegisterType(); in Visit() local
|
| D | aarch64_proepilog.cpp | 676 RegType regType = AArch64isa::IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in GeneratePushRegs() local 1168 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 | 384 auto regType = instInterval->GetType(); in ResolveOutput() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_args.cpp | 196 RegType regType = cgFunc->GetRegTyFromPrimTy(stype); in LoadStackArgsToVReg() local 232 RegType regType = (ploc.reg0 < V0) ? kRegTyInt : kRegTyFloat; in MoveArgsToVReg() local
|
| D | x64_reg_info.cpp | 77 RegType regType = regOpnd.GetRegisterType(); in IsUnconcernedReg() local
|
| D | x64_proepilog.cpp | 42 RegType regType = IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in GenerateCalleeSavedRegs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reg_alloc_lsra.cpp | 75 char regType = (li.GetRegType() == kRegTyInt) ? 'R' : 'V'; in PrintLiveRanges() local 484 RegType regType = regOpnd.GetRegisterType(); in RecordPhysRegs() local 566 RegType regType = regOpnd.GetRegisterType(); in SetupLiveInterval() local 1367 auto regType = rli->GetRegType(); in InsertCallerSave() local 1504 RegType regType = regOpnd.GetRegisterType(); in SpillOperand() local 1575 …anRegAllocator::FindLowestPrioInActive(LiveInterval *&targetLi, LiveInterval *li0, RegType regType) in FindLowestPrioInActive() 1635 RegType regType = li.GetRegType(); in HandleSpillForLi() local 1784 RegType regType = regOpnd->GetRegisterType(); in GetReplaceUdOpnd() local 1827 RegType regType = regOpnd->GetRegisterType(); in GetReplaceOpnd() local
|
| D | schedule.cpp | 121 RegType regType = GetRegisterType(defReg); in Init() local 267 RegType regType = GetRegisterType(reg); in CalculatePressure() local 350 RegType regType = GetRegisterType(reg); in UpdateBBPressure() local
|
| D | peep.cpp | 256 RegType regType = regOpnd.GetRegisterType(); in CheckRegLiveinReturnBB() local 469 RegType regType = regOpnd.GetRegisterType(); in CheckRegLiveinReturnBB() local
|
| D | live.cpp | 312 RegType regType = regOpnd.GetRegisterType(); in CollectLiveInfo() local
|
| D | reg_alloc_basic.cpp | 183 RegType regType = opnd.GetRegisterType(); in AllocatePhysicalRegister() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | reg_coalesce.h | 209 RegType regType = kRegTyUndef; variable
|
| D | cgfunc.h | 579 regno_t NewVReg(RegType regType, uint32 size) in NewVReg() 1708 RegType regType = vRegNode.GetType(); in GetTypeFromPseudoRegIdx() local
|
| D | reg_alloc_lsra.h | 554 RegType regType = kRegTyUndef; variable
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | ark_stackmap_parser.cpp | 130 LLVMStackMapType::DwarfRegType regType; in GetStackSlotAddress() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 1532 auto regType = GetRegType(vs); in HandleLdarrObj() local 3734 Type regType = GetRegType(v1); in CheckArrayStore() local 3782 Type regType = GetRegType(v1); in CheckArrayStoreExact() local 3995 Type regType = GetRegType(vs); in CheckArrayLoad() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 403 DataType::Type regType; in SetParamSpillFill() local
|