reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86FastISel.cpp
 2726     if (MCI->isVolatile())
 2729     if (isa<ConstantInt>(MCI->getLength())) {
 2732       uint64_t Len = cast<ConstantInt>(MCI->getLength())->getZExtValue();
 2735         if (!X86SelectAddress(MCI->getRawDest(), DestAM) ||
 2736             !X86SelectAddress(MCI->getRawSource(), SrcAM))
 2744     if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth))
 2747     if (MCI->getSourceAddressSpace() > 255 || MCI->getDestAddressSpace() > 255)
 2747     if (MCI->getSourceAddressSpace() > 255 || MCI->getDestAddressSpace() > 255)