Searched defs:typeSize (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test.h | 34 auto typeSize = ark::compiler::TypeInfo(T(0)).GetSize(); in RandomMaskGen() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_call_conv.cpp | 263 uint64 typeSize = mirType.GetSize(); in LocateNextParm() local
|
| D | aarch64_cgfunc.cpp | 2291 uint32 typeSize = GetPrimTypeBitSize(x->GetPrimType()); in SelectReturnSendOfStructInRegs() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator_test.cpp | 526 T DoShift(T value, ShiftType shiftType, uint64_t scale, uint8_t typeSize) in DoShift() 553 [[maybe_unused]] ShiftType shiftType, [[maybe_unused]] uint8_t typeSize) in DoLogic()
|
| D | lowering_test.cpp | 2683 auto typeSize = DataType::GetTypeSize(type, graph1->GetArch()); in TEST_F() local 2728 auto typeSize = DataType::GetTypeSize(type, graph1->GetArch()); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 320 auto typeSize = elemSize * numElems; in ComputeArrayTypeSizesAligns() local
|
| D | lower.cpp | 2337 …int64 typeSize = static_cast<int64>(beCommon.GetTypeSize(static_cast<SizeoftypeNode &>(expr).GetTy… in LowerExpr() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 1237 auto typeSize = DataType::GetTypeSize(currType, arch); in VisitCastCase3() local 1490 auto typeSize = DataType::GetTypeSize(inst->GetType(), arch); in EliminateInstPrecedingStore() local
|
| D | lowering.cpp | 288 auto typeSize = DataType::GetTypeSize(inst->GetType(), graph->GetArch()); in ReplaceSignedDivPowerOfTwo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgfunc.cpp | 1890 uint32 typeSize; in CreateLmbcFormalParamInfo() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1916 auto typeSize = DataType::GetTypeSize(type, GetGraph()->GetArch()); in CreateLaunchArgsArray() local
|