Home
last modified time | relevance | path

Searched defs:solverContext (Results 1 – 5 of 5) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Quantizer/Transforms/
H A DAddDefaultStatsTestPass.cpp36 AddDefaultStatsPass(SolverContext &solverContext, in AddDefaultStatsPass()
58 SolverContext solverContext(*getFunction().getContext()); in runOnFunction() local
63 void AddDefaultStatsPass::runWithConfig(SolverContext &solverContext, in runWithConfig()
H A DInferQuantizedTypesPass.cpp78 InferQuantizedTypesPass(SolverContext &solverContext, in InferQuantizedTypesPass()
115 SolverContext solverContext(*getModule().getContext()); in runOnModule() local
120 void InferQuantizedTypesPass::runWithConfig(SolverContext &solverContext, in runWithConfig()
282 SolverContext &solverContext, const TargetConfiguration &config) { in createInferQuantizedTypesPass()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Quantizer/Support/
H A DUniformConstraints.cpp36 static QuantizedType solveUniformType(SolverContext &solverContext, in solveUniformType()
115 void propagate(SolverContext &solverContext, in propagate()
159 void propagate(SolverContext &solverContext, in propagate()
H A DConstraintAnalysisGraph.cpp136 void CAGAnchorNode::propagate(SolverContext &solverContext, in propagate()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Quantizer/Support/
H A DConstraintAnalysisGraph.h90 virtual void propagate(SolverContext &solverContext, in propagate()