Searched defs:Sequential (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Support/ |
H A D | Parallel.cpp | 101 add(std::function<void ()> F,bool Sequential=false) add() argument 131 bool Sequential = hasSequentialTasks(); work() local 208 spawn(std::function<void ()> F,bool Sequential) spawn() argument
|
/llvm-project/flang/runtime/ |
H A D | connection.h | 23 enum class Access { Sequential, Direct, Stream }; enumerator
|
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | ParallelLoopMapper.cpp | 54 enum MappingLevel { MapGrid = 0, MapBlock = 1, Sequential = 2 }; enumerator
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 4394 getUMinExpr(const SCEV * LHS,const SCEV * RHS,bool Sequential) getUMinExpr() argument 4400 getUMinExpr(SmallVectorImpl<const SCEV * > & Ops,bool Sequential) getUMinExpr() argument 4814 getUMinFromMismatchedTypes(const SCEV * LHS,const SCEV * RHS,bool Sequential) getUMinFromMismatchedTypes() argument 4821 getUMinFromMismatchedTypes(SmallVectorImpl<const SCEV * > & Ops,bool Sequential) getUMinFromMismatchedTypes() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 1110 Sequential, global() enumerator
|