Searched full:acc_type (Results 1 – 25 of 139) sorted by relevance
123456
| /arkcompiler/runtime_core/verification/ |
| D | messages.yaml | 69 args: field, field_type, acc_type, subtypes, field_subtypes 71 Field is '${field}'. Field type is '${field_type}'. Accumulator type is '${acc_type}'. 101 args: return_type, acc_type 103 Function return type: '${return_type}'. Value type in accumulator: '${acc_type}'. 108 args: return_type, acc_type, compatible_acc_types 110 Function return type: '${return_type}'. Value type in accumulator: '${acc_type}'. 238 args: acc_type, expected_types 240 … Wrong return value type (in accumulator): '${acc_type}'. Compatible types are: ${expected_types}. 244 args: acc_type, expected_type, expected_types 246 … Wrong return value type (in accumulator): '${acc_type}'. Expected a subtype of '${expected_type}'. [all …]
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | abs_int_inl.h | 2984 bool CheckReturn(Type ret_type, Type acc_type, Check check) in CheckReturn() argument 2997 … if (!CheckTypes(acc_type, {Types().PrimitiveType()}) || acc_type == Types().PrimitiveType()) { in CheckReturn() 2998 … LOG_VERIFIER_BAD_ACCUMULATOR_RETURN_VALUE_TYPE(ImageOf(acc_type), ImagesOf(compatible_acc_types)); in CheckReturn() 3003 TypeId acc_type_id = Types().TypeIdOf(acc_type); in CheckReturn() 3011 ImageOf(ReturnType()), ImageOf(acc_type), ImagesOf(compatible_acc_types)); in CheckReturn() 3013 …LOG_VERIFIER_DEBUG_FUNCTION_RETURN_AND_ACCUMULATOR_TYPES(ImageOf(ReturnType()), ImageOf(acc_type)); in CheckReturn() 3107 auto &&acc_type = GetAccType(); in HandleReturnObj() 3109 if (!CheckTypes(acc_type, {ReturnType()})) { in HandleReturnObj() 3110 …LOG_VERIFIER_BAD_ACCUMULATOR_RETURN_VALUE_TYPE_WITH_SUBTYPE(ImageOf(acc_type), ImageOf(ReturnType(… in HandleReturnObj() 3160 auto acc_type = GetAccType(); in HandleCheckcast() local [all …]
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | modifiers.h | 47 static constexpr uint32_t ACC_TYPE = 0x00FF0000; // field variable 48 static constexpr uint32_t ACC_TYPE_SHIFT = Ctz(ACC_TYPE);
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | fneg.64.yaml | 140 - file-name: 'acc_type' 143 - acc_type
|
| D | fneg.yaml | 143 - file-name: 'acc_type' 146 - acc_type
|
| D | sta.obj.yaml | 226 - acc_type 292 - acc_type
|
| D | starr.yaml | 356 - acc_type 833 - acc_type 910 - acc_type 989 - acc_type 1043 - acc_type
|
| D | u32tou1.yaml | 62 - acc_type
|
| D | i64toi32.yaml | 69 - acc_type
|
| D | u32tou16.yaml | 61 - acc_type
|
| D | u32toi8.yaml | 66 - acc_type
|
| D | u32tof32.yaml | 79 - acc_type
|
| D | i64tou1.yaml | 70 - acc_type
|
| D | u64toi32.yaml | 66 - acc_type
|
| D | u32toi16.yaml | 66 - acc_type
|
| D | u64tou32.yaml | 61 - acc_type
|
| D | u32tof64.yaml | 79 - acc_type
|
| D | u32toi64.yaml | 61 - acc_type
|
| D | u32tou8.yaml | 61 - acc_type
|
| D | u64tou1.yaml | 62 - acc_type
|
| D | i32tof32.yaml | 79 - acc_type
|
| D | i32tou1.yaml | 62 - acc_type
|
| D | i64tof64.yaml | 94 - acc_type
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2107_1.pa | 29 # - acc_type
|
| D | bug_2107_2.pa | 31 # - acc_type
|
123456