Lines Matching refs:getMemoryVT

800     ID.AddInteger(LD->getMemoryVT().getRawBits());  in AddNodeIDCustom()
808 ID.AddInteger(ST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
816 ID.AddInteger(ELD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
824 ID.AddInteger(EST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
832 ID.AddInteger(SLD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
839 ID.AddInteger(SST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
846 ID.AddInteger(EG->getMemoryVT().getRawBits()); in AddNodeIDCustom()
854 ID.AddInteger(ES->getMemoryVT().getRawBits()); in AddNodeIDCustom()
862 ID.AddInteger(MLD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
870 ID.AddInteger(MST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
878 ID.AddInteger(MG->getMemoryVT().getRawBits()); in AddNodeIDCustom()
886 ID.AddInteger(MS->getMemoryVT().getRawBits()); in AddNodeIDCustom()
909 ID.AddInteger(AT->getMemoryVT().getRawBits()); in AddNodeIDCustom()
945 ID.AddInteger(MN->getMemoryVT().getRawBits()); in AddNodeIDCustom()
3766 KnownBits Known0(!LD->getMemoryVT().isScalableVT() in computeKnownBits()
3767 ? LD->getMemoryVT().getFixedSizeInBits() in computeKnownBits()
3787 if (LD->getMemoryVT().isVector()) in computeKnownBits()
3788 Known0 = Known0.trunc(LD->getMemoryVT().getScalarSizeInBits()); in computeKnownBits()
4183 cast<AtomicSDNode>(Op)->getMemoryVT().getScalarSizeInBits(); in computeKnownBits()
5024 Tmp = cast<AtomicSDNode>(Op)->getMemoryVT().getScalarSizeInBits(); in ComputeNumSignBits()
5053 Tmp = LD->getMemoryVT().getScalarSizeInBits(); in ComputeNumSignBits()
5056 Tmp = LD->getMemoryVT().getScalarSizeInBits(); in ComputeNumSignBits()
7796 ST->getBasePtr(), ST->getMemoryVT(), in chainLoadsAndStoresForMemcpy()
8996 LD->getMemoryVT(), LD->getAlign(), MMOFlags, LD->getAAInfo()); in getIndexedLoad()
9126 ID.AddInteger(ST->getMemoryVT().getRawBits()); in getIndexedStore()
9135 ST->isTruncatingStore(), ST->getMemoryVT(), in getIndexedStore()
9259 LD->getMemoryVT(), LD->getAlign(), MMOFlags, LD->getAAInfo(), in getIndexedLoadVP()
9379 ID.AddInteger(ST->getMemoryVT().getRawBits()); in getIndexedStoreVP()
9389 ST->isCompressingStore(), ST->getMemoryVT(), ST->getMemOperand()); in getIndexedStoreVP()
9666 LD->getMemoryVT(), LD->getMemOperand(), AM, in getIndexedMaskedLoad()
9715 ST->getMask(), ST->getMemoryVT(), ST->getMemOperand(), in getIndexedMaskedStore()
12540 EVT VT = LD->getMemoryVT(); in areNonVolatileConsecutiveLoads()