Home
last modified time | relevance | path

Searched defs:typeSize (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp116 uint64 typeSize = mirType.GetSize(); in LocateNextParm() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test.h34 auto typeSize = ark::compiler::TypeInfo(T(0)).GetSize(); in RandomMaskGen() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator_test.cpp527 T DoShift(T value, ShiftType shiftType, uint64_t scale, uint8_t typeSize) in DoShift()
555 [[maybe_unused]] ShiftType shiftType, [[maybe_unused]] uint8_t typeSize) in DoLogic()
Dlowering_test.cpp2683 auto typeSize = DataType::GetTypeSize(type, graph1->GetArch()); in TEST_F() local
2728 auto typeSize = DataType::GetTypeSize(type, graph1->GetArch()); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1263 auto typeSize = DataType::GetTypeSize(currType, arch); in VisitCastCase3() local
1515 auto typeSize = DataType::GetTypeSize(inst->GetType(), arch); in EliminateInstPrecedingStore() local
Dlowering.cpp302 auto typeSize = DataType::GetTypeSize(inst->GetType(), graph->GetArch()); in ReplaceSignedDivPowerOfTwo() local