reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
673 operator bool() const { return MaxNumLoads > 0; }
lib/CodeGen/ExpandMemCmp.cpp219 LoadSequence = computeGreedyLoadSequence(Size, LoadSizes, Options.MaxNumLoads, 222 assert(LoadSequence.size() <= Options.MaxNumLoads && "broken invariant"); 229 Size, MaxLoadSize, Options.MaxNumLoads, OverlappingNumLoadsNonOneByte); 237 assert(LoadSequence.size() <= Options.MaxNumLoads && "broken invariant"); 753 Options.MaxNumLoads = MaxLoadsPerMemcmpOptSize; 756 Options.MaxNumLoads = MaxLoadsPerMemcmp;lib/Target/AArch64/AArch64TargetTransformInfo.cpp
625 Options.MaxNumLoads = TLI->getMaxExpandSizeMemcmp(OptSize); 626 Options.NumLoadsPerBlock = Options.MaxNumLoads;lib/Target/PowerPC/PPCTargetTransformInfo.cpp
593 Options.MaxNumLoads = TLI->getMaxExpandSizeMemcmp(OptSize);
lib/Target/X86/X86TargetTransformInfo.cpp 3440 Options.MaxNumLoads = TLI->getMaxExpandSizeMemcmp(OptSize);