reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
542 unsigned StWidth = StVT.getSizeInBits(); 545 if (StWidth != StVT.getStoreSizeInBits()) { 550 StVT.getStoreSizeInBits()); 551 Value = DAG.getZeroExtendInReg(Value, dl, StVT); 558 assert(!StVT.isVector() && "Unsupported truncstore!"); 617 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) { 637 assert(!StVT.isVector() && 643 if (TLI.isTypeLegal(StVT)) { 644 Value = DAG.getNode(ISD::TRUNCATE, dl, StVT, Value); 651 TLI.getTypeToTransformTo(*DAG.getContext(), StVT), 654 StVT, Alignment, MMOFlags, AAInfo);