Home
last modified time | relevance | path

Searched defs:Mutate_ (Results 1 – 25 of 84) sorted by relevance

1234

/dports/misc/tvm/incubator-tvm-0.6.1/src/pass/
H A Dvectorize_loop.cc62 Expr Mutate_(const Load* op, const Expr& e) final { in Mutate_() function in tvm::ir::VecAllocAccess
118 Expr Mutate_(const Add* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
121 Expr Mutate_(const Sub* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
124 Expr Mutate_(const Mul* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
166 Expr Mutate_(const EQ* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
169 Expr Mutate_(const NE* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
172 Expr Mutate_(const LT* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
175 Expr Mutate_(const LE* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
178 Expr Mutate_(const GT* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
181 Expr Mutate_(const GE* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
[all …]
H A Dremove_no_op.cc35 Stmt Mutate_(const LetStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
40 Stmt Mutate_(const AttrStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
48 Stmt Mutate_(const IfThenElse* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
69 Stmt Mutate_(const For* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
77 Stmt Mutate_(const Allocate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
82 Stmt Mutate_(const ProducerConsumer* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
87 Stmt Mutate_(const Realize* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
92 Stmt Mutate_(const Evaluate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
96 Stmt Mutate_(const Block* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
H A Dir_mutator.cc136 Stmt IRMutator::Mutate_(const LetStmt *op, const Stmt& s) { in Mutate_() function in tvm::ir::IRMutator
147 Stmt IRMutator::Mutate_(const For *op, const Stmt& s) { in Mutate_() function in tvm::ir::IRMutator
204 Stmt IRMutator::Mutate_(const Store *op, const Stmt& s) { in Mutate_() function in tvm::ir::IRMutator
280 Stmt IRMutator::Mutate_(const Block* op, const Stmt& s) { in Mutate_() function in tvm::ir::IRMutator
323 Stmt IRMutator::Mutate_(const Free *op, const Stmt& s) { in Mutate_() function in tvm::ir::IRMutator
355 Expr IRMutator::Mutate_(const Load *op, const Expr& e) { in Mutate_() function in tvm::ir::IRMutator
365 Expr IRMutator::Mutate_(const Let *op, const Expr& e) { in Mutate_() function in tvm::ir::IRMutator
376 Expr IRMutator::Mutate_(const Call* op, const Expr& e) { in Mutate_() function in tvm::ir::IRMutator
430 Expr IRMutator::Mutate_(const Cast *op, const Expr& e) { in Mutate_() function in tvm::ir::IRMutator
439 Expr IRMutator::Mutate_(const Not *op, const Expr& e) { in Mutate_() function in tvm::ir::IRMutator
[all …]
H A Dsplit_host_device.cc38 Stmt Mutate_(const AttrStmt *op, const Stmt& s) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
69 Stmt Mutate_(const LetStmt *op, const Stmt& s) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
87 Stmt Mutate_(const For *op, const Stmt& s) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
92 Stmt Mutate_(const Allocate *op, const Stmt& s) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
97 Stmt Mutate_(const Store *op, const Stmt& s) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
102 Expr Mutate_(const Let *op, const Expr& e) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
120 Expr Mutate_(const Variable *op, const Expr& e) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
125 Expr Mutate_(const Load *op, const Expr& e) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
167 Stmt Mutate_(const Allocate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::HostDeviceSplitter
172 Stmt Mutate_(const AttrStmt *op, const Stmt& s) final { in Mutate_() function in tvm::ir::HostDeviceSplitter
H A Dssa.cc75 Expr Mutate_(const Variable* op, const Expr& e) final { in Mutate_() function in tvm::ir::__anon8da60a1d0111::IRConvertSSA
82 Expr Mutate_(const Let* op, const Expr& e) final { in Mutate_() function in tvm::ir::__anon8da60a1d0111::IRConvertSSA
96 Expr Mutate_(const Load* op, const Expr& e) final { in Mutate_() function in tvm::ir::__anon8da60a1d0111::IRConvertSSA
107 Stmt Mutate_(const Store* op, const Stmt& s) final { in Mutate_() function in tvm::ir::__anon8da60a1d0111::IRConvertSSA
118 Stmt Mutate_(const LetStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::__anon8da60a1d0111::IRConvertSSA
132 Stmt Mutate_(const For* op, const Stmt& s) final { in Mutate_() function in tvm::ir::__anon8da60a1d0111::IRConvertSSA
147 Stmt Mutate_(const Allocate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::__anon8da60a1d0111::IRConvertSSA
163 Stmt Mutate_(const AttrStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::__anon8da60a1d0111::IRConvertSSA
H A Dinject_virtual_thread.cc205 Expr Mutate_(const Variable *op, const Expr& e) final { in Mutate_() function in tvm::ir::VTInjector
217 Expr Mutate_(const Load* op, const Expr& e) final { in Mutate_() function in tvm::ir::VTInjector
233 Expr Mutate_(const Call* op, const Expr& e) final { in Mutate_() function in tvm::ir::VTInjector
256 Stmt Mutate_(const Evaluate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
261 Stmt Mutate_(const Store* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
279 Stmt Mutate_(const AttrStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
298 Stmt Mutate_(const LetStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
313 Stmt Mutate_(const For* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
357 Stmt Mutate_(const Block* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
372 Stmt Mutate_(const Allocate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
[all …]
H A Dlower_custom_datatypes.cc44 inline Expr Mutate_(const Cast* op, const Expr& e) final { in Mutate_() function in tvm::ir::CustomDatatypesLowerer
62 inline Expr Mutate_(const FloatImm* imm, const Expr& e) final { in Mutate_() function in tvm::ir::CustomDatatypesLowerer
73 inline Stmt Mutate_(const Allocate* allocate, const Stmt& s) final { in Mutate_() function in tvm::ir::CustomDatatypesLowerer
87 inline Expr Mutate_(const Load* load, const Expr& e) final { in Mutate_() function in tvm::ir::CustomDatatypesLowerer
H A Dlower_intrin.cc54 Expr Mutate_(const Call* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
63 Expr Mutate_(const Add* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
74 Expr Mutate_(const FloorDiv* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
120 Expr Mutate_(const FloorMod* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
170 Expr Mutate_(const Max* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
182 Expr Mutate_(const EQ* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
191 Expr Mutate_(const NE* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
H A Dinject_double_buffer.cc58 Stmt Mutate_(const AttrStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::StripDoubleBufferWrite
82 Stmt Mutate_(const AttrStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::DoubleBufferInjector
99 Stmt Mutate_(const Allocate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::DoubleBufferInjector
125 Stmt Mutate_(const For* op, const Stmt& s) final { in Mutate_() function in tvm::ir::DoubleBufferInjector
174 Stmt Mutate_(const Store* op, const Stmt& s) final { in Mutate_() function in tvm::ir::DoubleBufferInjector
191 Expr Mutate_(const Load* op, const Expr& e) final { in Mutate_() function in tvm::ir::DoubleBufferInjector
208 Expr Mutate_(const Variable* op, const Expr& e) final { in Mutate_() function in tvm::ir::DoubleBufferInjector
H A Dunroll_loop.cc48 Stmt Mutate_(const AttrStmt* op, const Stmt& stmt) final { in Mutate_() function in tvm::ir::LoopUnroller
69 Stmt Mutate_(const For* op, const Stmt& s) { in Mutate_() function in tvm::ir::LoopUnroller
113 Stmt Mutate_(const Store* op, const Stmt& stmt) final { in Mutate_() function in tvm::ir::LoopUnroller
118 Stmt Mutate_(const Evaluate* op, const Stmt& stmt) final { in Mutate_() function in tvm::ir::LoopUnroller
123 Stmt Mutate_(const Block* op, const Stmt& stmt) final { in Mutate_() function in tvm::ir::LoopUnroller
H A Dsplit_pipeline.cc63 Expr Mutate_(const Load *op, const Expr& e) final { in Mutate_() function in tvm::ir::MarkChannelAccess
74 Stmt Mutate_(const Store *op, const Stmt& s) final { in Mutate_() function in tvm::ir::MarkChannelAccess
85 Stmt Mutate_(const Allocate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::MarkChannelAccess
97 Stmt Mutate_(const AttrStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::MarkChannelAccess
173 Stmt Mutate_(const ProducerConsumer* op, const Stmt& s) final { in Mutate_() function in tvm::ir::StageSplitter
181 Expr Mutate_(const Load* op, const Expr& e) final { in Mutate_() function in tvm::ir::StageSplitter
286 Stmt Mutate_(const AttrStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::PipelineSplitter
302 Stmt Mutate_(const ProducerConsumer* op, const Stmt& s) { in Mutate_() function in tvm::ir::PipelineSplitter
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/pass/
H A Dvectorize_loop.cc62 Expr Mutate_(const Load* op, const Expr& e) final { in Mutate_() function in tvm::ir::VecAllocAccess
118 Expr Mutate_(const Add* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
121 Expr Mutate_(const Sub* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
124 Expr Mutate_(const Mul* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
166 Expr Mutate_(const EQ* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
169 Expr Mutate_(const NE* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
172 Expr Mutate_(const LT* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
175 Expr Mutate_(const LE* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
178 Expr Mutate_(const GT* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
181 Expr Mutate_(const GE* op, const Expr &e) final { in Mutate_() function in tvm::ir::Vectorizer
[all …]
H A Dremove_no_op.cc35 Stmt Mutate_(const LetStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
40 Stmt Mutate_(const AttrStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
48 Stmt Mutate_(const IfThenElse* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
69 Stmt Mutate_(const For* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
77 Stmt Mutate_(const Allocate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
82 Stmt Mutate_(const ProducerConsumer* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
87 Stmt Mutate_(const Realize* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
92 Stmt Mutate_(const Evaluate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
96 Stmt Mutate_(const Block* op, const Stmt& s) final { in Mutate_() function in tvm::ir::NoOpRemover
H A Dir_mutator.cc136 Stmt IRMutator::Mutate_(const LetStmt *op, const Stmt& s) { in Mutate_() function in tvm::ir::IRMutator
147 Stmt IRMutator::Mutate_(const For *op, const Stmt& s) { in Mutate_() function in tvm::ir::IRMutator
204 Stmt IRMutator::Mutate_(const Store *op, const Stmt& s) { in Mutate_() function in tvm::ir::IRMutator
280 Stmt IRMutator::Mutate_(const Block* op, const Stmt& s) { in Mutate_() function in tvm::ir::IRMutator
323 Stmt IRMutator::Mutate_(const Free *op, const Stmt& s) { in Mutate_() function in tvm::ir::IRMutator
355 Expr IRMutator::Mutate_(const Load *op, const Expr& e) { in Mutate_() function in tvm::ir::IRMutator
365 Expr IRMutator::Mutate_(const Let *op, const Expr& e) { in Mutate_() function in tvm::ir::IRMutator
376 Expr IRMutator::Mutate_(const Call* op, const Expr& e) { in Mutate_() function in tvm::ir::IRMutator
430 Expr IRMutator::Mutate_(const Cast *op, const Expr& e) { in Mutate_() function in tvm::ir::IRMutator
439 Expr IRMutator::Mutate_(const Not *op, const Expr& e) { in Mutate_() function in tvm::ir::IRMutator
[all …]
H A Dsplit_host_device.cc38 Stmt Mutate_(const AttrStmt *op, const Stmt& s) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
69 Stmt Mutate_(const LetStmt *op, const Stmt& s) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
87 Stmt Mutate_(const For *op, const Stmt& s) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
92 Stmt Mutate_(const Allocate *op, const Stmt& s) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
97 Stmt Mutate_(const Store *op, const Stmt& s) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
102 Expr Mutate_(const Let *op, const Expr& e) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
120 Expr Mutate_(const Variable *op, const Expr& e) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
125 Expr Mutate_(const Load *op, const Expr& e) final { in Mutate_() function in tvm::ir::IRUseDefAnalysis
167 Stmt Mutate_(const Allocate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::HostDeviceSplitter
172 Stmt Mutate_(const AttrStmt *op, const Stmt& s) final { in Mutate_() function in tvm::ir::HostDeviceSplitter
H A Dssa.cc75 Expr Mutate_(const Variable* op, const Expr& e) final { in Mutate_() function in tvm::ir::__anonaf774b730111::IRConvertSSA
82 Expr Mutate_(const Let* op, const Expr& e) final { in Mutate_() function in tvm::ir::__anonaf774b730111::IRConvertSSA
96 Expr Mutate_(const Load* op, const Expr& e) final { in Mutate_() function in tvm::ir::__anonaf774b730111::IRConvertSSA
107 Stmt Mutate_(const Store* op, const Stmt& s) final { in Mutate_() function in tvm::ir::__anonaf774b730111::IRConvertSSA
118 Stmt Mutate_(const LetStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::__anonaf774b730111::IRConvertSSA
132 Stmt Mutate_(const For* op, const Stmt& s) final { in Mutate_() function in tvm::ir::__anonaf774b730111::IRConvertSSA
147 Stmt Mutate_(const Allocate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::__anonaf774b730111::IRConvertSSA
163 Stmt Mutate_(const AttrStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::__anonaf774b730111::IRConvertSSA
H A Dinject_virtual_thread.cc205 Expr Mutate_(const Variable *op, const Expr& e) final { in Mutate_() function in tvm::ir::VTInjector
217 Expr Mutate_(const Load* op, const Expr& e) final { in Mutate_() function in tvm::ir::VTInjector
233 Expr Mutate_(const Call* op, const Expr& e) final { in Mutate_() function in tvm::ir::VTInjector
256 Stmt Mutate_(const Evaluate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
261 Stmt Mutate_(const Store* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
279 Stmt Mutate_(const AttrStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
298 Stmt Mutate_(const LetStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
313 Stmt Mutate_(const For* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
357 Stmt Mutate_(const Block* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
372 Stmt Mutate_(const Allocate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::VTInjector
[all …]
H A Dlower_custom_datatypes.cc44 inline Expr Mutate_(const Cast* op, const Expr& e) final { in Mutate_() function in tvm::ir::CustomDatatypesLowerer
62 inline Expr Mutate_(const FloatImm* imm, const Expr& e) final { in Mutate_() function in tvm::ir::CustomDatatypesLowerer
73 inline Stmt Mutate_(const Allocate* allocate, const Stmt& s) final { in Mutate_() function in tvm::ir::CustomDatatypesLowerer
87 inline Expr Mutate_(const Load* load, const Expr& e) final { in Mutate_() function in tvm::ir::CustomDatatypesLowerer
H A Dlower_intrin.cc54 Expr Mutate_(const Call* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
63 Expr Mutate_(const Add* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
74 Expr Mutate_(const FloorDiv* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
120 Expr Mutate_(const FloorMod* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
170 Expr Mutate_(const Max* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
182 Expr Mutate_(const EQ* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
191 Expr Mutate_(const NE* op, const Expr& e) final { in Mutate_() function in tvm::ir::IntrinInjecter
H A Dinject_double_buffer.cc58 Stmt Mutate_(const AttrStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::StripDoubleBufferWrite
82 Stmt Mutate_(const AttrStmt* op, const Stmt& s) final { in Mutate_() function in tvm::ir::DoubleBufferInjector
99 Stmt Mutate_(const Allocate* op, const Stmt& s) final { in Mutate_() function in tvm::ir::DoubleBufferInjector
125 Stmt Mutate_(const For* op, const Stmt& s) final { in Mutate_() function in tvm::ir::DoubleBufferInjector
174 Stmt Mutate_(const Store* op, const Stmt& s) final { in Mutate_() function in tvm::ir::DoubleBufferInjector
191 Expr Mutate_(const Load* op, const Expr& e) final { in Mutate_() function in tvm::ir::DoubleBufferInjector
208 Expr Mutate_(const Variable* op, const Expr& e) final { in Mutate_() function in tvm::ir::DoubleBufferInjector
H A Dunroll_loop.cc48 Stmt Mutate_(const AttrStmt* op, const Stmt& stmt) final { in Mutate_() function in tvm::ir::LoopUnroller
69 Stmt Mutate_(const For* op, const Stmt& s) { in Mutate_() function in tvm::ir::LoopUnroller
113 Stmt Mutate_(const Store* op, const Stmt& stmt) final { in Mutate_() function in tvm::ir::LoopUnroller
118 Stmt Mutate_(const Evaluate* op, const Stmt& stmt) final { in Mutate_() function in tvm::ir::LoopUnroller
123 Stmt Mutate_(const Block* op, const Stmt& stmt) final { in Mutate_() function in tvm::ir::LoopUnroller
/dports/misc/tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dir_mutator_with_analyzer.cc33 Mutate_(const For* op, const Stmt& s) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
40 Mutate_(const LetStmt* op, const Stmt& s) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
57 Mutate_(const IfThenElse* op, const Stmt& s) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
87 Mutate_(const AttrStmt* op, const Stmt& s) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
102 Mutate_(const AssertStmt* op, const Stmt& s) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
118 Mutate_(const Call* op, const Expr& self) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
152 Mutate_(const Let* op, const Expr& self) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
169 Mutate_(const Select* op, const Expr& self) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
198 Mutate_(const Reduce* op, const Expr& self) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
H A Drewrite_simplify.cc120 Mutate_(const Add* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
235 Mutate_(const Sub* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
434 Mutate_(const Mul* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
473 Mutate_(const Div* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
695 Mutate_(const Mod* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
1362 Mutate_(const EQ* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
1396 Mutate_(const NE* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
1401 Mutate_(const LE* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
1406 Mutate_(const GT* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
1411 Mutate_(const GE* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dir_mutator_with_analyzer.cc33 Mutate_(const For* op, const Stmt& s) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
40 Mutate_(const LetStmt* op, const Stmt& s) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
57 Mutate_(const IfThenElse* op, const Stmt& s) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
87 Mutate_(const AttrStmt* op, const Stmt& s) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
102 Mutate_(const AssertStmt* op, const Stmt& s) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
118 Mutate_(const Call* op, const Expr& self) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
152 Mutate_(const Let* op, const Expr& self) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
169 Mutate_(const Select* op, const Expr& self) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
198 Mutate_(const Reduce* op, const Expr& self) { in Mutate_() function in tvm::arith::IRMutatorWithAnalyzer
H A Drewrite_simplify.cc120 Mutate_(const Add* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
235 Mutate_(const Sub* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
434 Mutate_(const Mul* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
473 Mutate_(const Div* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
695 Mutate_(const Mod* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
1362 Mutate_(const EQ* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
1396 Mutate_(const NE* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
1401 Mutate_(const LE* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
1406 Mutate_(const GT* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
1411 Mutate_(const GE* op, const Expr& self) { in Mutate_() function in tvm::arith::RewriteSimplifier::Impl
[all …]

1234