Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp578 unsigned ExtraWidth = StWidthBits - RoundWidth; in LegalizeStoreOps() local
579 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()
580 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()
583 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeStoreOps()
610 DAG.getConstant(ExtraWidth, dl, in LegalizeStoreOps()
790 unsigned ExtraWidth = SrcWidthBits - RoundWidth; in LegalizeLoadOps() local
791 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()
792 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeLoadOps()
795 EVT ExtraVT = EVT::getIntegerVT(*DAG.getContext(), ExtraWidth); in LegalizeLoadOps()
852 DAG.getConstant(ExtraWidth, dl, in LegalizeLoadOps()