Home
last modified time | relevance | path

Searched defs:dom_map (Results 1 – 25 of 57) sorted by relevance

123

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/arith/
H A Dint_set.cc499 IntSet IntSetAnalyzer::operator()(const PrimExpr& expr, const Map<Var, IntSet>& dom_map) { in operator ()()
649 Map<Var, IntSet> ConvertDomMap(const Map<IterVar, IntSet>& dom_map) { in ConvertDomMap()
657 Map<Var, IntSet> ConvertDomMap(const std::unordered_map<const VarNode*, IntSet>& dom_map) { in ConvertDomMap()
665 IntSet EvalSet(PrimExpr e, const Map<Var, IntSet>& dom_map) { in EvalSet()
676 IntSet EvalSet(PrimExpr e, const Map<IterVar, IntSet>& dom_map) { in EvalSet()
680 IntSet EvalSet(PrimExpr e, const std::unordered_map<const VarNode*, IntSet>& dom_map) { in EvalSet()
684 IntSet EvalSet(Range r, const Map<Var, IntSet>& dom_map) { in EvalSet()
693 IntSet EvalSet(Range r, const std::unordered_map<const VarNode*, IntSet>& dom_map) { in EvalSet()
697 IntSet EvalSet(IntSet s, const std::unordered_map<const VarNode*, IntSet>& dom_map) { in EvalSet()
709 explicit SubExprIntervalSetEvaluator(Analyzer* analyzer, const Map<Var, IntSet>& dom_map) in SubExprIntervalSetEvaluator()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dint_set.cc360 const Map<Var, IntSet>& dom_map, in IntervalSetEvaluator()
561 const Map<Var, IntSet>& dom_map) { in operator ()()
712 Map<Var, IntSet> ConvertDomMap(const Map<IterVar, IntSet>& dom_map) { in ConvertDomMap()
721 const std::unordered_map<const Variable*, IntSet>& dom_map) { in ConvertDomMap()
730 const Map<Var, IntSet>& dom_map) { in EvalSet()
742 const Map<IterVar, IntSet>& dom_map) { in EvalSet()
747 const std::unordered_map<const Variable*, IntSet>& dom_map) { in EvalSet()
752 const Map<Var, IntSet>& dom_map) { in EvalSet()
783 const Map<Var, IntSet>& dom_map) in SubExprIntervalSetEvaluator()
797 const std::unordered_map<const Variable*, IntSet>& dom_map) { in EvalSetForEachSubExpr()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dint_set.cc360 const Map<Var, IntSet>& dom_map, in IntervalSetEvaluator()
561 const Map<Var, IntSet>& dom_map) { in operator ()()
712 Map<Var, IntSet> ConvertDomMap(const Map<IterVar, IntSet>& dom_map) { in ConvertDomMap()
721 const std::unordered_map<const Variable*, IntSet>& dom_map) { in ConvertDomMap()
730 const Map<Var, IntSet>& dom_map) { in EvalSet()
742 const Map<IterVar, IntSet>& dom_map) { in EvalSet()
747 const std::unordered_map<const Variable*, IntSet>& dom_map) { in EvalSet()
752 const Map<Var, IntSet>& dom_map) { in EvalSet()
783 const Map<Var, IntSet>& dom_map) in SubExprIntervalSetEvaluator()
797 const std::unordered_map<const Variable*, IntSet>& dom_map) { in EvalSetForEachSubExpr()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/schedule/
H A Dmessage_passing.cc120 const Map<IterVar, Range>& dom_map, in PassUpIndex()
179 const Map<IterVar, Range>& dom_map, in PassDownIndex()
227 const std::unordered_map<IterVar, Range>& dom_map, in PassUpDomain()
250 const std::unordered_map<IterVar, Range>& dom_map, in PassUpDomain()
300 const std::unordered_map<IterVar, Range>& dom_map, in PassUpDomain()
314 const std::unordered_map<IterVar, Range>& dom_map, in PassUpDomain()
450 const Map<IterVar, Range>& dom_map, in PassUpBoundCheck()
491 const Map<IterVar, Range>& dom_map, in MakeBoundCheck()
H A Dschedule_ops.cc42 const std::unordered_map<IterVar, Range>& dom_map, in MakePipeline()
78 const std::unordered_map<IterVar, Range>& dom_map, in InjectAttach()
122 const std::unordered_map<IterVar, Range>& dom_map, in InjectScanStep()
361 std::unordered_map<IterVar, Range> dom_map = as_unordered_map(dom_map_); in ScheduleOps() local
/dports/misc/tvm/incubator-tvm-0.6.1/src/schedule/
H A Dmessage_passing.cc120 const Map<IterVar, Range>& dom_map, in PassUpIndex()
179 const Map<IterVar, Range>& dom_map, in PassDownIndex()
227 const std::unordered_map<IterVar, Range>& dom_map, in PassUpDomain()
250 const std::unordered_map<IterVar, Range>& dom_map, in PassUpDomain()
300 const std::unordered_map<IterVar, Range>& dom_map, in PassUpDomain()
314 const std::unordered_map<IterVar, Range>& dom_map, in PassUpDomain()
450 const Map<IterVar, Range>& dom_map, in PassUpBoundCheck()
491 const Map<IterVar, Range>& dom_map, in MakeBoundCheck()
H A Dschedule_ops.cc42 const std::unordered_map<IterVar, Range>& dom_map, in MakePipeline()
78 const std::unordered_map<IterVar, Range>& dom_map, in InjectAttach()
122 const std::unordered_map<IterVar, Range>& dom_map, in InjectScanStep()
361 std::unordered_map<IterVar, Range> dom_map = as_unordered_map(dom_map_); in ScheduleOps() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/te/operation/
H A Dhybrid_op.cc122 const std::unordered_map<const VarNode*, IntSet>& dom_map, in PropBoundToInputs()
163 const std::unordered_map<IterVar, Range>& dom_map, in BuildProvide()
202 Stmt ApplyLoopShapes(const Stage& stage, const std::unordered_map<IterVar, Range>& dom_map, in ApplyLoopShapes()
211 LoopSpliter(const SplitNode* split, const std::unordered_map<IterVar, Range>& dom_map) in ApplyLoopShapes()
372 Stmt ApplyLoopOrder(const Stage& stage, const std::unordered_map<IterVar, Range>& dom_map, in ApplyLoopOrder()
396 const std::unordered_map<IterVar, Range>& dom_map; in ApplyLoopOrder() member in tvm::te::ApplyLoopOrder::LoopReorder
400 LoopReorder(const Stage& stage, const std::unordered_map<IterVar, Range>& dom_map, in ApplyLoopOrder()
426 Stmt ApplySchedule(const Stage& stage, const std::unordered_map<IterVar, Range>& dom_map, in ApplySchedule()
H A Dplaceholder_op.cc79 const std::unordered_map<const VarNode*, IntSet>& dom_map, in PropBoundToInputs()
93 const std::unordered_map<IterVar, Range>& dom_map, in BuildProvide()
H A Dtensorize.cc43 const std::unordered_map<IterVar, Range>& dom_map, in InferTensorizeRegion()
199 const std::unordered_map<IterVar, Range>& dom_map, in Init()
299 const std::unordered_map<IterVar, Range>& dom_map, in MatchTensorizeBody()
314 const std::unordered_map<IterVar, Range>& dom_map, in VerifyTensorizeBody()
343 const std::unordered_map<IterVar, Range>& dom_map, in MakeTensorize()
H A Dscan_op.cc162 const std::unordered_map<const VarNode*, IntSet>& dom_map, in PropBoundToInputs()
236 Stmt ScanOpNode::BuildRealize(const Stage& stage, const std::unordered_map<IterVar, Range>& dom_map, in BuildRealize()
258 Stmt ScanOpNode::BuildProvide(const Stage& stage, const std::unordered_map<IterVar, Range>& dom_map, in BuildProvide()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/te/schedule/
H A Dmessage_passing.cc173 void PassUpIndex(const Stage& stage, const Map<IterVar, Range>& dom_map, in PassUpIndex()
234 void PassDownIndex(const Stage& stage, const Map<IterVar, Range>& dom_map, in PassDownIndex()
280 void PassUpDomain(const SplitNode* s, const std::unordered_map<IterVar, Range>& dom_map, in PassUpDomain()
296 void PassUpDomain(const FuseNode* s, const std::unordered_map<IterVar, Range>& dom_map, in PassUpDomain()
343 void PassUpDomain(const RebaseNode* s, const std::unordered_map<IterVar, Range>& dom_map, in PassUpDomain()
354 void PassUpDomain(const Stage& stage, const std::unordered_map<IterVar, Range>& dom_map, in PassUpDomain()
480 void PassUpBoundCheck(const Stage& s, const Map<IterVar, Range>& dom_map, in PassUpBoundCheck()
526 std::vector<PrimExpr> MakeBoundCheck(const Stage& stage, const Map<IterVar, Range>& dom_map, in MakeBoundCheck()
H A Dschedule_ops.cc43 Stmt MakePipeline(const Stage& s, const std::unordered_map<IterVar, Range>& dom_map, Stmt consumer, in MakePipeline()
65 const std::unordered_map<IterVar, Range>& dom_map, bool debug_keep_trivial_loop) in InjectAttach()
105 const std::unordered_map<IterVar, Range>& dom_map, bool is_init, in InjectScanStep()
320 std::unordered_map<IterVar, Range> dom_map = as_unordered_map(dom_map_); in ScheduleOps() local
/dports/misc/tvm/incubator-tvm-0.6.1/src/op/
H A Dhybrid_op.cc131 const std::unordered_map<const Variable*, IntSet> &dom_map, in PropBoundToInputs()
180 const std::unordered_map<IterVar, Range> &dom_map, in BuildProvide()
223 const std::unordered_map<IterVar, Range> &dom_map, Stmt stmt) { in ApplyLoopShapes()
232 const std::unordered_map<IterVar, Range> &dom_map) : in ApplyLoopShapes()
390 const std::unordered_map<IterVar, Range> &dom_map, in ApplyLoopOrder()
415 const std::unordered_map<IterVar, Range> &dom_map; in ApplyLoopOrder() member in tvm::op::ApplyLoopOrder::LoopReorder
420 const std::unordered_map<IterVar, Range> &dom_map, in ApplyLoopOrder()
449 const std::unordered_map<IterVar, Range> &dom_map, Stmt stmt) { in ApplySchedule()
H A Dplaceholder_op.cc82 const std::unordered_map<const Variable*, IntSet>& dom_map, in PropBoundToInputs()
101 const std::unordered_map<IterVar, Range>& dom_map, in BuildProvide()
H A Dtensorize.cc44 const std::unordered_map<IterVar, Range>& dom_map, in InferTensorizeRegion()
208 const std::unordered_map<IterVar, Range>& dom_map, in Init()
311 const std::unordered_map<IterVar, Range>& dom_map, in MatchTensorizeBody()
328 const std::unordered_map<IterVar, Range>& dom_map, in VerifyTensorizeBody()
361 const std::unordered_map<IterVar, Range>& dom_map, in MakeTensorize()
H A Dscan_op.cc180 const std::unordered_map<const Variable*, IntSet>& dom_map, in PropBoundToInputs()
257 const std::unordered_map<IterVar, Range>& dom_map, in BuildRealize()
282 const std::unordered_map<IterVar, Range>& dom_map, in BuildProvide()
H A Dcompute_op.cc215 const std::unordered_map<const Variable*, IntSet>& dom_map, in PropBoundToInputs()
359 const std::unordered_map<IterVar, Range>& dom_map, in MakeComputeStmt()
451 const std::unordered_map<IterVar, Range>& dom_map, in BuildProvide()
468 const std::unordered_map<IterVar, Range>& dom_map, in make()
605 const std::unordered_map<IterVar, Range>& dom_map, in TransformUpdate()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/op/
H A Dhybrid_op.cc131 const std::unordered_map<const Variable*, IntSet> &dom_map, in PropBoundToInputs()
180 const std::unordered_map<IterVar, Range> &dom_map, in BuildProvide()
223 const std::unordered_map<IterVar, Range> &dom_map, Stmt stmt) { in ApplyLoopShapes()
232 const std::unordered_map<IterVar, Range> &dom_map) : in ApplyLoopShapes()
390 const std::unordered_map<IterVar, Range> &dom_map, in ApplyLoopOrder()
415 const std::unordered_map<IterVar, Range> &dom_map; in ApplyLoopOrder() member in tvm::op::ApplyLoopOrder::LoopReorder
420 const std::unordered_map<IterVar, Range> &dom_map, in ApplyLoopOrder()
449 const std::unordered_map<IterVar, Range> &dom_map, Stmt stmt) { in ApplySchedule()
H A Dplaceholder_op.cc82 const std::unordered_map<const Variable*, IntSet>& dom_map, in PropBoundToInputs()
101 const std::unordered_map<IterVar, Range>& dom_map, in BuildProvide()
H A Dtensorize.cc44 const std::unordered_map<IterVar, Range>& dom_map, in InferTensorizeRegion()
208 const std::unordered_map<IterVar, Range>& dom_map, in Init()
311 const std::unordered_map<IterVar, Range>& dom_map, in MatchTensorizeBody()
328 const std::unordered_map<IterVar, Range>& dom_map, in VerifyTensorizeBody()
361 const std::unordered_map<IterVar, Range>& dom_map, in MakeTensorize()
H A Dscan_op.cc180 const std::unordered_map<const Variable*, IntSet>& dom_map, in PropBoundToInputs()
257 const std::unordered_map<IterVar, Range>& dom_map, in BuildRealize()
282 const std::unordered_map<IterVar, Range>& dom_map, in BuildProvide()
H A Dcompute_op.cc215 const std::unordered_map<const Variable*, IntSet>& dom_map, in PropBoundToInputs()
359 const std::unordered_map<IterVar, Range>& dom_map, in MakeComputeStmt()
451 const std::unordered_map<IterVar, Range>& dom_map, in BuildProvide()
468 const std::unordered_map<IterVar, Range>& dom_map, in make()
605 const std::unordered_map<IterVar, Range>& dom_map, in TransformUpdate()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUGISel.td253 SDPatternOperator node,
265 ValueType dst_vt,
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_dominators.cpp65 auto dom_map = make_iterator_property_map(doms.begin(), index_map); in calcDominators() local

123