Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopDataPrefetch.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()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonRegisterInfo.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()
HDHexagonFrameLowering.cpp1011 bool HasCall = false, HasAllocFrame = false; in findCFILocation() local
1017 HasCall = true; in findCFILocation()
1020 return HasCall ? It : std::next(It); in findCFILocation()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetTransformInfo.cpp291 bool HasCall = false; in getUnrollingPreferences() local
298 HasCall = true; in getUnrollingPreferences()
303 HasCall = true; in getUnrollingPreferences()
319 if (HasCall) { in getUnrollingPreferences()
387 bool HasCall) const { in getMinPrefetchStride()
394 if (NumStridedMemAccesses > 32 && !HasCall && in getMinPrefetchStride()
HDSystemZTargetTransformInfo.h79 bool HasCall) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSubtargetInfo.h322 bool HasCall) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVSubtarget.h294 bool HasCall) const override { in getMinPrefetchStride() argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.h232 bool HasCall) const override { in getMinPrefetchStride() argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSubtargetInfo.cpp378 bool HasCall) const { in getMinPrefetchStride()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h1244 unsigned NumPrefetches, bool HasCall) const;
2021 bool HasCall) const = 0;
2647 bool HasCall) const override { in getMinPrefetchStride() argument
2649 NumPrefetches, HasCall); in getMinPrefetchStride()
HDTargetTransformInfoImpl.h539 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp815 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride()
817 NumPrefetches, HasCall); in getMinPrefetchStride()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h735 bool HasCall) const { in getMinPrefetchStride() argument
737 NumPrefetches, HasCall); in getMinPrefetchStride()