Home
last modified time | relevance | path

Searched full:no_type (Results 1 – 25 of 83) sorted by relevance

1234

/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h184 {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 …]
Dcall_input_types_test.cpp53 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/
Dinst_generator.h229 {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 …]
Dcall_input_types_test.cpp53 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()
Dmemory_barriers_test.cpp37 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()
Dlicm_test.cpp348 … .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 …]
Dunit_test.h70 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/
Dphi_resolver.h111 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/
Dreg_encoder_test.cpp138 … 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 …]
Dbytecodeopt_peepholes_test.cpp106 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()
Dirbuilder_test.cpp53 … 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()
Dreg_acc_alloc_test.cpp572 .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/
Dphi_resolver.h99 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/
Dirtoc_runtime.h67 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/
Ddatatype.h30 NO_TYPE = 0, enumerator
64 "", // NO_TYPE
193 return NO_TYPE;
Dspill_fill_data.h92 DataType::Type type_ {DataType::NO_TYPE};
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddatatype.h31 NO_TYPE = 0, enumerator
65 "", // NO_TYPE
203 return NO_TYPE;
Dinst.h839 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 …]
Dspill_fill_data.h92 DataType::Type type_ {DataType::NO_TYPE};
Druntime_interface.h202 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/
Djs_interop_inst_builder.cpp67 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/
Dgenerate_operations_intrinsic_graph.inl.erb48 inst->CastToIntrinsic()->AddInputType(DataType::NO_TYPE);
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp104 intrinsic->AddInputType(DataType::NO_TYPE); in BuildLdObjByName()
155 intrinsic->AddInputType(DataType::NO_TYPE); in CreateStObjByNameIntrinsic()
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dir_generator.rb160 … 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/
Dets_intrinsics_peephole.cpp309 {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()

1234