Lines Matching defs:inputs
40 SmallVector<Value, 4> inputs;
57 inputs.push_back(operand);
60 return inputs;
67 SmallVector<Value, 4> inputs = getInputsOfCluster(cluster);
71 : b.getFunctionType(ValueRange(inputs).getTypes(), shape.getType());
79 for (auto inputAndArg : llvm::zip(inputs, fnOp.getArguments()))
90 return std::make_pair(fnOp, inputs);
149 const SmallVector<Value> &inputs = pair.second;
155 shapeMappingValue.inputs = inputs;
274 // The output of a cluster is the `shape`, and the inputs are the outputs of