Home
last modified time | relevance | path

Searched refs:CheckCommonTypes (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.h276 static bool CheckCommonTypes(Inst *inst1, Inst *inst2) in CheckCommonTypes() function
310 …ASSERT_DO(CheckCommonTypes(op1, op2), (std::cerr << "Types of binary instruction operands are not …
312 ASSERT_DO(CheckCommonTypes(inst, op1),
342 ASSERT_DO(CheckCommonTypes(inst, op), in CheckUnaryOperationTypes()
367 ASSERT_DO(CheckCommonTypes(op1, op2) && CheckCommonTypes(op2, op3),
370 ASSERT_DO(CheckCommonTypes(inst, op1),
Dgraph_checker.cpp1487 CheckCommonTypes(inst, inst->GetInputs()[0].GetInst()), in CheckUserOfInt32()
1512 CheckCommonTypes(inst, inst->GetInputs()[2U].GetInst()), in CheckUserOfInt32()
1515 CheckCommonTypes(inst, inst->GetInputs()[3U].GetInst()), in CheckUserOfInt32()
1528 CheckCommonTypes(inst, inst->GetInputs()[1].GetInst()), in CheckUserOfInt32()
1531 CheckCommonTypes(inst, inst->GetInputs()[2].GetInst()), in CheckUserOfInt32()
1554 CheckCommonTypes(inst, inst->GetInputs()[1].GetInst()), in CheckUserOfInt32()
1557 CheckCommonTypes(inst, inst->GetInputs()[2U].GetInst()), in CheckUserOfInt32()
1579 ASSERT_DO_EXT_VISITOR(CheckCommonTypes(inst, inst->GetInputs()[2U].GetInst()), in CheckUserOfInt32()
1589 ASSERT_DO_EXT_VISITOR(CheckCommonTypes(inst, inst->GetInputs()[1].GetInst()), in CheckUserOfInt32()
1600 ASSERT_DO_EXT_VISITOR(CheckCommonTypes(inst, inst->GetInputs()[1].GetInst()), in CheckUserOfInt32()
[all …]
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.h120 static bool CheckCommonTypes(Inst *inst1, Inst *inst2) in CheckCommonTypes() function
Dgraph_checker.cpp746 …ASSERT_DO(CheckCommonTypes(inst, op), (std::cerr << "Types of return and its input are not compati… in VisitReturn()