Lines Matching refs:getMemoryVT
1023 if (Load->getMemoryVT() == MVT::i32 && in tryRISBGZero()
1117 if (Load->getMemoryVT() == MVT::i8) in tryRxSBG()
1249 if (Load->getMemoryVT().getSizeInBits() != in tryGather()
1273 if (Store->getMemoryVT().getSizeInBits() != Value.getValueSizeInBits()) in tryScatter()
1401 EVT MemVT = StoreNode->getMemoryVT(); in tryFoldLoadStoreIntoMemOperand()
1467 if (Load->getMemoryVT() != Store->getMemoryVT()) in canUseBlockOperation()
1485 uint64_t Size = Load->getMemoryVT().getStoreSize(); in canUseBlockOperation()
1501 uint64_t Size = Load->getMemoryVT().getStoreSize(); in storeLoadCanUseMVC()
1519 return !LoadA->isVolatile() && LoadA->getMemoryVT() == LoadB->getMemoryVT() && in storeLoadCanUseBlockBinary()
1527 TypeSize StoreSize = MemAccess->getMemoryVT().getStoreSize(); in storeLoadIsAligned()
1781 AtomOp->getBasePtr(), AtomOp->getMemoryVT(), AtomOp->getMemOperand())); in Select()