Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DStokeInfo.h51 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 DLoopDataPrefetch.cpp81 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 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()
H A DHexagonFrameLowering.cpp1009 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 DSystemZTargetTransformInfo.cpp286 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 DSystemZTargetTransformInfo.h77 bool HasCall) const override;
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h284 bool HasCall) const;
/llvm-project-15.0.7/bolt/lib/Passes/
H A DStokeInfo.cpp63 FuncInfo.HasCall = true; in checkInstr()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h219 bool HasCall) const override { in getMinPrefetchStride() argument
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSubtargetInfo.cpp366 bool HasCall) const { in getMinPrefetchStride()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1035 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 DTargetTransformInfoImpl.h473 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() argument
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp694 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride()
696 NumPrefetches, HasCall); in getMinPrefetchStride()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h673 bool HasCall) const { in getMinPrefetchStride() argument
675 NumPrefetches, HasCall); in getMinPrefetchStride()