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.cpp384 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
332 RegType regType = regOpnd.GetRegisterType(); in RecordPhysRegs() local
399 RegType regType = regOpnd.GetRegisterType(); in SetupLiveInterval() local
1145 auto regType = rli->GetRegType(); in InsertCallerSave() local
1283 RegType regType = regOpnd.GetRegisterType(); in SpillOperand() local
1354 RegType regType) in GetSpillPhyRegOperand()
1375 …anRegAllocator::FindLowestPrioInActive(LiveInterval *&targetLi, LiveInterval *li0, RegType regType) in FindLowestPrioInActive()
1435 RegType regType = li.GetRegType(); in HandleSpillForLi() local
1583 RegType regType = regOpnd->GetRegisterType(); in GetReplaceUdOpnd() local
1626 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.cpp699 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.cpp516 uint8 regType = -1; in DumpRegInfo() local
Dx64_MPIsel.cpp358 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.cpp898 RegType regType = GetRegTyFromPrimTy(expr.GetPrimType()); in SelectIread() local
3189 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/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp129 LLVMStackMapType::DwarfRegType regType; in GetStackSlotAddress() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc_lsra.h282 RegType regType = kRegTyUndef; variable
Dcgfunc.h310 regno_t NewVReg(RegType regType, uint32 size) in NewVReg()
1060 RegType regType = vRegNode.GetType(); in GetTypeFromPseudoRegIdx() local
Doperand.h460 RegType regType; variable
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1535 auto regType = GetRegType(vs); in HandleLdarrObj() local
3737 Type regType = GetRegType(v1); in CheckArrayStore() local
3785 Type regType = GetRegType(v1); in CheckArrayStoreExact() local
3998 Type regType = GetRegType(vs); in CheckArrayLoad() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp406 DataType::Type regType; in SetParamSpillFill() local