Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp373 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
388 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
389 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
397 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
398 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
H A DHexagonFrameLowering.cpp1008 bool HasCall = false, HasAllocFrame = false; in findCFILocation() local
1014 HasCall = true; in findCFILocation()
1017 return HasCall ? It : std::next(It); in findCFILocation()
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h284 bool HasCall) const;
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h238 bool HasCall) const override { in getMinPrefetchStride() argument
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSubtargetInfo.cpp368 bool HasCall) const { in getMinPrefetchStride()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1064 unsigned NumPrefetches, bool HasCall) const;
1756 bool HasCall) const = 0;
2306 bool HasCall) const override { in getMinPrefetchStride() argument
2308 NumPrefetches, HasCall); in getMinPrefetchStride()
H A DTargetTransformInfoImpl.h487 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() argument
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp714 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride()
716 NumPrefetches, HasCall); in getMinPrefetchStride()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h688 bool HasCall) const { in getMinPrefetchStride() argument
690 NumPrefetches, HasCall); in getMinPrefetchStride()