Lines Matching refs:growAggregate
286 sequence = intermediate.growAggregate(sequence, in handleLvalue()
300 sequence = intermediate.growAggregate(sequence, storeOp); in handleLvalue()
305 sequence = intermediate.growAggregate(sequence, in handleLvalue()
313 sequence = intermediate.growAggregate(sequence, intermediate.addSymbol(*rhsTmp)); in handleLvalue()
323 sequence = intermediate.growAggregate(sequence, in handleLvalue()
1637 paramNodes = intermediate.growAggregate(paramNodes, in addStructBufferHiddenCounterParam()
1716 paramNodes = intermediate.growAggregate(paramNodes, in handleFunctionDefinition()
1724 paramNodes = intermediate.growAggregate(paramNodes, in handleFunctionDefinition()
1732 …paramNodes = intermediate.growAggregate(paramNodes, intermediate.addSymbol(*param.type, loc), loc); in handleFunctionDefinition()
2170 intermediate.growAggregate(synthBody, handleAssign(loc, EOpAssign, arg, in transformEntryPoint()
2177 intermediate.growAggregate(synthBody, handleAssign(loc, EOpAssign, arg, in transformEntryPoint()
2180 intermediate.growAggregate(synthBody, handleAssign(loc, EOpAssign, arg, in transformEntryPoint()
2227 intermediate.growAggregate(synthBody, returnAssign); in transformEntryPoint()
2229 intermediate.growAggregate(synthBody, callReturn); in transformEntryPoint()
2244 intermediate.growAggregate(synthBody, handleAssign(loc, EOpAssign, in transformEntryPoint()
2267 node = intermediate.growAggregate(node, functionBody); in handleFunctionBody()
2450 arguments = intermediate.growAggregate(arguments, newArg); in handleFunctionArgument()
2475 assignList = intermediate.growAggregate(assignList, in assignPosition()
2497 …assignList = intermediate.growAggregate(assignList, intermediate.addAssign(EOpAssign, lhsElement, … in assignPosition()
2503 …assignList = intermediate.growAggregate(assignList, intermediate.addAssign(op, left, rhsTempSym, l… in assignPosition()
2674 assignList = intermediate.growAggregate(assignList, clipCullAssign); in assignClipCullDistance()
2736 assignList = intermediate.growAggregate(assignList, clipCullAssign); in assignClipCullDistance()
2874 assignList = intermediate.growAggregate(assignList, in handleAssign()
3040 …assignList = intermediate.growAggregate(assignList, intermediate.addAssign(op, left, right, loc), … in handleAssign()
3073 assignList = intermediate.growAggregate(assignList, clipCullAssign, loc); in handleAssign()
3077 assignList = intermediate.growAggregate(assignList, positionAssign, loc); in handleAssign()
3088 assignList = intermediate.growAggregate(assignList, in handleAssign()
3100 …assignList = intermediate.growAggregate(assignList, intermediate.addAssign(op, left, right, loc), … in handleAssign()
3194 … result = intermediate.growAggregate(result, intermediate.addAssign(op, leftComp, rightComp, loc)); in handleAssignToMatrixSwizzle()
3484 …body = intermediate.growAggregate(body, intermediate.addAssign(EOpAssign, byteAddrIdxVar, byteAddr… in decomposeStructBufferMethods()
3508 vec = intermediate.growAggregate(vec, indexVal); in decomposeStructBufferMethods()
3514 body = intermediate.growAggregate(body, vec); in decomposeStructBufferMethods()
3555 …body = intermediate.growAggregate(body, intermediate.addAssign(EOpAssign, byteAddrIdxVar, byteAddr… in decomposeStructBufferMethods()
3583 body = intermediate.growAggregate(body, assign); in decomposeStructBufferMethods()
3605 body = intermediate.growAggregate(body, assign, loc); in decomposeStructBufferMethods()
3610 body = intermediate.growAggregate(body, assign, loc); in decomposeStructBufferMethods()
3623 body = intermediate.growAggregate(body, assign); in decomposeStructBufferMethods()
4158 compoundStatement = intermediate.growAggregate(compoundStatement, compAssign); in decomposeSampleMethods()
4171 compoundStatement = intermediate.growAggregate(compoundStatement, compAssign); in decomposeSampleMethods()
4184 compoundStatement = intermediate.growAggregate(compoundStatement, compAssign); in decomposeSampleMethods()
4589 compoundStatement = intermediate.growAggregate(compoundStatement, compAssign); in decomposeSampleMethods()
4625 compoundStatement = intermediate.growAggregate(compoundStatement, test); in decomposeSampleMethods()
4688 sequence = intermediate.growAggregate(sequence, data, loc); in decomposeGeometryMethods()
4689 sequence = intermediate.growAggregate(sequence, emit); in decomposeGeometryMethods()
4856 compoundStatement = intermediate.growAggregate(compoundStatement, cosAssign); in decomposeIntrinsic()
5311 compoundStatement = intermediate.growAggregate(compoundStatement, andNode); in decomposeIntrinsic()
5586 arguments = intermediate.growAggregate(front, arguments); in pushFrontArguments()
5728 … assignAgg = intermediate.growAggregate(assignAgg, internalSymbolNode, arg->getLoc()); in addInputArgumentConversions()
5768 arguments = intermediate.growAggregate(arguments, arg); in expandArguments()
5882 … conversionTree = intermediate.growAggregate(conversionTree, tempAssign, arguments[i]->getLoc()); in addOutputArgumentConversions()
5893 conversionTree = intermediate.growAggregate(conversionTree, tempRetNode, loc); in addOutputArgumentConversions()
8314 … seq = intermediate.growAggregate(seq, intermediate.addBinaryNode(EOpAssign, copy, node, loc)); in handleConstructor()
8315 …seq = intermediate.growAggregate(seq, convertInitializerList(loc, type, intermediate.makeAggregate… in handleConstructor()
8631 … elementConstructee = intermediate.growAggregate(elementConstructee, getNextComponent()); in convertArray()
8640 constructor = intermediate.growAggregate(constructor, elementArg); in convertArray()
9929 pcfArguments = intermediate.growAggregate(pcfArguments, inputArg); in addPatchConstantInvocation()
10019 pcfCallSequence = intermediate.growAggregate(pcfCallSequence, in addPatchConstantInvocation()
10062 pcfCallSequence = intermediate.growAggregate(pcfCallSequence, pcfResultAssign); in addPatchConstantInvocation()
10063 pcfCallSequence = intermediate.growAggregate(pcfCallSequence, pcfResultToOut); in addPatchConstantInvocation()
10065 pcfCallSequence = intermediate.growAggregate(pcfCallSequence, pcfCall); in addPatchConstantInvocation()