Home
last modified time | relevance | path

Searched refs:MaxNumLoads (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp128 unsigned MaxNumLoads, unsigned &NumLoadsNonOneByte);
131 unsigned MaxNumLoads,
153 const unsigned MaxNumLoads, unsigned &NumLoadsNonOneByte) { in computeGreedyLoadSequence() argument
160 if (LoadSequence.size() + NumLoadsForThisSize > MaxNumLoads) { in computeGreedyLoadSequence()
184 const unsigned MaxNumLoads, in computeOverlappingLoadSequence() argument
203 if ((NumNonOverlappingLoads + 1) > MaxNumLoads) in computeOverlappingLoadSequence()
281 assert(LoadSequence.size() <= Options.MaxNumLoads && "broken invariant"); in MemCmpExpansion()
288 Size, MaxLoadSize, Options.MaxNumLoads, OverlappingNumLoadsNonOneByte); in MemCmpExpansion()
296 assert(LoadSequence.size() <= Options.MaxNumLoads && "broken invariant"); in MemCmpExpansion()
866 Options.MaxNumLoads = MaxLoadsPerMemcmpOptSize; in expandMemCmp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h76 Options.MaxNumLoads = TLI->getMaxExpandSizeMemcmp(OptSize); in enableMemCmpExpansion()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp440 Options.MaxNumLoads = TLI->getMaxExpandSizeMemcmp(OptSize); in enableMemCmpExpansion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h897 operator bool() const { return MaxNumLoads > 0; }
900 unsigned MaxNumLoads = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3064 Options.MaxNumLoads = TLI->getMaxExpandSizeMemcmp(OptSize); in enableMemCmpExpansion()
3065 Options.NumLoadsPerBlock = Options.MaxNumLoads; in enableMemCmpExpansion()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6143 Options.MaxNumLoads = TLI->getMaxExpandSizeMemcmp(OptSize); in enableMemCmpExpansion()