Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp567 unsigned RoundWidth = 1 << LogStWidth; in LegalizeStoreOps() local
568 assert(RoundWidth < StWidthBits); in LegalizeStoreOps()
570 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()
585 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()
589 DAG.getConstant(RoundWidth, dl, in LegalizeStoreOps()
606 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()
779 assert(RoundWidth < SrcWidthBits); in LegalizeLoadOps()
781 assert(ExtraWidth < RoundWidth); in LegalizeLoadOps()
798 IncrementSize = RoundWidth / 8; in LegalizeLoadOps()
812 DAG.getConstant(RoundWidth, dl, in LegalizeLoadOps()
[all …]