Searched defs:typeSize (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_call_conv.cpp | 116 uint64 typeSize = mirType.GetSize(); in LocateNextParm() local
|
| /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/runtime_core/static_core/compiler/tests/ |
| D | inst_generator_test.cpp | 527 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()
|
| 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/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/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 2228 auto typeSize = DataType::GetTypeSize(type, GetGraph()->GetArch()); in CreateLaunchArgsArray() local
|