Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp170 bool selectExtInst(Register ResVReg, const SPIRVType *ResType,
172 bool selectExtInst(Register ResVReg, const SPIRVType *ResType,
357 return selectExtInst(ResVReg, ResType, I, CL::pown); in spvSelect()
384 return selectExtInst(ResVReg, ResType, I, CL::copysign); in spvSelect()
401 return selectExtInst(ResVReg, ResType, I, CL::ctz); in spvSelect()
404 return selectExtInst(ResVReg, ResType, I, CL::clz); in spvSelect()
417 return selectExtInst(ResVReg, ResType, I, CL::s_mul_hi); in spvSelect()
419 return selectExtInst(ResVReg, ResType, I, CL::u_mul_hi); in spvSelect()
500 return selectExtInst(ResVReg, ResType, I, in selectExtInst()
511 return selectExtInst(ResVReg, ResType, I, ExtInsts); in selectExtInst()
[all …]