| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator.h | 184 {Opcode::CheckCast, {DataType::NO_TYPE}}, 185 {Opcode::NullCheck, {DataType::NO_TYPE}}, 186 {Opcode::ZeroCheck, {DataType::NO_TYPE}}, 187 {Opcode::NegativeCheck, {DataType::NO_TYPE}}, 188 {Opcode::BoundsCheck, {DataType::NO_TYPE}}, 189 {Opcode::BoundsCheckI, {DataType::NO_TYPE}}, 190 {Opcode::SaveState, {DataType::NO_TYPE}}, 191 {Opcode::ReturnVoid, {DataType::NO_TYPE}}, 192 {Opcode::Throw, {DataType::NO_TYPE}}, 206 {Opcode::SpillFill, {DataType::NO_TYPE}}, [all …]
|
| D | call_input_types_test.cpp | 53 ASSERT_EQ(call_inst->GetInputType(2), DataType::NO_TYPE); // SaveState instruction in TEST_F() 73 ASSERT_EQ(call_inst->GetInputType(0), DataType::NO_TYPE); // SaveState instruction in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.h | 229 {Opcode::CheckCast, {DataType::NO_TYPE}}, 230 {Opcode::NullCheck, {DataType::NO_TYPE}}, 231 {Opcode::ZeroCheck, {DataType::NO_TYPE}}, 232 {Opcode::NegativeCheck, {DataType::NO_TYPE}}, 233 {Opcode::BoundsCheck, {DataType::NO_TYPE}}, 234 {Opcode::BoundsCheckI, {DataType::NO_TYPE}}, 235 {Opcode::SaveState, {DataType::NO_TYPE}}, 236 {Opcode::ReturnVoid, {DataType::NO_TYPE}}, 237 {Opcode::Throw, {DataType::NO_TYPE}}, 251 {Opcode::SpillFill, {DataType::NO_TYPE}}, [all …]
|
| D | call_input_types_test.cpp | 53 ASSERT_EQ(callInst->GetInputType(2U), DataType::NO_TYPE); // SaveState instruction in TEST_F() 73 ASSERT_EQ(callInst->GetInputType(0U), DataType::NO_TYPE); // SaveState instruction in TEST_F() 99 ASSERT_EQ(callInst->GetInputType(2U), DataType::NO_TYPE); // SaveState instruction in TEST_F()
|
| D | memory_barriers_test.cpp | 37 INST(7U, Opcode::CallStatic).v0id().Inputs({{DataType::NO_TYPE, 6U}}); in SRC_GRAPH() 44 … .Inputs({{DataType::REFERENCE, 2U}, {DataType::REFERENCE, 5U}, {DataType::NO_TYPE, 6U}}); in SRC_GRAPH()
|
| D | licm_test.cpp | 348 … .Inputs({{DataType::POINTER, 8U}, {DataType::REFERENCE, 4U}, {DataType::NO_TYPE, 7U}}); in BuildGraphLicmResolver() 389 … .Inputs({{DataType::POINTER, 8U}, {DataType::REFERENCE, 4U}, {DataType::NO_TYPE, 7U}}); in TEST_F() 432 … .Inputs({{DataType::POINTER, 8U}, {DataType::REFERENCE, 4U}, {DataType::NO_TYPE, 7U}}); in BuildGraphLicmResolverIfHeaderIsNotExit() 475 … .Inputs({{DataType::POINTER, 8U}, {DataType::REFERENCE, 4U}, {DataType::NO_TYPE, 7U}}); in TEST_F() 517 … .Inputs({{DataType::POINTER, 8U}, {DataType::REFERENCE, 4U}, {DataType::NO_TYPE, 7U}}); in TEST_F() 549 … .Inputs({{DataType::POINTER, 8U}, {DataType::REFERENCE, 4U}, {DataType::NO_TYPE, 7U}}); in TEST_F() 586 … .Inputs({{DataType::POINTER, 8U}, {DataType::REFERENCE, 4U}, {DataType::NO_TYPE, 7U}}); in TEST_F() 626 … .Inputs({{DataType::POINTER, 8U}, {DataType::REFERENCE, 4U}, {DataType::NO_TYPE, 7U}}); in TEST_F() 670 {DataType::NO_TYPE, 7U}}); in HoistResolverBeforeMovableObjectBuildInitialGraph() 714 {DataType::NO_TYPE, 7U}}); in HoistResolverBeforeMovableObjectBuildExpectedGraph() [all …]
|
| D | unit_test.h | 70 return DataType::NO_TYPE; in GetMethodTotalArgumentType() 95 return fieldTypes_ == nullptr ? DataType::NO_TYPE : (*fieldTypes_)[field]; in GetFieldType() 100 return classTypes_ == nullptr ? DataType::NO_TYPE : (*classTypes_)[klass]; in GetArrayComponentType() 110 DataType::Type returnType_ {DataType::NO_TYPE};
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | phi_resolver.h | 111 if (input_type != DataType::NO_TYPE) { in SetTypeByInputs() 151 if (input_inst->GetType() != DataType::NO_TYPE) { in FindInputsRec() 177 DataType::Type type = DataType::NO_TYPE; in CheckPhiInputs() 187 if (input_type == DataType::NO_TYPE) { in CheckPhiInputs() 191 if (type != DataType::NO_TYPE && DataType::GetCommonType(type) != DataType::INT64) { in CheckPhiInputs() 197 if (type == DataType::NO_TYPE) { in CheckPhiInputs() 207 if (type == DataType::NO_TYPE) { in CheckPhiInputs()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | reg_encoder_test.cpp | 138 … INST(35U, Opcode::CallVirtual).v0id().Inputs({{REFERENCE, 0U}, {INT64, 32U}, {NO_TYPE, 33U}}); in TEST_F() 142 … INST(58U, Opcode::InitObject).ref().Inputs({{REFERENCE, 37U}, {REFERENCE, 0U}, {NO_TYPE, 39U}}); in TEST_F() 155 {NO_TYPE, 45U}}); in TEST_F() 157 … INST(50U, Opcode::CallVirtual).v0id().Inputs({{REFERENCE, 0U}, {INT64, 4U}, {NO_TYPE, 48U}}); in TEST_F() 202 … INST(35U, Opcode::CallVirtual).v0id().Inputs({{REFERENCE, 0U}, {INT64, 32U}, {NO_TYPE, 33U}}); in TEST_F() 206 … INST(58U, Opcode::InitObject).ref().Inputs({{REFERENCE, 37U}, {REFERENCE, 0U}, {NO_TYPE, 39U}}); in TEST_F() 222 {NO_TYPE, 45U}}); in TEST_F() 224 … INST(50U, Opcode::CallVirtual).v0id().Inputs({{REFERENCE, 0U}, {INT64, 4U}, {NO_TYPE, 48U}}); in TEST_F() 251 INST(6U, Opcode::CallStatic).v0id().Inputs({{REFERENCE, 0U}, {NO_TYPE, 4U}}); in TEST_F() 256 INST(18U, Opcode::CallVirtual).ref().Inputs({{REFERENCE, 15U}, {NO_TYPE, 16U}}); in TEST_F() [all …]
|
| D | bytecodeopt_peepholes_test.cpp | 106 INST(5U, Opcode::CallStatic).v0id().Inputs({{REFERENCE, 2U}, {NO_TYPE, 3U}}); in TEST_F() 125 INST(8U, Opcode::InitObject).ref().Inputs({{REFERENCE, 1U}, {NO_TYPE, 3U}}); in TEST_F() 152 INST(5U, Opcode::CallStatic).v0id().Inputs({{REFERENCE, 2U}, {NO_TYPE, 3U}}); in TEST_F() 180 INST(5U, Opcode::CallStatic).v0id().Inputs({{REFERENCE, 2U}, {NO_TYPE, 3U}}); in TEST_F() 205 INST(5U, Opcode::CallStatic).v0id().Inputs({{REFERENCE, 2U}, {NO_TYPE, 4U}}); in TEST_F() 230 INST(5U, Opcode::CallStatic).v0id().Inputs({{REFERENCE, 2U}, {NO_TYPE, 3U}}); in TEST_F()
|
| D | irbuilder_test.cpp | 53 … INST(6U, Opcode::CallVirtual).s32().Inputs({{REFERENCE, 5U}, {INT32, 0U}, {NO_TYPE, 4U}}); in TEST_F() 95 …(7U, Opcode::CallVirtual).s32().Inputs({{REFERENCE, 6U}, {INT32, 0U}, {INT32, 1U}, {NO_TYPE, 5U}}); in TEST_F() 137 …(7U, Opcode::CallVirtual).s32().Inputs({{REFERENCE, 6U}, {INT32, 0U}, {INT32, 1U}, {NO_TYPE, 5U}}); in TEST_F()
|
| D | reg_acc_alloc_test.cpp | 572 .Inputs({{compiler::DataType::REFERENCE, 2U}, {compiler::DataType::NO_TYPE, 3U}}); in TEST_F() 643 .Inputs({{compiler::DataType::REFERENCE, 5U}, {compiler::DataType::NO_TYPE, 6U}}); in TEST_F() 736 .Inputs({{compiler::DataType::REFERENCE, 2U}, {compiler::DataType::NO_TYPE, 3U}}); in TEST_F() 812 INST(9U, Opcode::CallVirtual).s32().Inputs({{REFERENCE, 6U}, {NO_TYPE, 7U}}); in TEST_F() 826 … INST(22U, Opcode::CallVirtual).u16().Inputs({{REFERENCE, 16U}, {INT32, 19U}, {NO_TYPE, 20U}}); in TEST_F() 867 INST(19U, Opcode::CallVirtual).u16().Inputs({{REFERENCE, 0U}, {NO_TYPE, 17U}}); in TEST_F() 898 .Inputs({{INT32, 0U}, {INT32, 1U}, {INT32, 2U}, {REFERENCE, 4U}, {NO_TYPE, 3U}}); in TEST_F() 900 …(7U, Opcode::CallStatic).v0id().Inputs({{INT32, 0U}, {INT32, 1U}, {REFERENCE, 6U}, {NO_TYPE, 3U}}); in TEST_F() 902 … INST(9U, Opcode::CallStatic).v0id().Inputs({{INT32, 0U}, {REFERENCE, 8U}, {NO_TYPE, 3U}}); in TEST_F() 904 INST(11U, Opcode::CallStatic).v0id().Inputs({{REFERENCE, 10U}, {NO_TYPE, 3U}}); in TEST_F() [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | phi_resolver.h | 99 if (inputType != DataType::NO_TYPE) { in SetTypeByInputs() 139 if (inputInst->GetType() != DataType::NO_TYPE) { in FindInputsRec() 152 DataType::Type type = DataType::NO_TYPE; in CheckPhiRealInputs() 162 if (inputType == DataType::NO_TYPE) { in CheckPhiRealInputs() 166 if (type != DataType::NO_TYPE && DataType::GetCommonType(type) != DataType::INT64) { in CheckPhiRealInputs() 172 if (type == DataType::NO_TYPE) { in CheckPhiRealInputs() 182 if (type == DataType::NO_TYPE) { in CheckPhiRealInputs()
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | irtoc_runtime.h | 67 auto retType = compiler::DataType::NO_TYPE; in GetMethodReturnType() 74 ASSERT(retType == compiler::DataType::NO_TYPE || retType == last->GetType()); in GetMethodReturnType() 135 return compiler::DataType::NO_TYPE; in GetMethodTotalArgumentType()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | datatype.h | 30 NO_TYPE = 0, enumerator 64 "", // NO_TYPE 193 return NO_TYPE;
|
| D | spill_fill_data.h | 92 DataType::Type type_ {DataType::NO_TYPE};
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | datatype.h | 31 NO_TYPE = 0, enumerator 65 "", // NO_TYPE 203 return NO_TYPE;
|
| D | inst.h | 839 return GetType() != DataType::Type::NO_TYPE; in HasType() 1449 return DataType::NO_TYPE; in GetInputType() 1674 … explicit Inst(Opcode opcode) : Inst(Initializer {opcode, DataType::Type::NO_TYPE, INVALID_PC}) {} in Inst() 2824 return DataType::NO_TYPE; in GetInputType() 2860 return DataType::NO_TYPE; in GetInputType() 2904 return DataType::NO_TYPE; in GetInputType() 3261 return (index == 0) ? DataType::ANY : DataType::NO_TYPE; in GetInputType() 3295 return (index == 0) ? DataType::REFERENCE : DataType::NO_TYPE; in GetInputType() 3349 ASSERT(GetTypeFromCType<T>() != DataType::NO_TYPE); in FixedInputsInst() 3438 return DataType::NO_TYPE; [all …]
|
| D | spill_fill_data.h | 92 DataType::Type type_ {DataType::NO_TYPE};
|
| D | runtime_interface.h | 202 return DataType::NO_TYPE; in GetMethodReturnType() 221 return DataType::NO_TYPE; in GetMethodTotalArgumentType() 231 return DataType::NO_TYPE; in GetMethodReturnType() 236 return DataType::NO_TYPE; in GetMethodArgumentType() 1035 return DataType::NO_TYPE; in GetFieldType() 1040 return DataType::NO_TYPE; in GetArrayComponentType() 1045 return DataType::NO_TYPE; in GetFieldTypeById()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| D | js_interop_inst_builder.cpp | 67 intrinsic->AppendInput(inputs[N], DataType::NO_TYPE); // SaveState input in BuildInteropIntrinsic() 193 if (type != DataType::NO_TYPE) { in BuildInteropCall() 203 jsCall->AppendInput(saveState, DataType::NO_TYPE); in BuildInteropCall()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | generate_operations_intrinsic_graph.inl.erb | 48 inst->CastToIntrinsic()->AddInputType(DataType::NO_TYPE);
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_builder.cpp | 104 intrinsic->AddInputType(DataType::NO_TYPE); in BuildLdObjByName() 155 intrinsic->AddInputType(DataType::NO_TYPE); in CreateStObjByNameIntrinsic()
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | ir_generator.rb | 160 … Output << "auto #{save_state_var_name} = graph->CreateInstSaveState(DataType::Type::NO_TYPE, pc);" 162 Output << "#{var_name}->AddInputType(DataType::NO_TYPE);"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_intrinsics_peephole.cpp | 309 {intrinsic->GetSaveState(), DataType::NO_TYPE}}); in PeepholeDoubleToString() 419 jsConstPool->SetInputs(graph->GetAllocator(), {{saveState, DataType::NO_TYPE}}); in BuildLoadPropertyChain() 437 … {{jsConstPool, DataType::POINTER}, {indexInst, DataType::INT32}, {saveState, DataType::NO_TYPE}}); in BuildLoadPropertyChain() 443 … {{jsFn, DataType::POINTER}, {jsProperty, DataType::POINTER}, {saveState, DataType::NO_TYPE}}); in BuildLoadPropertyChain()
|