Searched refs:selectWaveOpInst (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 283 bool selectWaveOpInst(Register ResVReg, const SPIRVType *ResType, 2206 bool SPIRVInstructionSelector::selectWaveOpInst(Register ResVReg, in selectWaveOpInst() function in SPIRVInstructionSelector 2232 bool Result = selectWaveOpInst(BallotReg, BallotType, I, in selectWaveActiveCountBits() 3193 return selectWaveOpInst(ResVReg, ResType, I, SPIRV::OpGroupNonUniformAll); in selectIntrinsic() 3195 return selectWaveOpInst(ResVReg, ResType, I, SPIRV::OpGroupNonUniformAny); in selectIntrinsic() 3197 return selectWaveOpInst(ResVReg, ResType, I, SPIRV::OpGroupNonUniformElect); in selectIntrinsic() 3205 return selectWaveOpInst(ResVReg, ResType, I, in selectIntrinsic()
|