Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp80 bool HasCall) { in getMinPrefetchStride() argument
84 NumPrefetches, HasCall); in getMinPrefetchStride()
285 bool HasCall = false; in runOnLoop() local
295 HasCall = true; in runOnLoop()
297 HasCall = true; in runOnLoop()
374 Prefetches.size(), HasCall); in runOnLoop()
384 << (HasCall ? "calls" : "no calls") << ".\n"); in runOnLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp368 auto HasCall = [&Indexes] (const LiveInterval::Segment &S) { in shouldCoalesce() local
383 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce()
384 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce()
392 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce()
393 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
H A DHexagonFrameLowering.cpp1003 bool HasCall = false, HasAllocFrame = false; in findCFILocation() local
1009 HasCall = true; in findCFILocation()
1012 return HasCall ? It : std::next(It); in findCFILocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp370 bool HasCall = false; in getUnrollingPreferences() local
377 HasCall = true; in getUnrollingPreferences()
382 HasCall = true; in getUnrollingPreferences()
398 if (HasCall) { in getUnrollingPreferences()
467 bool HasCall) const { in getMinPrefetchStride()
474 if (NumStridedMemAccesses > 32 && !HasCall && in getMinPrefetchStride()
H A DSystemZTargetTransformInfo.h82 bool HasCall) const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h325 bool HasCall) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h355 bool HasCall) const override { in getMinPrefetchStride() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h258 bool HasCall) const override { in getMinPrefetchStride() argument
H A DAArch64FrameLowering.cpp335 bool HasCall = false);
1105 bool HasCall) { in findScratchNonCalleeSaveRegister() argument
1119 if (HasCall) { in findScratchNonCalleeSaveRegister()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp403 bool HasCall) const { in getMinPrefetchStride()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp854 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride()
856 NumPrefetches, HasCall); in getMinPrefetchStride()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1312 bool HasCall) const;
H A DTargetTransformInfoImpl.h648 bool HasCall) const { in getMinPrefetchStride() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h836 bool HasCall) const override { in getMinPrefetchStride() argument
838 NumPrefetches, HasCall); in getMinPrefetchStride()