Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp137 bool selectUnOp(Register ResVReg, const SPIRVType *ResType, MachineInstr &I,
662 return selectUnOp(ResVReg, ResType, I, SPIRV::OpConvertFToS); in spvSelect()
664 return selectUnOp(ResVReg, ResType, I, SPIRV::OpConvertFToU); in spvSelect()
672 return selectUnOp(ResVReg, ResType, I, SPIRV::OpBitCount); in spvSelect()
812 return selectUnOp(ResVReg, ResType, I, SPIRV::OpFConvert); in spvSelect()
815 return selectUnOp(ResVReg, ResType, I, SPIRV::OpConvertPtrToU); in spvSelect()
817 return selectUnOp(ResVReg, ResType, I, SPIRV::OpConvertUToPtr); in spvSelect()
1041 bool SPIRVInstructionSelector::selectUnOp(Register ResVReg, in selectUnOp() function in SPIRVInstructionSelector
1088 return selectUnOp(ResVReg, ResType, I, SPIRV::OpBitcast); in selectBitcast()
1692 return selectUnOp(ResVReg, ResType, I, SPIRV::OpPtrCastToGeneric); in selectAddrSpaceCast()
[all …]