Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp228 bool selectExtInst(Register ResVReg, const SPIRVType *ResType,
230 bool selectExtInst(Register ResVReg, const SPIRVType *ResType,
233 bool selectExtInst(Register ResVReg, const SPIRVType *ResType,
420 return selectExtInst(ResVReg, ResType, I, CL::s_min, GL::SMin); in spvSelect()
422 return selectExtInst(ResVReg, ResType, I, CL::u_min, GL::UMin); in spvSelect()
425 return selectExtInst(ResVReg, ResType, I, CL::s_max, GL::SMax); in spvSelect()
427 return selectExtInst(ResVReg, ResType, I, CL::u_max, GL::UMax); in spvSelect()
430 return selectExtInst(ResVReg, ResType, I, CL::fma, GL::Fma); in spvSelect()
433 return selectExtInst(ResVReg, ResType, I, CL::pow, GL::Pow); in spvSelect()
435 return selectExtInst(ResVReg, ResType, I, CL::pown); in spvSelect()
[all …]