Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1549 SmallVector<MachineMemOperand*,1> new_memops; in processFunctionBeforeFrameFinalized() local
1560 new_memops.push_back(NewMMO); in processFunctionBeforeFrameFinalized()
1565 new_memops.push_back(MMO); in processFunctionBeforeFrameFinalized()
1568 MI.setMemRefs(MF, new_memops); in processFunctionBeforeFrameFinalized()