Home
last modified time | relevance | path

Searched refs:SCEVConst (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp234 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
236 if (SCEVConst == nullptr) { in hasTemporalReuse()
241 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DLoopCacheAnalysis.cpp229 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
231 if (SCEVConst == nullptr) { in hasTemporalReuse()
236 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp236 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
238 if (SCEVConst == nullptr) { in hasTemporalReuse()
243 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DLoopCacheAnalysis.cpp236 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
238 if (SCEVConst == nullptr) { in hasTemporalReuse()
243 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp238 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
240 if (SCEVConst == nullptr) { in hasTemporalReuse()
245 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DLoopCacheAnalysis.cpp234 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
236 if (SCEVConst == nullptr) { in hasTemporalReuse()
241 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp229 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
231 if (SCEVConst == nullptr) { in hasTemporalReuse()
236 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp236 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
238 if (SCEVConst == nullptr) { in hasTemporalReuse()
243 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp237 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
239 if (SCEVConst == nullptr) { in hasTemporalReuse()
244 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp236 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
238 if (SCEVConst == nullptr) { in hasTemporalReuse()
243 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp238 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
240 if (SCEVConst == nullptr) { in hasTemporalReuse()
245 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp229 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
231 if (SCEVConst == nullptr) { in hasTemporalReuse()
236 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp238 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
240 if (SCEVConst == nullptr) { in hasTemporalReuse()
245 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp236 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
238 if (SCEVConst == nullptr) { in hasTemporalReuse()
243 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DLoopInterchange.cpp136 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
138 if (SCEVConst) { in populateDependencyMatrix()
139 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DLoopInterchange.cpp137 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
139 if (SCEVConst) { in populateDependencyMatrix()
140 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DLoopInterchange.cpp137 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
139 if (SCEVConst) { in populateDependencyMatrix()
140 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp139 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
141 if (SCEVConst) { in populateDependencyMatrix()
142 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp137 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
139 if (SCEVConst) { in populateDependencyMatrix()
140 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DLoopInterchange.cpp137 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
139 if (SCEVConst) { in populateDependencyMatrix()
140 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp139 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
141 if (SCEVConst) { in populateDependencyMatrix()
142 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DLoopInterchange.cpp137 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
139 if (SCEVConst) { in populateDependencyMatrix()
140 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp137 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
139 if (SCEVConst) { in populateDependencyMatrix()
140 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp137 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
139 if (SCEVConst) { in populateDependencyMatrix()
140 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp139 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
141 if (SCEVConst) { in populateDependencyMatrix()
142 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()

12