Searched refs:HasCall (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 80 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 D | HexagonRegisterInfo.cpp | 368 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 D | HexagonFrameLowering.cpp | 1003 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 D | SystemZTargetTransformInfo.cpp | 370 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 D | SystemZTargetTransformInfo.h | 82 bool HasCall) const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 325 bool HasCall) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.h | 355 bool HasCall) const override { in getMinPrefetchStride() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 258 bool HasCall) const override { in getMinPrefetchStride() argument
|
| H A D | AArch64FrameLowering.cpp | 335 bool HasCall = false); 1105 bool HasCall) { in findScratchNonCalleeSaveRegister() argument 1119 if (HasCall) { in findScratchNonCalleeSaveRegister()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 403 bool HasCall) const { in getMinPrefetchStride()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 854 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() 856 NumPrefetches, HasCall); in getMinPrefetchStride()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1312 bool HasCall) const;
|
| H A D | TargetTransformInfoImpl.h | 648 bool HasCall) const { in getMinPrefetchStride() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 836 bool HasCall) const override { in getMinPrefetchStride() argument 838 NumPrefetches, HasCall); in getMinPrefetchStride()
|