Lines Matching refs:resolveOperands
678 if (parser.resolveOperands(operandInfo, operandTypes, parser.getNameLoc(), in parseAtomicUpdateOp()
803 parser.resolveOperands(operandInfo, type, state.operands)) { in parseUnaryOp()
841 parser.resolveOperands(ops, type, result.operands)) { in parseLogicalBinaryOp()
862 parser.resolveOperands(operandInfo, {baseType, shiftType}, loc, in parseShiftOp()
994 if (parser.resolveOperands(indicesInfo, indicesTypes, loc, state.operands)) in parseAccessChainOp()
1087 if (parser.resolveOperands( in parseAtomicCompareExchangeWeakOp()
1309 return parser.resolveOperands(operands, elementTypes, loc, state.operands); in parseCompositeConstructOp()
1432 parser.resolveOperands(operands, {objectType, compositeType}, loc, in parseCompositeInsertOp()
2146 if (parser.resolveOperands(operandInfo, {ptrType, elementType}, loc, in parseSubgroupBlockWriteINTELOp()
2834 if (parser.resolveOperands(operandInfo, {ptrType, elementType}, loc, in parseStoreOp()
3003 if (parser.resolveOperands(operandInfo, in parseCooperativeMatrixLoadNVOp()
3058 if (parser.resolveOperands( in parseCooperativeMatrixStoreNVOp()