Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2305 MachineInstr *CopyOut = nullptr; in optimizeSpillSlots() local
2315 CopyOut = BuildMI(B, It, DL, HII.get(CopyOpc), DstR) in optimizeSpillSlots()
2318 IM.replaceInstr(&MI, CopyOut); in optimizeSpillSlots()