Searched refs:ExpandUnalignedStore (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp304 /// ExpandUnalignedStore - Expands an unaligned store to 2 half-size stores.
305 static void ExpandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG, function
738 ExpandUnalignedStore(cast<StoreSDNode>(Node),
851 ExpandUnalignedStore(cast<StoreSDNode>(Node), DAG, TLI, this);

Completed in 2026 milliseconds