Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp80 bool selectUnOpWithSrc(Register ResVReg, const SPIRVType *ResType,
396 bool SPIRVInstructionSelector::selectUnOpWithSrc(Register ResVReg, in selectUnOpWithSrc() function in SPIRVInstructionSelector
412 return selectUnOpWithSrc(ResVReg, ResType, I, I.getOperand(1).getReg(), in selectUnOp()
962 return selectUnOpWithSrc(ResVReg, ResType, I, SrcReg, Opcode); in selectIToF()