Searched refs:groupOp (Results 1 – 3 of 3) sorted by relevance
753 static void printGroupNonUniformArithmeticOp(Operation *groupOp, in printGroupNonUniformArithmeticOp() argument755 printer << groupOp->getName() << " \"" in printGroupNonUniformArithmeticOp()757 groupOp->getAttrOfType<IntegerAttr>(kExecutionScopeAttrName) in printGroupNonUniformArithmeticOp()761 groupOp->getAttrOfType<IntegerAttr>(kGroupOperationAttrName) in printGroupNonUniformArithmeticOp()763 << "\" " << groupOp->getOperand(0); in printGroupNonUniformArithmeticOp()765 if (groupOp->getNumOperands() > 1) in printGroupNonUniformArithmeticOp()766 printer << " " << kClusterSize << '(' << groupOp->getOperand(1) << ')'; in printGroupNonUniformArithmeticOp()767 printer << " : " << groupOp->getResult(0).getType(); in printGroupNonUniformArithmeticOp()770 static LogicalResult verifyGroupNonUniformArithmeticOp(Operation *groupOp) { in verifyGroupNonUniformArithmeticOp() argument772 groupOp->getAttrOfType<IntegerAttr>(kExecutionScopeAttrName).getInt()); in verifyGroupNonUniformArithmeticOp()[all …]
7477 spv::IdImmediate groupOp = { false, (unsigned)groupOperation }; in createInvocationsOperation() local7478 spvGroupOperands.push_back(groupOp); in createInvocationsOperation()7666 spv::IdImmediate groupOp = { false, (unsigned)groupOperation }; in CreateInvocationsVectorOperation() local7667 spvGroupOperands.push_back(groupOp); in CreateInvocationsVectorOperation()
7115 spv::IdImmediate groupOp = { false, (unsigned)groupOperation }; in createInvocationsOperation() local7116 spvGroupOperands.push_back(groupOp); in createInvocationsOperation()7304 spv::IdImmediate groupOp = { false, (unsigned)groupOperation }; in CreateInvocationsVectorOperation() local7305 spvGroupOperands.push_back(groupOp); in CreateInvocationsVectorOperation()