Searched refs:expandUnalignedStore (Results 1 – 5 of 5) sorted by relevance
3019 SDValue expandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG) const;
474 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps()589 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps()
3400 SDValue TargetLowering::expandUnalignedStore(StoreSDNode *ST, in expandUnalignedStore() function in TargetLowering
2321 return expandUnalignedStore(Store, DAG); in LowerSTORE()
2265 return expandUnalignedStore(SN, DAG); in performStoreCombine()