Home
last modified time | relevance | path

Searched defs:BoundInfo (Results 1 – 25 of 39) sorted by relevance

12

/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_arith_new.h535 struct BoundInfo { struct
542 BoundInfo(const EpsRational& bound, const Theorem& thm): bound(bound), theorem(thm) {} in BoundInfo() argument
545 BoundInfo(): bound(0), theorem() {} in BoundInfo() argument
574 struct ExprBoundInfo { argument
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DDependenceAnalysis.h360 struct BoundInfo { struct
361 const SCEV *Iterations;
362 const SCEV *Upper[8];
363 const SCEV *Lower[8];
364 unsigned char Direction;
365 unsigned char DirSet;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h360 struct BoundInfo { struct
361 const SCEV *Iterations;
362 const SCEV *Upper[8];
363 const SCEV *Lower[8];
364 unsigned char Direction;
365 unsigned char DirSet;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h360 struct BoundInfo { struct
361 const SCEV *Iterations;
362 const SCEV *Upper[8];
363 const SCEV *Lower[8];
364 unsigned char Direction;
365 unsigned char DirSet;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DDependenceAnalysis.h360 struct BoundInfo { struct
361 const SCEV *Iterations;
362 const SCEV *Upper[8];
363 const SCEV *Lower[8];
364 unsigned char Direction;
365 unsigned char DirSet;
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DDependenceAnalysis.h357 struct BoundInfo { struct
358 const SCEV *Iterations;
359 const SCEV *Upper[8];
360 const SCEV *Lower[8];
361 unsigned char Direction;
362 unsigned char DirSet;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h361 struct BoundInfo { struct
362 const SCEV *Iterations;
363 const SCEV *Upper[8];
364 const SCEV *Lower[8];
365 unsigned char Direction;
366 unsigned char DirSet;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h361 struct BoundInfo { struct
362 const SCEV *Iterations;
363 const SCEV *Upper[8];
364 const SCEV *Lower[8];
365 unsigned char Direction;
366 unsigned char DirSet;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h361 struct BoundInfo { struct
362 const SCEV *Iterations;
363 const SCEV *Upper[8];
364 const SCEV *Lower[8];
365 unsigned char Direction;
366 unsigned char DirSet;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DDependenceAnalysis.h361 struct BoundInfo { struct
362 const SCEV *Iterations;
363 const SCEV *Upper[8];
364 const SCEV *Lower[8];
365 unsigned char Direction;
366 unsigned char DirSet;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h361 struct BoundInfo { struct
362 const SCEV *Iterations;
363 const SCEV *Upper[8];
364 const SCEV *Lower[8];
365 unsigned char Direction;
366 unsigned char DirSet;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DDependenceAnalysis.h361 struct BoundInfo { struct
362 const SCEV *Iterations;
363 const SCEV *Upper[8];
364 const SCEV *Lower[8];
365 unsigned char Direction;
366 unsigned char DirSet;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h361 struct BoundInfo { struct
362 const SCEV *Iterations;
363 const SCEV *Upper[8];
364 const SCEV *Lower[8];
365 unsigned char Direction;
366 unsigned char DirSet;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h361 struct BoundInfo { struct
362 const SCEV *Iterations;
363 const SCEV *Upper[8];
364 const SCEV *Lower[8];
365 unsigned char Direction;
366 unsigned char DirSet;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h361 struct BoundInfo { struct
362 const SCEV *Iterations;
363 const SCEV *Upper[8];
364 const SCEV *Lower[8];
365 unsigned char Direction;
366 unsigned char DirSet;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h361 struct BoundInfo { struct
362 const SCEV *Iterations;
363 const SCEV *Upper[8];
364 const SCEV *Lower[8];
365 unsigned char Direction;
366 unsigned char DirSet;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h361 struct BoundInfo { struct
362 const SCEV *Iterations;
363 const SCEV *Upper[8];
364 const SCEV *Lower[8];
365 unsigned char Direction;
366 unsigned char DirSet;
/dports/misc/tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dconst_int_bound.cc82 struct BoundInfo { struct in tvm::arith::ConstIntBoundAnalyzer::Impl
84 Expr expr;
86 Entry bound;
88 BoundInfo() {} in BoundInfo() function
89 BoundInfo(Expr expr, Entry bound) in BoundInfo() argument
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dconst_int_bound.cc82 struct BoundInfo { struct in tvm::arith::ConstIntBoundAnalyzer::Impl
84 Expr expr;
86 Entry bound;
88 BoundInfo() {} in BoundInfo() function
89 BoundInfo(Expr expr, Entry bound) in BoundInfo() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/arith/
H A Dconst_int_bound.cc89 struct BoundInfo { struct in tvm::arith::ConstIntBoundAnalyzer::Impl
91 PrimExpr expr;
93 Entry bound;
95 BoundInfo() {} in BoundInfo() argument
96 BoundInfo(PrimExpr expr, Entry bound) : expr(expr), bound(bound) {} in BoundInfo() argument
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/autoscheduler/
H A DFunctionDAG.h505 struct BoundInfo { struct
507 Expr expr;
511 int64_t coeff, constant;
512 int64_t consumer_dim;
513 bool affine, uses_max;
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxScan.cpp131 struct BoundInfo { in execTUX_BOUND_INFO() struct
132 int type2; // with EQ -> LE/GE in execTUX_BOUND_INFO()
133 Uint32 offset; // offset in xfrmData in execTUX_BOUND_INFO()
134 Uint32 size; in execTUX_BOUND_INFO()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxScan.cpp209 struct BoundInfo { in execTUX_BOUND_INFO() struct
210 int type2; // with EQ -> LE/GE in execTUX_BOUND_INFO()
211 Uint32 offset; // word offset in signal data in execTUX_BOUND_INFO()
212 Uint32 bytes; in execTUX_BOUND_INFO()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxScan.cpp209 struct BoundInfo { in execTUX_BOUND_INFO() struct
210 int type2; // with EQ -> LE/GE in execTUX_BOUND_INFO()
211 Uint32 offset; // word offset in signal data in execTUX_BOUND_INFO()
212 Uint32 bytes; in execTUX_BOUND_INFO()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxScan.cpp209 struct BoundInfo { in execTUX_BOUND_INFO() struct
210 int type2; // with EQ -> LE/GE in execTUX_BOUND_INFO()
211 Uint32 offset; // word offset in signal data in execTUX_BOUND_INFO()
212 Uint32 bytes; in execTUX_BOUND_INFO()

12