Searched refs:CheckCommonTypes (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | graph_checker.h | 271 static bool CheckCommonTypes(Inst *inst1, Inst *inst2) in CheckCommonTypes() function in ark::compiler::GraphChecker 308 CHECKER_DO_IF_NOT_VISITOR(v, CheckCommonTypes(op1, op2), in CheckBinaryOperationTypes() 312 v, CheckCommonTypes(inst, op1), in CheckBinaryOperationTypes() 345 v, CheckCommonTypes(inst, op), in CheckUnaryOperationTypes() 374 CHECKER_DO_IF_NOT_VISITOR(v, CheckCommonTypes(op1, op2) && CheckCommonTypes(op2, op3), in CheckTernaryOperationTypes() 379 v, CheckCommonTypes(inst, op1), in CheckTernaryOperationTypes()
|
H A D | graph_checker.cpp | 1518 v, CheckCommonTypes(inst, inst->GetInputs()[0].GetInst()), in CheckUserOfInt32() 1544 v, CheckCommonTypes(inst, inst->GetInputs()[2U].GetInst()), in CheckUserOfInt32() 1547 v, CheckCommonTypes(inst, inst->GetInputs()[3U].GetInst()), in CheckUserOfInt32() 1561 v, CheckCommonTypes(inst, inst->GetInputs()[1].GetInst()), in CheckUserOfInt32() 1564 v, CheckCommonTypes(inst, inst->GetInputs()[2].GetInst()), in CheckUserOfInt32() 1589 v, CheckCommonTypes(inst, inst->GetInputs()[1].GetInst()), in CheckUserOfInt32() 1592 v, CheckCommonTypes(inst, inst->GetInputs()[2U].GetInst()), in CheckUserOfInt32() 1616 v, CheckCommonTypes(inst, inst->GetInputs()[2U].GetInst()), in CheckUserOfInt32() 1628 v, CheckCommonTypes(inst, inst->GetInputs()[1].GetInst()), in CheckUserOfInt32() 1641 v, CheckCommonTypes(ins in CheckUserOfInt32() [all...] |
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | graph_checker.h | 120 static bool CheckCommonTypes(Inst *inst1, Inst *inst2) in CheckCommonTypes() function in panda::compiler::GraphChecker
|
H A D | graph_checker.cpp | 746 ASSERT_DO(CheckCommonTypes(inst, op), (std::cerr << "Types of return and its input are not compatible\n return:\n", in VisitReturn()
|
Completed in 7 milliseconds