Home
last modified time | relevance | path

Searched defs:regType (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_args.h32 RegType regType; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_regsaves.cpp71 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
Daarch64_reg_info.cpp94 RegType regType = regOpnd.GetRegisterType(); in IsUnconcernedReg() local
Daarch64_color_ra.cpp368 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
Daarch64_args.cpp146 RegType regType = (ploc.reg0 < V0) ? kRegTyInt : kRegTyFloat; in MoveArgsToVReg() local
Daarch64_reg_coalesce.cpp34 RegType regType = regOpnd.GetRegisterType(); in IsUnconcernedReg() local
Daarch64_ssa.cpp355 RegType regType = a64RegOpnd->GetRegisterType(); in Visit() local
Daarch64_insn.cpp431 uint32 regType = v->GetRegisterType(); in Visit() local
Daarch64_proepilog.cpp676 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/
Dspill_fills_resolver.h57 DataType::Type regType; member
Dreg_alloc_resolver.cpp384 auto regType = instInterval->GetType(); in ResolveOutput() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_args.cpp196 RegType regType = cgFunc->GetRegTyFromPrimTy(stype); in LoadStackArgsToVReg() local
232 RegType regType = (ploc.reg0 < V0) ? kRegTyInt : kRegTyFloat; in MoveArgsToVReg() local
Dx64_reg_info.cpp77 RegType regType = regOpnd.GetRegisterType(); in IsUnconcernedReg() local
Dx64_proepilog.cpp42 RegType regType = IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in GenerateCalleeSavedRegs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp75 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
Dschedule.cpp121 RegType regType = GetRegisterType(defReg); in Init() local
267 RegType regType = GetRegisterType(reg); in CalculatePressure() local
350 RegType regType = GetRegisterType(reg); in UpdateBBPressure() local
Dpeep.cpp256 RegType regType = regOpnd.GetRegisterType(); in CheckRegLiveinReturnBB() local
469 RegType regType = regOpnd.GetRegisterType(); in CheckRegLiveinReturnBB() local
Dlive.cpp312 RegType regType = regOpnd.GetRegisterType(); in CollectLiveInfo() local
Dreg_alloc_basic.cpp183 RegType regType = opnd.GetRegisterType(); in AllocatePhysicalRegister() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_coalesce.h209 RegType regType = kRegTyUndef; variable
Dcgfunc.h579 regno_t NewVReg(RegType regType, uint32 size) in NewVReg()
1708 RegType regType = vRegNode.GetType(); in GetTypeFromPseudoRegIdx() local
Dreg_alloc_lsra.h554 RegType regType = kRegTyUndef; variable
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp130 LLVMStackMapType::DwarfRegType regType; in GetStackSlotAddress() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1532 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/
Dinst_builder.cpp403 DataType::Type regType; in SetParamSpillFill() local

12