Lines Matching refs:RoundWidth
803 unsigned RoundWidth = 1 << Log2_32(StWidth); in LegalizeStoreOps() local
804 assert(RoundWidth < StWidth); in LegalizeStoreOps()
805 unsigned ExtraWidth = StWidth - RoundWidth; in LegalizeStoreOps()
806 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()
807 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()
809 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeStoreOps()
823 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()
829 DAG.getConstant(RoundWidth, dl, in LegalizeStoreOps()
848 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()
1011 unsigned RoundWidth = 1 << Log2_32(SrcWidth); in LegalizeLoadOps() local
1012 assert(RoundWidth < SrcWidth); in LegalizeLoadOps()
1013 unsigned ExtraWidth = SrcWidth - RoundWidth; in LegalizeLoadOps()
1014 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()
1015 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()
1017 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeLoadOps()
1032 IncrementSize = RoundWidth / 8; in LegalizeLoadOps()
1049 DAG.getConstant(RoundWidth, dl, in LegalizeLoadOps()
1063 IncrementSize = RoundWidth / 8; in LegalizeLoadOps()