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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp303 /// ExpandUnalignedStore - Expands an unaligned store to 2 half-size stores.
304 static void ExpandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG, function
739 ExpandUnalignedStore(cast<StoreSDNode>(Node),
850 ExpandUnalignedStore(cast<StoreSDNode>(Node), DAG, TLI, this);

Completed in 81 milliseconds