Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h151 bool selectStackRestore(MachineInstr &MI) const;
H A DAMDGPUInstructionSelector.cpp3527 bool AMDGPUInstructionSelector::selectStackRestore(MachineInstr &MI) const { in selectStackRestore() function in AMDGPUInstructionSelector
3698 return selectStackRestore(I); in select()