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/
H A Dx64_args.h32 RegType regType; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dreg_info.h51 RegType regType = kRegTyUndef; member in maplebe::VirtualRegNode
H A Dreg_alloc_lsra.h282 RegType regType = kRegTyUndef; member in maplebe::LSRALinearScanRegAllocator::LiveInterval
H A Dcgfunc.h320 regno_t NewVReg(RegType regType, uint32 size) in NewVReg() argument
1071 RegType regType = vRegNode.GetType(); in GetTypeFromPseudoRegIdx() local
H A Doperand.h460 RegType regType; member in maplebe::RegOperand
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dspill_fills_resolver.h57 DataType::Type regType; member
H A Dreg_alloc_resolver.cpp384 auto regType = instInterval->GetType(); in ResolveOutput() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
H A Dark_stackmap_parser.cpp130 LLVMStackMapType::DwarfRegType regType; in GetStackSlotAddress() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_args.cpp141 RegType regType = (ploc.reg0 < V0) ? kRegTyInt : kRegTyFloat; in MoveArgsToVReg() local
H A Daarch64_insn.cpp399 uint32 regType = v->GetRegisterType(); in Visit() local
H A Daarch64_proepilog.cpp513 RegType regType = AArch64isa::IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in GeneratePushRegs() local
847 RegType regType = AArch64isa::IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in GeneratePopRegs() local
H A Daarch64_emitter.cpp139 RegType regType = static_cast<RegOperand &>(opnd).GetRegisterType(); in RecordRegInfo() local
H A Daarch64_cgfunc.cpp930 RegType regType = GetRegTyFromPrimTy(expr.GetPrimType()); in SelectIread() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dpeep.cpp138 RegType regType = regOpnd.GetRegisterType(); in CheckRegLiveinReturnBB() local
351 RegType regType = regOpnd.GetRegisterType(); in CheckRegLiveinReturnBB() local
H A Dlive.cpp248 RegType regType = regOpnd.GetRegisterType(); in CollectLiveInfo() local
H A Disel.cpp705 PrimType regType = stmt.GetPrimType(); in SelectRegassign() local
H A Dreg_alloc_lsra.cpp53 char regType = (li.GetRegType() == kRegTyInt) ? 'R' : 'V'; in PrintLiveRanges() local
333 RegType regType = regOpnd.GetRegisterType(); in RecordPhysRegs() local
400 RegType regType = regOpnd.GetRegisterType(); in SetupLiveInterval() local
1145 auto regType = rli->GetRegType(); InsertCallerSave() local
1282 RegType regType = regOpnd.GetRegisterType(); SpillOperand() local
1353 FindLowestPrioInActive(LiveInterval *&targetLi, LiveInterval *li0, RegType regType) FindLowestPrioInActive() argument
1413 RegType regType = li.GetRegType(); HandleSpillForLi() local
1563 RegType regType = regOpnd->GetRegisterType(); GetReplaceUdOpnd() local
1606 RegType regType = regOpnd->GetRegisterType(); GetReplaceOpnd() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_args.cpp187 RegType regType = cgFunc->GetRegTyFromPrimTy(stype); in LoadStackArgsToVReg() local
223 RegType regType = (ploc.reg0 < V0) ? kRegTyInt : kRegTyFloat; MoveArgsToVReg() local
[all...]
H A Dx64_proepilog.cpp42 RegType regType = IsGPRegister(reg) ? kRegTyInt : kRegTyFloat; in GenerateCalleeSavedRegs() local
H A Dx64_emitter.cpp60 uint8 regType = -1; in TransferReg() local
H A Dx64_cgfunc.cpp519 uint8 regType = -1; in DumpRegInfo() local
H A Dx64_MPIsel.cpp363 PrimType regType = mirPreg->GetPrimType(); in SelectOverFlowCall() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp406 DataType::Type regType; in SetParamSpillFill() local
/arkcompiler/runtime_core/static_core/verification/absint/
H A 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 in CheckArrayLoad() local
[all...]

Completed in 40 milliseconds