Searched refs:RoundWidth (Results 1 – 1 of 1) sorted by relevance
565 unsigned RoundWidth = 1 << LogStWidth; in LegalizeStoreOps() local566 assert(RoundWidth < StWidthBits); in LegalizeStoreOps()567 unsigned ExtraWidth = StWidthBits - RoundWidth; in LegalizeStoreOps()568 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()569 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()571 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeStoreOps()583 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()587 DAG.getConstant(RoundWidth, dl, in LegalizeStoreOps()604 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()776 unsigned RoundWidth = 1 << LogSrcWidth; in LegalizeLoadOps() local[all …]