Searched refs:DeallocCall (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1300 MachineInstr *DeallocCall = nullptr; local
1310 DeallocCall = BuildMI(MBB, MI, DL, HII.get(RetOpc))
1323 DeallocCall = BuildMI(MBB, It, DL, HII.get(RetOpc))
1326 DeallocCall->copyImplicitOps(MF, *It);
1328 addCalleeSaveRegistersAsImpOperand(DeallocCall, CSI, true, false);

Completed in 167 milliseconds