Lines Matching refs:getMemoryVT
796 ID.AddInteger(LD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
804 ID.AddInteger(ST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
812 ID.AddInteger(ELD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
820 ID.AddInteger(EST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
828 ID.AddInteger(SLD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
835 ID.AddInteger(SST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
842 ID.AddInteger(EG->getMemoryVT().getRawBits()); in AddNodeIDCustom()
850 ID.AddInteger(ES->getMemoryVT().getRawBits()); in AddNodeIDCustom()
858 ID.AddInteger(MLD->getMemoryVT().getRawBits()); in AddNodeIDCustom()
866 ID.AddInteger(MST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
874 ID.AddInteger(MG->getMemoryVT().getRawBits()); in AddNodeIDCustom()
882 ID.AddInteger(MS->getMemoryVT().getRawBits()); in AddNodeIDCustom()
905 ID.AddInteger(AT->getMemoryVT().getRawBits()); in AddNodeIDCustom()
942 ID.AddInteger(MN->getMemoryVT().getRawBits()); in AddNodeIDCustom()
3618 EVT VT = LD->getMemoryVT(); in computeKnownBits()
3634 EVT MemVT = LD->getMemoryVT(); in computeKnownBits()
4009 cast<AtomicSDNode>(Op)->getMemoryVT().getScalarSizeInBits(); in computeKnownBits()
4816 Tmp = cast<AtomicSDNode>(Op)->getMemoryVT().getScalarSizeInBits(); in ComputeNumSignBits()
4838 Tmp = LD->getMemoryVT().getScalarSizeInBits(); in ComputeNumSignBits()
4841 Tmp = LD->getMemoryVT().getScalarSizeInBits(); in ComputeNumSignBits()
7431 ST->getBasePtr(), ST->getMemoryVT(), in chainLoadsAndStoresForMemcpy()
8597 LD->getMemoryVT(), LD->getAlign(), MMOFlags, LD->getAAInfo()); in getIndexedLoad()
8728 ID.AddInteger(ST->getMemoryVT().getRawBits()); in getIndexedStore()
8737 ST->isTruncatingStore(), ST->getMemoryVT(), in getIndexedStore()
8861 LD->getMemoryVT(), LD->getAlign(), MMOFlags, LD->getAAInfo(), in getIndexedLoadVP()
8981 ID.AddInteger(ST->getMemoryVT().getRawBits()); in getIndexedStoreVP()
8991 ST->isCompressingStore(), ST->getMemoryVT(), ST->getMemOperand()); in getIndexedStoreVP()
9113 SLD->getPointerInfo(), SLD->getMemoryVT(), SLD->getAlign(), MMOFlags, in getIndexedStridedLoadVP()
9235 ID.AddInteger(SST->getMemoryVT().getRawBits()); in getIndexedStridedStoreVP()
9244 SST->isCompressingStore(), SST->getMemoryVT(), SST->getMemOperand()); in getIndexedStridedStoreVP()
9383 LD->getMemoryVT(), LD->getMemOperand(), AM, in getIndexedMaskedLoad()
9432 ST->getMask(), ST->getMemoryVT(), ST->getMemOperand(), in getIndexedMaskedStore()
12210 EVT VT = LD->getMemoryVT(); in areNonVolatileConsecutiveLoads()