Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/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()
/freebsd-13.1/contrib/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()
H A DHexagonFrameLowering.cpp1006 bool HasCall = false, HasAllocFrame = false; in findCFILocation() local
1012 HasCall = true; in findCFILocation()
1015 return HasCall ? It : std::next(It); in findCFILocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp358 bool HasCall = false; in updateImpl() local
377 HasCall = true; in updateImpl()
387 HasCall |= AAEdges.hasUnknownCallee(); in updateImpl()
388 if (!IsNonEntryFunc && HasCall) in updateImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp249 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 DSystemZTargetTransformInfo.h75 bool HasCall) const override;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h283 bool HasCall) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp366 bool HasCall) const { in getMinPrefetchStride()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h433 bool HasCall) const override { in getMinPrefetchStride() argument
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h978 unsigned NumPrefetches, bool HasCall) const;
1590 bool HasCall) const = 0;
2053 bool HasCall) const override { in getMinPrefetchStride() argument
2055 NumPrefetches, HasCall); in getMinPrefetchStride()
H A DTargetTransformInfoImpl.h440 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp637 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride()
639 NumPrefetches, HasCall); in getMinPrefetchStride()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h633 bool HasCall) const { in getMinPrefetchStride() argument
635 NumPrefetches, HasCall); in getMinPrefetchStride()