Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_args.h32 RegType regType; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.h57 DataType::Type regType; member
Dreg_alloc_resolver.cpp389 auto regType = instInterval->GetType(); in ResolveOutput() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp52 char regType = (li.GetRegType() == kRegTyInt) ? 'R' : 'V'; in PrintLiveRanges() local
340 RegType regType = regOpnd.GetRegisterType(); in RecordPhysRegs() local
407 RegType regType = regOpnd.GetRegisterType(); in SetupLiveInterval() local
1156 auto regType = rli->GetRegType(); in InsertCallerSave() local
1294 RegType regType = regOpnd.GetRegisterType(); in SpillOperand() local
1365 RegType regType) in GetSpillPhyRegOperand()
1386 …anRegAllocator::FindLowestPrioInActive(LiveInterval *&targetLi, LiveInterval *li0, RegType regType) in FindLowestPrioInActive()
1446 RegType regType = li.GetRegType(); in HandleSpillForLi() local
1594 RegType regType = regOpnd->GetRegisterType(); in GetReplaceUdOpnd() local
1637 RegType regType = regOpnd->GetRegisterType(); in GetReplaceOpnd() local
Dpeep.cpp135 RegType regType = regOpnd.GetRegisterType(); in CheckRegLiveinReturnBB() local
348 RegType regType = regOpnd.GetRegisterType(); in CheckRegLiveinReturnBB() local
Dlive.cpp245 RegType regType = regOpnd.GetRegisterType(); in CollectLiveInfo() local
Disel.cpp758 PrimType regType = stmt.GetPrimType(); in SelectRegassign() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_args.cpp186 RegType regType = cgFunc->GetRegTyFromPrimTy(stype); in LoadStackArgsToVReg() local
222 RegType regType = (ploc.reg0 < V0) ? kRegTyInt : kRegTyFloat; in MoveArgsToVReg() local
Dx64_proepilog.cpp39 RegType regType = IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in GenerateCalleeSavedRegs() local
Dx64_emitter.cpp58 uint8 regType = -1; in TransferReg() local
Dx64_cgfunc.cpp562 uint8 regType = -1; in DumpRegInfo() local
Dx64_MPIsel.cpp359 PrimType regType = mirPreg->GetPrimType(); in SelectOverFlowCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_args.cpp138 RegType regType = (ploc.reg0 < V0) ? kRegTyInt : kRegTyFloat; in MoveArgsToVReg() local
Daarch64_insn.cpp395 uint32 regType = v->GetRegisterType(); in Visit() local
Daarch64_proepilog.cpp514 RegType regType = AArch64isa::IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in GeneratePushRegs() local
848 RegType regType = AArch64isa::IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in GeneratePopRegs() local
Daarch64_emitter.cpp134 RegType regType = static_cast<RegOperand &>(opnd).GetRegisterType(); in RecordRegInfo() local
Daarch64_cgfunc.cpp866 RegType regType = GetRegTyFromPrimTy(expr.GetPrimType()); in SelectIread() local
3153 RegType regType = GetRegTyFromPrimTy(primType); in CreateRegisterOperandOfType() local
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dinst_builder_dyn.cpp154 compiler::DataType::Type regType; in SetParamSpillFill() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1535 auto regType = GetRegType(vs); in HandleLdarrObj() local
3583 Type regType = GetRegType(v1); in CheckArrayStore() local
3631 Type regType = GetRegType(v1); in CheckArrayStoreExact() local
3844 Type regType = GetRegType(vs); in CheckArrayLoad() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc_lsra.h286 RegType regType = kRegTyUndef; variable
Dcgfunc.h324 regno_t NewVReg(RegType regType, uint32 size) in NewVReg()
1074 RegType regType = vRegNode.GetType(); in GetTypeFromPseudoRegIdx() local
Doperand.h460 RegType regType; variable
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp131 LLVMStackMapType::DwarfRegType regType; in GetStackSlotAddress() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp406 DataType::Type regType; in SetParamSpillFill() local