Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp213 ldst->CastToStore()->SetScale(scale); in InsertMem()
216 ldst->CastToLoad()->SetScale(scale); in InsertMem()
Dlowering.cpp963 inst->CastToLoad()->SetScale(val); in LowerMemInstScale()
966 inst->CastToStore()->SetScale(val); in LowerMemInstScale()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h475 inst->CastToLoad()->SetScale(scale); in Scale()
478 inst->CastToStore()->SetScale(scale); in Scale()
Dinst.h2097 void SetScale(uint32_t scale) in SetScale() function