Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp803 unsigned RoundWidth = 1 << Log2_32(StWidth); in LegalizeStoreOps() local
804 assert(RoundWidth < StWidth); in LegalizeStoreOps()
805 unsigned ExtraWidth = StWidth - RoundWidth; in LegalizeStoreOps()
806 assert(ExtraWidth < RoundWidth); in LegalizeStoreOps()
807 assert(!(RoundWidth % 8) && !(ExtraWidth % 8) && in LegalizeStoreOps()
809 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeStoreOps()
823 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()
829 DAG.getConstant(RoundWidth, dl, in LegalizeStoreOps()
848 IncrementSize = RoundWidth / 8; in LegalizeStoreOps()
1011 unsigned RoundWidth = 1 << Log2_32(SrcWidth); in LegalizeLoadOps() local
[all …]