Home
last modified time | relevance | path

Searched refs:InferQuantizedTypesPass (Results 1 – 1 of 1) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Quantizer/Transforms/
H A DInferQuantizedTypesPass.cpp75 class InferQuantizedTypesPass : public ModulePass<InferQuantizedTypesPass> { class
77 InferQuantizedTypesPass() = default;
78 InferQuantizedTypesPass(SolverContext &solverContext, in InferQuantizedTypesPass() function in __anonc50d6e370111::InferQuantizedTypesPass
107 void InferQuantizedTypesPass::runOnModule() { in runOnModule()
120 void InferQuantizedTypesPass::runWithConfig(SolverContext &solverContext, in runWithConfig()
173 void InferQuantizedTypesPass::transformOperandType(CAGOperandAnchor *anchor, in transformOperandType()
229 void InferQuantizedTypesPass::transformResultType(CAGResultAnchor *anchor, in transformResultType()
283 return std::make_unique<InferQuantizedTypesPass>(solverContext, config); in createInferQuantizedTypesPass()
286 static PassRegistration<InferQuantizedTypesPass>