Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h149 bool selectStackRestore(MachineInstr &MI) const;
H A DAMDGPUInstructionSelector.cpp3474 bool AMDGPUInstructionSelector::selectStackRestore(MachineInstr &MI) const { in selectStackRestore() function in AMDGPUInstructionSelector
3640 return selectStackRestore(I); in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp132 bool selectStackRestore(MachineInstr &I) const;
607 return selectStackRestore(I); in spvSelect()
825 bool SPIRVInstructionSelector::selectStackRestore(MachineInstr &I) const { in selectStackRestore() function in SPIRVInstructionSelector