Home
last modified time | relevance | path

Searched defs:regType (Results 1 - 25 of 29) sorted by relevance

12

/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
/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
/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
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h263 HRilRegType regType; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.h73 HLSLRegisterType regType; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.cpp568 BroadcastDnsSdServiceResult( const std::string &instName, const std::string &regType, const WifiP2pDevice &srcDevice) const BroadcastDnsSdServiceResult() argument
/third_party/python/Modules/
H A D_winapi.c2023 DWORD regType; in _winapi__mimetypes_read_windows_registry_impl() 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 42 milliseconds

12