HomeSort by relevance Sort by last modified time
    Searched defs:Dependences (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonVectorLoopCarriedReuse.cpp 12 // to identify loop carried dependences. This is scalar replacement for vector
91 // --- DepChains & Loop carried dependences ---
158 cl::desc("Maximum distance of loop carried dependences that are handled"),
281 SetVector<DepChain *> Dependences;
373 for (auto *D : Dependences) {
549 Dependences.clear();
559 llvm::for_each(Dependences, std::default_delete<DepChain>());
603 for (auto *D : Dependences) {
612 for (auto *D : Dependences) {
629 Dependences.insert(D)
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 99 SmallVector<std::pair<OpenMPDependClauseKind, const Expr *>, 4> Dependences;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 59 /// Checks memory dependences among accesses to the same underlying
110 // FIXME: If we only have loop-independent forward dependences (e.g. a
113 // enumerating loop-independent forward dependences in
210 /// Returns the memory dependences. If null is returned we exceeded
214 return RecordDependences ? &Dependences : nullptr;
217 void clearDependences() { Dependences.clear(); }
244 /// expressions need to be made in order to avoid unknown dependences. For
276 //// True if Dependences reflects the dependences in the
278 //// Dependences is invalid
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 90 /// \brief Checks memory dependences among accesses to the same underlying
141 // FIXME: If we only have loop-independent forward dependences (e.g. a
144 // enumerating loop-independent forward dependences in
237 /// \brief Returns the memory dependences. If null is returned we exceeded
241 return RecordDependences ? &Dependences : nullptr;
244 void clearDependences() { Dependences.clear(); }
271 /// expressions need to be made in order to avoid unknown dependences. For
297 //// \brief True if Dependences reflects the dependences in the
299 //// Dependences is invalid
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 806 // To avoid breaking dependences, vectorized instructions of an interleav
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 333 milliseconds