Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp162 bool selectSplatVector(Register ResVReg, const SPIRVType *ResType,
368 return selectSplatVector(ResVReg, ResType, I); in spvSelect()
1495 bool SPIRVInstructionSelector::selectSplatVector(Register ResVReg, in selectSplatVector() function in SPIRVInstructionSelector