Home
last modified time | relevance | path

Searched refs:RoundWidth (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp567 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
[all …]