Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp565 unsigned RoundWidth = 1 << LogStWidth; in LegalizeStoreOps() local
566 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 …]