Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp130 bool selectStackSave(Register ResVReg, const SPIRVType *ResType,
605 return selectStackSave(ResVReg, ResType, I); in spvSelect()
810 bool SPIRVInstructionSelector::selectStackSave(Register ResVReg, in selectStackSave() function in SPIRVInstructionSelector