Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp117 bool selectUnOpWithSrc(Register ResVReg, const SPIRVType *ResType,
659 bool SPIRVInstructionSelector::selectUnOpWithSrc(Register ResVReg, in selectUnOpWithSrc() function in SPIRVInstructionSelector
706 return selectUnOpWithSrc(ResVReg, ResType, I, I.getOperand(1).getReg(), in selectUnOp()
873 selectUnOpWithSrc(SrcReg, SourceTy, I, VarReg, SPIRV::OpBitcast); in selectMemOperation()
912 Result |= selectUnOpWithSrc(TmpReg, ResType, I, ValueReg, NegateOpcode); in selectAtomicRMW()
1695 return selectUnOpWithSrc(ResVReg, ResType, I, SrcReg, Opcode); in selectIToF()