Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp567 unsigned ExtraWidth = StWidthBits - RoundWidth; in LegalizeStoreOps() local
568 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()
569 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()
572 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeStoreOps()
599 DAG.getConstant(ExtraWidth, dl, in LegalizeStoreOps()
786 unsigned ExtraWidth = SrcWidthBits - RoundWidth; in LegalizeLoadOps() local
787 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()
788 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()
791 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeLoadOps()
848 DAG.getConstant(ExtraWidth, dl, in LegalizeLoadOps()