Searched refs:HasCall (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 81 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-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRegisterInfo.cpp | 373 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 D | HexagonFrameLowering.cpp | 1011 bool HasCall = false, HasAllocFrame = false; in findCFILocation() local 1017 HasCall = true; in findCFILocation() 1020 return HasCall ? It : std::next(It); in findCFILocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 287 bool HasCall = false; in getUnrollingPreferences() local 294 HasCall = true; in getUnrollingPreferences() 299 HasCall = true; in getUnrollingPreferences() 315 if (HasCall) { in getUnrollingPreferences() 383 bool HasCall) const { in getMinPrefetchStride() 390 if (NumStridedMemAccesses > 32 && !HasCall && in getMinPrefetchStride()
|
| H A D | SystemZTargetTransformInfo.h | 79 bool HasCall) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.h | 272 bool HasCall) const override { in getMinPrefetchStride() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 294 bool HasCall) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 268 bool HasCall) const override { in getMinPrefetchStride() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 368 bool HasCall) const { in getMinPrefetchStride()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1210 unsigned NumPrefetches, bool HasCall) const; 1952 bool HasCall) const = 0; 2553 bool HasCall) const override { in getMinPrefetchStride() argument 2555 NumPrefetches, HasCall); in getMinPrefetchStride()
|
| H A D | TargetTransformInfoImpl.h | 518 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 785 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() 787 NumPrefetches, HasCall); in getMinPrefetchStride()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 722 bool HasCall) const { in getMinPrefetchStride() argument 724 NumPrefetches, HasCall); in getMinPrefetchStride()
|