| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | StokeInfo.h | 51 bool HasCall; member 67 IsLoopFree = HasCall = HeapOut = StackOut = HasRipAddr = Omitted = false; in reset() 89 << Score << "," << HasCall << ",\"{ "; in printData()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 81 bool HasCall) { in getMinPrefetchStride() argument 85 NumPrefetches, HasCall); in getMinPrefetchStride() 286 bool HasCall = false; in runOnLoop() local 296 HasCall = true; in runOnLoop() 298 HasCall = true; in runOnLoop() 375 Prefetches.size(), HasCall); in runOnLoop() 385 << (HasCall ? "calls" : "no calls") << ".\n"); in runOnLoop()
|
| /llvm-project-15.0.7/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 | 1009 bool HasCall = false, HasAllocFrame = false; in findCFILocation() local 1015 HasCall = true; in findCFILocation() 1018 return HasCall ? It : std::next(It); in findCFILocation()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 286 bool HasCall = false; in getUnrollingPreferences() local 293 HasCall = true; in getUnrollingPreferences() 298 HasCall = true; in getUnrollingPreferences() 314 if (HasCall) { in getUnrollingPreferences() 382 bool HasCall) const { in getMinPrefetchStride() 389 if (NumStridedMemAccesses > 32 && !HasCall && in getMinPrefetchStride()
|
| H A D | SystemZTargetTransformInfo.h | 77 bool HasCall) const override;
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 284 bool HasCall) const;
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | StokeInfo.cpp | 63 FuncInfo.HasCall = true; in checkInstr()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 219 bool HasCall) const override { in getMinPrefetchStride() argument
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 366 bool HasCall) const { in getMinPrefetchStride()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1035 unsigned NumPrefetches, bool HasCall) const; 1702 bool HasCall) const = 0; 2222 bool HasCall) const override { in getMinPrefetchStride() argument 2224 NumPrefetches, HasCall); in getMinPrefetchStride()
|
| H A D | TargetTransformInfoImpl.h | 473 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() argument
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 694 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() 696 NumPrefetches, HasCall); in getMinPrefetchStride()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 673 bool HasCall) const { in getMinPrefetchStride() argument 675 NumPrefetches, HasCall); in getMinPrefetchStride()
|