Searched refs:StoredVT (Results 1 – 3 of 3) sorted by relevance
542 EVT StoredVT = ST->getMemoryVT(); in SelectIndexedStore() local545 bool IsValidInc = HII->isValidAutoIncImm(StoredVT, Inc); in SelectIndexedStore()548 assert(StoredVT.isSimple()); in SelectIndexedStore()549 switch (StoredVT.getSimpleVT().SimpleTy) { in SelectIndexedStore()589 assert(StoredVT.getSizeInBits() < 64 && "Not a truncating store"); in SelectIndexedStore()
3431 EVT StoredVT = ST->getMemoryVT(); in expandUnalignedStore() local3435 StoredVT.getSizeInBits())); in expandUnalignedStore()3437 unsigned StoredBytes = StoredVT.getSizeInBits() / 8; in expandUnalignedStore()3442 SDValue StackPtr = DAG.CreateStackTemporary(StoredVT, RegVT); in expandUnalignedStore()3447 StoredVT, false, false, 0); in expandUnalignedStore()
405 EVT StoredVT = ST->getMemoryVT(); in ExpandUnalignedStore() local409 StoredVT.getSizeInBits())); in ExpandUnalignedStore()410 unsigned StoredBytes = StoredVT.getSizeInBits() / 8; in ExpandUnalignedStore()415 SDValue StackPtr = DAG.CreateStackTemporary(StoredVT, RegVT); in ExpandUnalignedStore()420 StoredVT, false, false, 0); in ExpandUnalignedStore()