Searched refs:HasCall (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 81 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRegisterInfo.cpp | 367 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()
|
| H A D | HexagonFrameLowering.cpp | 1006 bool HasCall = false, HasAllocFrame = false; in findCFILocation() local 1012 HasCall = true; in findCFILocation() 1015 return HasCall ? It : std::next(It); in findCFILocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 249 bool HasCall = false; in getUnrollingPreferences() local 256 HasCall = true; in getUnrollingPreferences() 261 HasCall = true; in getUnrollingPreferences() 277 if (HasCall) { in getUnrollingPreferences() 345 bool HasCall) const { in getMinPrefetchStride() 352 if (NumStridedMemAccesses > 32 && !HasCall && in getMinPrefetchStride()
|
| H A D | SystemZTargetTransformInfo.h | 75 bool HasCall) const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 283 bool HasCall) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 366 bool HasCall) const { in getMinPrefetchStride()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 420 bool HasCall) const override { in getMinPrefetchStride() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1009 unsigned NumPrefetches, bool HasCall) const; 1601 bool HasCall) const = 0; 2064 bool HasCall) const override { in getMinPrefetchStride() argument 2066 NumPrefetches, HasCall); in getMinPrefetchStride()
|
| H A D | TargetTransformInfoImpl.h | 440 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 640 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() 642 NumPrefetches, HasCall); in getMinPrefetchStride()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 633 bool HasCall) const { in getMinPrefetchStride() argument 635 NumPrefetches, HasCall); in getMinPrefetchStride()
|