Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp88 bool selectUnOpWithSrc(Register ResVReg, const SPIRVType *ResType,
538 bool SPIRVInstructionSelector::selectUnOpWithSrc(Register ResVReg, in selectUnOpWithSrc() function in SPIRVInstructionSelector
554 return selectUnOpWithSrc(ResVReg, ResType, I, I.getOperand(1).getReg(), in selectUnOp()
667 selectUnOpWithSrc(SrcReg, SourceTy, I, VarReg, SPIRV::OpBitcast); in selectMemOperation()
1136 return selectUnOpWithSrc(ResVReg, ResType, I, SrcReg, Opcode); in selectIToF()