Lines Matching refs:createUnaryOp
2115 return builder.createUnaryOp(spv::OpBitcast, desiredTypeId, in translateForcedType()
2126 return builder.createUnaryOp(spv::OpTranspose, desiredTypeId, object); in translateForcedType()
2191 length = builder.createUnaryOp(spv::OpBitcast, builder.makeIntType(32), length); in visitUnary()
2352 constituent = builder.createUnaryOp(spv::OpCopyLogical, lType, constituent); in createCompositeConstruct()
4219 spv::Id logicalCopy = builder.createUnaryOp(spv::OpCopyLogical, lType, rValue); in multiTypeStore()
4773 …params.sampler = builder.createUnaryOp(spv::OpImage, builder.getImageType(params.sampler), params.… in createImageTextureFunctionCall()
4793 …return builder.createUnaryOp(spv::OpImageSparseTexelsResident, builder.makeBoolType(), arguments[0… in createImageTextureFunctionCall()
5030 …params.sampler = builder.createUnaryOp(spv::OpImage, builder.getImageType(params.sampler), params.… in createImageTextureFunctionCall()
5096 …params.sampler = builder.createUnaryOp(spv::OpImage, builder.getImageType(params.sampler), params.… in createImageTextureFunctionCall()
6206 id = builder.createUnaryOp(unaryOp, typeId, operand); in createUnaryOperation()
6237 spv::Id destVec = builder.createUnaryOp(op, destVecType, srcVec); in createUnaryMatrixOperation()
6324 return builder.createUnaryOp(convOp, type, operand); in createIntWidthConversion()
6672 result = builder.createUnaryOp(convOp, destType, operand); in createConversion()
6974 return builder.createUnaryOp(spv::OpBitcast, typeId, in createInvocationsOperation()
7940 member1 = builder.createUnaryOp(spv::OpConvertSToF, typeId1, member1); in createMiscOperation()
8502 scalar = builder.createUnaryOp(spv::OpBitcast, typeId, scalar); in createSpvConstantFromConstUnionArray()
8631 leftId = builder.createUnaryOp(spv::OpLogicalNot, boolTypeId, leftId); in createShortCircuit()