Home
last modified time | relevance | path

Searched refs:IsZeroRegInst (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.cpp188 if (inst->IsZeroRegInst()) { in SetPreassignedRegisters()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.h157 return GetId() == inst->GetId() || (GetId() == ZERO_INST && inst->IsZeroRegInst()); in IsValid()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.cpp205 if (inst->IsZeroRegInst()) { in SetPreassignedRegisters()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp490 bool Inst::IsZeroRegInst() const in IsZeroRegInst() function in Inst
H A Dinst.h947 bool IsZeroRegInst() const;
/arkcompiler/runtime_core/compiler/tests/
H A Ddump_test.cpp513 auto value = inst->IsZeroRegInst(); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp785 bool Inst::IsZeroRegInst() const in IsZeroRegInst() function in Inst
H A Dinst.h1196 bool IsZeroRegInst() const;

Completed in 19 milliseconds