Searched refs:processVariableOp (Results 1 – 3 of 3) sorted by relevance
131 LogicalResult processVariableOp(spirv::VariableOp op);
266 LogicalResult Serializer::processVariableOp(spirv::VariableOp op) { in processVariableOp() function in mlir::spirv::Serializer
1148 .Case([&](spirv::VariableOp op) { return processVariableOp(op); }) in processOperation()