Home
last modified time | relevance | path

Searched refs:SCEVs (Results 51 – 75 of 139) sorted by relevance

123456

/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/include/polly/CodeGen/
H A DIslNodeBuilder.h38 SetVector<const SCEV *> &SCEVs; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/include/polly/CodeGen/
H A DIslNodeBuilder.h40 SetVector<const SCEV *> &SCEVs; member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Analysis/StackSafetyAnalysis/
H A Dscev-udiv.ll7 ; could return an empty-set range. This could occur with udiv SCEVs where the
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/include/polly/CodeGen/
H A DIslNodeBuilder.h40 SetVector<const SCEV *> &SCEVs; member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/include/polly/CodeGen/
H A DIslNodeBuilder.h38 SetVector<const SCEV *> &SCEVs; member
/dports/devel/llvm90/llvm-9.0.1.src/test/Analysis/StackSafetyAnalysis/
H A Dscev-udiv.ll7 ; could return an empty-set range. This could occur with udiv SCEVs where the
/dports/devel/llvm80/llvm-8.0.1.src/test/Analysis/StackSafetyAnalysis/
H A Dscev-udiv.ll7 ; could return an empty-set range. This could occur with udiv SCEVs where the
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/include/polly/CodeGen/
H A DIslNodeBuilder.h38 SetVector<const SCEV *> &SCEVs;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp219 References.SCEVs.insert(References.SE.getSCEVAtScope(SrcVal, Scope)); in findReferencesInBlock()
311 SetVector<const SCEV *> SCEVs; in getReferencesInSubtree() local
313 LI, SE, S, ValueMap, Values, SCEVs, getBlockGenerator(), nullptr}; in getReferencesInSubtree()
326 for (const SCEV *Expr : SCEVs) { in getReferencesInSubtree()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp219 References.SCEVs.insert(References.SE.getSCEVAtScope(SrcVal, Scope)); in findReferencesInBlock()
311 SetVector<const SCEV *> SCEVs; in getReferencesInSubtree() local
313 LI, SE, S, ValueMap, Values, SCEVs, getBlockGenerator(), nullptr}; in getReferencesInSubtree()
326 for (const SCEV *Expr : SCEVs) { in getReferencesInSubtree()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp219 References.SCEVs.insert(References.SE.getSCEVAtScope(SrcVal, Scope)); in findReferencesInBlock()
311 SetVector<const SCEV *> SCEVs; in getReferencesInSubtree() local
313 LI, SE, S, ValueMap, Values, SCEVs, getBlockGenerator(), nullptr}; in getReferencesInSubtree()
326 for (const SCEV *Expr : SCEVs) { in getReferencesInSubtree()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp219 References.SCEVs.insert(References.SE.getSCEVAtScope(SrcVal, Scope)); in findReferencesInBlock()
311 SetVector<const SCEV *> SCEVs; in getReferencesInSubtree() local
313 LI, SE, S, ValueMap, Values, SCEVs, getBlockGenerator(), nullptr}; in getReferencesInSubtree()
325 for (const SCEV *Expr : SCEVs) { in getReferencesInSubtree()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp219 References.SCEVs.insert(References.SE.getSCEVAtScope(SrcVal, Scope)); in findReferencesInBlock()
311 SetVector<const SCEV *> SCEVs; in getReferencesInSubtree() local
313 LI, SE, S, ValueMap, Values, SCEVs, getBlockGenerator(), nullptr}; in getReferencesInSubtree()
326 for (const SCEV *Expr : SCEVs) { in getReferencesInSubtree()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp219 References.SCEVs.insert(References.SE.getSCEVAtScope(SrcVal, Scope)); in findReferencesInBlock()
311 SetVector<const SCEV *> SCEVs; in getReferencesInSubtree() local
313 LI, SE, S, ValueMap, Values, SCEVs, getBlockGenerator(), nullptr}; in getReferencesInSubtree()
326 for (const SCEV *Expr : SCEVs) { in getReferencesInSubtree()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp219 References.SCEVs.insert(References.SE.getSCEVAtScope(SrcVal, Scope)); in findReferencesInBlock()
311 SetVector<const SCEV *> SCEVs; in getReferencesInSubtree() local
313 LI, SE, S, ValueMap, Values, SCEVs, getBlockGenerator(), nullptr}; in getReferencesInSubtree()
325 for (const SCEV *Expr : SCEVs) { in getReferencesInSubtree()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp219 References.SCEVs.insert(References.SE.getSCEVAtScope(SrcVal, Scope)); in findReferencesInBlock()
311 SetVector<const SCEV *> SCEVs; in getReferencesInSubtree() local
313 LI, SE, S, ValueMap, Values, SCEVs, getBlockGenerator(), nullptr}; in getReferencesInSubtree()
325 for (const SCEV *Expr : SCEVs) { in getReferencesInSubtree()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Analysis/ScalarEvolution/
H A Dlimit-depth.ll130 ; Check that all constant SCEVs are folded regardless depth limit.
/dports/devel/llvm11/llvm-11.0.1.src/test/Analysis/ScalarEvolution/
H A Dlimit-depth.ll130 ; Check that all constant SCEVs are folded regardless depth limit.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Analysis/ScalarEvolution/
H A Dlimit-depth.ll144 ; Check that all constant SCEVs are folded regardless depth limit.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dlimit-depth.ll144 ; Check that all constant SCEVs are folded regardless depth limit.
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Analysis/ScalarEvolution/
H A Dlimit-depth.ll144 ; Check that all constant SCEVs are folded regardless depth limit.
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dlimit-depth.ll144 ; Check that all constant SCEVs are folded regardless depth limit.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Analysis/ScalarEvolution/
H A Dlimit-depth.ll143 ; Check that all constant SCEVs are folded regardless depth limit.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dlimit-depth.ll144 ; Check that all constant SCEVs are folded regardless depth limit.
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dlimit-depth.ll144 ; Check that all constant SCEVs are folded regardless depth limit.

123456