Searched refs:InsertPointerArithmetic (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | adjust_arefs.cpp | 173 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()
|
| D | adjust_arefs.h | 49 …Inst *InsertPointerArithmetic(Inst *input, uint64_t imm, Inst *insertBefore, uint32_t pc, bool isA…
|