Home
last modified time | relevance | path

Searched full:no_type (Results 1 – 25 of 91) 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.cpp140 … INST(35U, Opcode::CallVirtual).v0id().Inputs({{REFERENCE, 0U}, {INT64, 32U}, {NO_TYPE, 33U}}); in TEST_F()
144 … INST(58U, Opcode::InitObject).ref().Inputs({{REFERENCE, 37U}, {REFERENCE, 0U}, {NO_TYPE, 39U}}); in TEST_F()
157 {NO_TYPE, 45U}}); in TEST_F()
159 … INST(50U, Opcode::CallVirtual).v0id().Inputs({{REFERENCE, 0U}, {INT64, 4U}, {NO_TYPE, 48U}}); in TEST_F()
204 … INST(35U, Opcode::CallVirtual).v0id().Inputs({{REFERENCE, 0U}, {INT64, 32U}, {NO_TYPE, 33U}}); in TEST_F()
208 … INST(58U, Opcode::InitObject).ref().Inputs({{REFERENCE, 37U}, {REFERENCE, 0U}, {NO_TYPE, 39U}}); in TEST_F()
224 {NO_TYPE, 45U}}); in TEST_F()
226 … INST(50U, Opcode::CallVirtual).v0id().Inputs({{REFERENCE, 0U}, {INT64, 4U}, {NO_TYPE, 48U}}); in TEST_F()
254 INST(6U, Opcode::CallStatic).v0id().Inputs({{REFERENCE, 0U}, {NO_TYPE, 4U}}); in TEST_F()
259 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.cpp574 .Inputs({{compiler::DataType::REFERENCE, 2U}, {compiler::DataType::NO_TYPE, 3U}}); in TEST_F()
645 .Inputs({{compiler::DataType::REFERENCE, 5U}, {compiler::DataType::NO_TYPE, 6U}}); in TEST_F()
739 .Inputs({{compiler::DataType::REFERENCE, 2U}, {compiler::DataType::NO_TYPE, 3U}}); in TEST_F()
815 INST(9U, Opcode::CallVirtual).s32().Inputs({{REFERENCE, 6U}, {NO_TYPE, 7U}}); in TEST_F()
829 … INST(22U, Opcode::CallVirtual).u16().Inputs({{REFERENCE, 16U}, {INT32, 19U}, {NO_TYPE, 20U}}); in TEST_F()
870 INST(19U, Opcode::CallVirtual).u16().Inputs({{REFERENCE, 0U}, {NO_TYPE, 17U}}); in TEST_F()
901 .Inputs({{INT32, 0U}, {INT32, 1U}, {INT32, 2U}, {REFERENCE, 4U}, {NO_TYPE, 3U}}); in TEST_F()
903 …(7U, Opcode::CallStatic).v0id().Inputs({{INT32, 0U}, {INT32, 1U}, {REFERENCE, 6U}, {NO_TYPE, 3U}}); in TEST_F()
905 … INST(9U, Opcode::CallStatic).v0id().Inputs({{INT32, 0U}, {REFERENCE, 8U}, {NO_TYPE, 3U}}); in TEST_F()
907 INST(11U, Opcode::CallStatic).v0id().Inputs({{REFERENCE, 10U}, {NO_TYPE, 3U}}); in TEST_F()
[all …]
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dphi_resolver_dyn.h108 if (inputType != ark::compiler::DataType::NO_TYPE) { in SetTypeByInputs()
148 if (inputInst->GetType() != ark::compiler::DataType::NO_TYPE) { in FindInputsRec()
164 if (inputType == ark::compiler::DataType::NO_TYPE) { in CheckPhiRealInputs()
168 if (*type != ark::compiler::DataType::NO_TYPE && in CheckPhiRealInputs()
175 if (*type == ark::compiler::DataType::NO_TYPE) { in CheckPhiRealInputs()
205 ark::compiler::DataType::Type type = ark::compiler::DataType::NO_TYPE; in CheckPhiInputs()
216 if (type == ark::compiler::DataType::NO_TYPE) { in CheckPhiInputs()
/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()
Dinst_templates.yaml114 …auto inst = graph_->CreateInstIf(compiler::DataType::NO_TYPE, GetPc(instruction->GetAddress()), Ge…
118 …auto inst = graph_->CreateInstIf(compiler::DataType::NO_TYPE, GetPc(instruction->GetAddress()), Ge…
122 …auto inst = graph_->CreateInstIf(compiler::DataType::NO_TYPE, GetPc(instruction->GetAddress()), Ge…
125 …auto inst = graph_->CreateInstIf(compiler::DataType::NO_TYPE, GetPc(instruction->GetAddress()), Ge…
143 …auto inst_jump = graph_->CreateInstIfImm(DataType::NO_TYPE, GetPc(instruction->GetAddress()), inst…
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dirtoc_runtime.h67 auto retType = compiler::DataType::NO_TYPE; in GetMethodReturnType()
77 … ASSERT(unit->GetGraph()->IsDynamicMethod() || retType == compiler::DataType::NO_TYPE || in GetMethodReturnType()
140 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
208 return NO_TYPE;
Dinst.h838 return GetType() != DataType::Type::NO_TYPE; in HasType()
1463 return DataType::NO_TYPE; in GetInputType()
1688 … explicit Inst(Opcode opcode) : Inst(Initializer {opcode, DataType::Type::NO_TYPE, INVALID_PC}) {} in Inst()
2842 return DataType::NO_TYPE; in GetInputType()
2878 return DataType::NO_TYPE; in GetInputType()
2922 return DataType::NO_TYPE; in GetInputType()
3299 return (index == 0) ? DataType::ANY : DataType::NO_TYPE; in GetInputType()
3333 return (index == 0) ? DataType::REFERENCE : DataType::NO_TYPE; in GetInputType()
3387 ASSERT(GetTypeFromCType<T>() != DataType::NO_TYPE); in FixedInputsInst()
3476 return DataType::NO_TYPE;
[all …]
Dspill_fill_data.h92 DataType::Type type_ {DataType::NO_TYPE};
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp79 intrinsic->AddInputType(DataType::NO_TYPE); in BuildLdObjByName()
138 intrinsic->AddInputType(DataType::NO_TYPE); in CreateStObjByNameIntrinsic()
253 intrinsic->AddInputType(DataType::NO_TYPE); in BuildTypeof()
324 call->AppendInput(saveState, DataType::NO_TYPE); in BuildCallByName()
/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/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);"

1234