Home
last modified time | relevance | path

Searched refs:GetOperandsType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp50 DataType::Type type = cmp->CastToCompare()->GetOperandsType(); in BetterToSwapCompareInputs()
82 if (inst->GetOperandsType() != DataType::BOOL) { in LowerIf()
109 DataType::Type type = input->CastToCompare()->GetOperandsType(); in LowerIf()
124 replace->SetOperandsType(input->CastToCompare()->GetOperandsType()); in LowerIf()
140 inst->SetOperandsType(input->CastToCompare()->GetOperandsType()); in InPlaceLowerIfImm()
/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h126 CHECK(Cast, GetOperandsType) in Compare()
127 CHECK(Cmp, GetOperandsType) in Compare()
130 CHECK(Compare, GetOperandsType) in Compare()
133 CHECK(If, GetOperandsType) in Compare()
137 CHECK(IfImm, GetOperandsType) in Compare()
140 CHECK(Select, GetOperandsType) in Compare()
144 CHECK(SelectImm, GetOperandsType) in Compare()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp170 if (DataType::IsFloatType(GetOperandsType())) { in SetVnObject()
297 clone->CastToCompare()->SetOperandsType(GetOperandsType()); in Clone()
304 clone->CastToCmp()->SetOperandsType(GetOperandsType()); in Clone()
312 static_cast<IfInst *>(clone)->SetOperandsType(GetOperandsType()); in Clone()
Ddump.cpp306 ArenaString type(DataType::ToString(GetOperandsType()), adapter); in DumpOpcode()
344 ArenaString type(DataType::ToString(GetOperandsType()), adapter); in DumpOpcode()
355 ArenaString type(DataType::ToString(GetOperandsType()), adapter); in DumpOpcode()
362 auto type = GetOperandsType(); in DumpOpcode()
Dinst.h1448 virtual DataType::Type GetOperandsType() const in GetOperandsType() function
1869 return GetOperandsType(); in GetInputType()
2614 ASSERT(DataType::IsFloatType(GetOperandsType())); in IsFcmpg()
2619 ASSERT(DataType::IsFloatType(GetOperandsType())); in IsFcmpl()
2624 ASSERT(DataType::IsFloatType(GetOperandsType())); in SetFcmpg()
2629 ASSERT(DataType::IsFloatType(GetOperandsType())); in SetFcmpg()
2634 ASSERT(DataType::IsFloatType(GetOperandsType())); in SetFcmpl()
2639 ASSERT(DataType::IsFloatType(GetOperandsType())); in SetFcmpl()
2646 return GetOperandsType(); in GetInputType()
2700 return GetOperandsType(); in GetInputType()
[all …]
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h365 CHECK(Cast, GetOperandsType) in Compare()
366 CHECK(Cmp, GetOperandsType) in Compare()
369 CHECK(Compare, GetOperandsType) in Compare()
372 CHECK(If, GetOperandsType) in Compare()
376 CHECK(IfImm, GetOperandsType) in Compare()