Home
last modified time | relevance | path

Searched refs:HasCall (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp81 bool HasCall) { in getMinPrefetchStride() argument
85 NumPrefetches, HasCall); in getMinPrefetchStride()
282 bool HasCall = false; in runOnLoop() local
292 HasCall = true; in runOnLoop()
294 HasCall = true; in runOnLoop()
367 Prefetches.size(), HasCall); in runOnLoop()
377 << (HasCall ? "calls" : "no calls") << ".\n"); in runOnLoop()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp83 bool HasCall) { in getMinPrefetchStride() argument
87 NumPrefetches, HasCall); in getMinPrefetchStride()
284 bool HasCall = false; in runOnLoop() local
294 HasCall = true; in runOnLoop()
296 HasCall = true; in runOnLoop()
369 Prefetches.size(), HasCall); in runOnLoop()
379 << (HasCall ? "calls" : "no calls") << ".\n"); in runOnLoop()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp81 bool HasCall) { in getMinPrefetchStride() argument
85 NumPrefetches, HasCall); in getMinPrefetchStride()
282 bool HasCall = false; in runOnLoop() local
292 HasCall = true; in runOnLoop()
294 HasCall = true; in runOnLoop()
367 Prefetches.size(), HasCall); in runOnLoop()
377 << (HasCall ? "calls" : "no calls") << ".\n"); in runOnLoop()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp83 bool HasCall) { in getMinPrefetchStride() argument
87 NumPrefetches, HasCall); in getMinPrefetchStride()
284 bool HasCall = false; in runOnLoop() local
294 HasCall = true; in runOnLoop()
296 HasCall = true; in runOnLoop()
369 Prefetches.size(), HasCall); in runOnLoop()
379 << (HasCall ? "calls" : "no calls") << ".\n"); in runOnLoop()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp81 bool HasCall) { in getMinPrefetchStride() argument
85 NumPrefetches, HasCall); in getMinPrefetchStride()
282 bool HasCall = false; in runOnLoop() local
292 HasCall = true; in runOnLoop()
294 HasCall = true; in runOnLoop()
367 Prefetches.size(), HasCall); in runOnLoop()
377 << (HasCall ? "calls" : "no calls") << ".\n"); in runOnLoop()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp81 bool HasCall) { in getMinPrefetchStride() argument
85 NumPrefetches, HasCall); in getMinPrefetchStride()
282 bool HasCall = false; in runOnLoop() local
292 HasCall = true; in runOnLoop()
294 HasCall = true; in runOnLoop()
367 Prefetches.size(), HasCall); in runOnLoop()
377 << (HasCall ? "calls" : "no calls") << ".\n"); in runOnLoop()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp83 bool HasCall) { in getMinPrefetchStride() argument
87 NumPrefetches, HasCall); in getMinPrefetchStride()
284 bool HasCall = false; in runOnLoop() local
294 HasCall = true; in runOnLoop()
296 HasCall = true; in runOnLoop()
369 Prefetches.size(), HasCall); in runOnLoop()
379 << (HasCall ? "calls" : "no calls") << ".\n"); in runOnLoop()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp84 bool HasCall) { in getMinPrefetchStride() argument
88 NumPrefetches, HasCall); in getMinPrefetchStride()
288 bool HasCall = false; in runOnLoop() local
298 HasCall = true; in runOnLoop()
300 HasCall = true; in runOnLoop()
373 Prefetches.size(), HasCall); in runOnLoop()
383 << (HasCall ? "calls" : "no calls") << ".\n"); in runOnLoop()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp83 bool HasCall) { in getMinPrefetchStride() argument
87 NumPrefetches, HasCall); in getMinPrefetchStride()
284 bool HasCall = false; in runOnLoop() local
294 HasCall = true; in runOnLoop()
296 HasCall = true; in runOnLoop()
369 Prefetches.size(), HasCall); in runOnLoop()
379 << (HasCall ? "calls" : "no calls") << ".\n"); in runOnLoop()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp81 bool HasCall) { in getMinPrefetchStride() argument
85 NumPrefetches, HasCall); in getMinPrefetchStride()
282 bool HasCall = false; in runOnLoop() local
292 HasCall = true; in runOnLoop()
294 HasCall = true; in runOnLoop()
367 Prefetches.size(), HasCall); in runOnLoop()
377 << (HasCall ? "calls" : "no calls") << ".\n"); in runOnLoop()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp83 bool HasCall) {
87 NumPrefetches, HasCall);
284 bool HasCall = false;
294 HasCall = true;
296 HasCall = true;
369 Prefetches.size(), HasCall);
379 << (HasCall ? "calls" : "no calls") << ".\n");
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp267 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
282 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
283 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
291 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
292 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp267 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
282 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
283 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
291 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
292 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp260 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
275 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
276 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
284 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
285 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp267 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
282 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
283 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
291 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
292 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp267 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
282 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
283 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
291 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
292 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp260 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
275 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
276 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
284 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
285 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp260 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
275 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
276 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
284 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
285 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp267 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
282 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
283 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
291 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
292 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp255 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
270 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
271 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
279 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
280 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp256 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
271 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
272 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
280 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
281 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp267 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
282 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
283 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
291 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
292 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp367 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
382 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
383 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
391 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
392 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp367 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
382 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
383 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
391 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
392 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp367 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
382 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
383 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
391 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
392 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()

12345678