MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / generateFunctionSignature

Function generateFunctionSignature

tools/cuda-tile-tblgen/BytecodeReaderGen.cpp:256–258  ·  view source on GitHub ↗

Generates the C++ function signature for the 'parse ' function, which handles deserialization for a specific cuda_tile operation.

Source from the content-addressed store, hash-verified

254/// Generates the C++ function signature for the 'parse<OpName>' function,
255/// which handles deserialization for a specific cuda_tile operation.
256static void generateFunctionSignature(const Operator &op, raw_ostream &os) {
257 os << llvm::formatv(functionSignatureTemplate, op.getCppClassName());
258}
259
260/// Generates C++ code within the 'parse<OpName>' function to deserialize the
261/// operands of the given operation.

Callers 1

generateOpReaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected