Searched refs:ExpandUnalignedStore (Results 1 - 1 of 1) sorted by last modified time

/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 304 milliseconds