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.cpp267 bool selectExtInst(Register ResVReg, const SPIRVType *RestType,
269 bool selectExtInst(Register ResVReg, const SPIRVType *ResType,
271 bool selectExtInst(Register ResVReg, const SPIRVType *ResType,
274 bool selectExtInst(Register ResVReg, const SPIRVType *ResType,
674 return selectExtInst(ResVReg, ResType, I, CL::s_min, GL::SMin); in spvSelect()
676 return selectExtInst(ResVReg, ResType, I, CL::u_min, GL::UMin); in spvSelect()
679 return selectExtInst(ResVReg, ResType, I, CL::s_max, GL::SMax); in spvSelect()
681 return selectExtInst(ResVReg, ResType, I, CL::u_max, GL::UMax); in spvSelect()
690 return selectExtInst(ResVReg, ResType, I, CL::fma, GL::Fma); in spvSelect()
693 return selectExtInst(ResVReg, ResType, I, CL::ldexp); in spvSelect()
[all …]