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.cpp120 bool selectUnOp(Register ResVReg, const SPIRVType *ResType, MachineInstr &I,
408 return selectUnOp(ResVReg, ResType, I, SPIRV::OpConvertFToS); in spvSelect()
410 return selectUnOp(ResVReg, ResType, I, SPIRV::OpConvertFToU); in spvSelect()
418 return selectUnOp(ResVReg, ResType, I, SPIRV::OpBitCount); in spvSelect()
531 return selectUnOp(ResVReg, ResType, I, SPIRV::OpFConvert); in spvSelect()
534 return selectUnOp(ResVReg, ResType, I, SPIRV::OpConvertPtrToU); in spvSelect()
536 return selectUnOp(ResVReg, ResType, I, SPIRV::OpConvertUToPtr); in spvSelect()
671 bool SPIRVInstructionSelector::selectUnOp(Register ResVReg, in selectUnOp() function in SPIRVInstructionSelector
717 return selectUnOp(ResVReg, ResType, I, SPIRV::OpBitcast); in selectBitcast()
1112 return selectUnOp(ResVReg, ResType, I, SPIRV::OpPtrCastToGeneric); in selectAddrSpaceCast()
[all …]