Home
last modified time | relevance | path

Searched refs:InsertPointerArithmetic (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp173 auto arrData = InsertPointerArithmetic(def, off, head, def->GetPc(), true); in ProcessChain()
184 Inst *AdjustRefs::InsertPointerArithmetic(Inst *input, uint64_t imm, Inst *insertBefore, uint32_t p… in InsertPointerArithmetic() function in ark::compiler::AdjustRefs
253 newBase = InsertPointerArithmetic(base, newOff, mem, mem->GetPc(), true); in ProcessIndex()
256 newBase = InsertPointerArithmetic(base, newOff, mem, mem->GetPc(), false); in ProcessIndex()
263 newBase = InsertPointerArithmetic(base, newOff, mem, mem->GetPc(), true); in ProcessIndex()
Dadjust_arefs.h49 …Inst *InsertPointerArithmetic(Inst *input, uint64_t imm, Inst *insertBefore, uint32_t pc, bool isA…