Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp81 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 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()
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h283 bool HasCall) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp366 bool HasCall) const { in getMinPrefetchStride()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h420 bool HasCall) const override { in getMinPrefetchStride() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1009 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 DTargetTransformInfoImpl.h440 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp640 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride()
642 NumPrefetches, HasCall); in getMinPrefetchStride()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h633 bool HasCall) const { in getMinPrefetchStride() argument
635 NumPrefetches, HasCall); in getMinPrefetchStride()