Searched defs:typeSize (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_call_conv.cpp | 306 uint64 typeSize = beCommon.GetTypeSize(mirType.GetTypeIndex()); in LocateNextParm() local 410 …4CallConvImpl::ProcessPtyAggWhenLocateNextParm(MIRType &mirType, CCLocInfo &pLoc, uint64 &typeSize, in ProcessPtyAggWhenLocateNextParm()
|
| D | aarch64_cgfunc.cpp | 2788 uint32 typeSize = GetBecommon().GetTypeSize(mirType->GetTypeIndex()); in SelectReturnSendOfStructInRegs() local 2887 uint32 typeSize = GetBecommon().GetTypeSize(mirType->GetTypeIndex()); in SelectReturnSendOfStructInRegs() local 2924 uint32 typeSize = GetPrimTypeSize(x->GetPrimType()); in SelectReturnSendOfStructInRegs() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator_test.cpp | 486 T DoShift(T value, ShiftType shiftType, uint64_t scale, uint8_t typeSize) in DoShift() 513 [[maybe_unused]] ShiftType shiftType, [[maybe_unused]] uint8_t typeSize) in DoLogic()
|
| D | peepholes_test.cpp | 2993 auto typeSize = DataType::GetTypeSize(type, graph1->GetArch()); in TEST_F() local 3041 auto typeSize = DataType::GetTypeSize(type, graph1->GetArch()); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 1282 auto typeSize = DataType::GetTypeSize(currType, arch); in VisitCastCase3() local 1517 auto typeSize = DataType::GetTypeSize(inst->GetType(), arch); in EliminateInstPrecedingStore() local 1819 auto typeSize = DataType::GetTypeSize(inst->GetType(), graph->GetArch()); in TryReplaceDivByShrAndAshr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 332 auto typeSize = elemSize * numElems; in ComputeArrayTypeSizesAligns() local
|
| D | lower.cpp | 2753 int64 typeSize = beCommon.GetTypeSize(static_cast<SizeoftypeNode &>(expr).GetTyIdx()); in LowerExpr() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 795 …auto typeSize = DataType::GetTypeSize(inst->GetType(), inst->GetBasicBlock()->GetGraph()->GetArch(… in VisitAShr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgfunc.cpp | 1815 uint32 typeSize; in CreateLmbcFormalParamInfo() local
|