Lines Matching refs:RoundWidth
567 unsigned RoundWidth = 1 << LogStWidth; in LegalizeStoreOps() local
568 assert(RoundWidth < StWidthBits); in LegalizeStoreOps()
569 unsigned ExtraWidth = StWidthBits - RoundWidth; in LegalizeStoreOps()
570 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()
571 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()
573 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeStoreOps()
585 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()
589 DAG.getConstant(RoundWidth, dl, in LegalizeStoreOps()
606 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()
778 unsigned RoundWidth = 1 << LogSrcWidth; in LegalizeLoadOps() local
779 assert(RoundWidth < SrcWidthBits); in LegalizeLoadOps()
780 unsigned ExtraWidth = SrcWidthBits - RoundWidth; in LegalizeLoadOps()
781 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()
782 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()
784 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeLoadOps()
798 IncrementSize = RoundWidth / 8; in LegalizeLoadOps()
812 DAG.getConstant(RoundWidth, dl, in LegalizeLoadOps()
826 IncrementSize = RoundWidth / 8; in LegalizeLoadOps()