Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp547 unsigned ExtraWidth = StWidth - RoundWidth; in LegalizeStoreOps() local
548 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()
549 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()
552 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeStoreOps()
581 DAG.getConstant(ExtraWidth, dl, in LegalizeStoreOps()
761 unsigned ExtraWidth = SrcWidth - RoundWidth; in LegalizeLoadOps() local
762 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()
763 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()
766 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeLoadOps()
827 DAG.getConstant(ExtraWidth, dl, in LegalizeLoadOps()