Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h3019 SDValue expandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp474 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps()
589 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps()
DTargetLowering.cpp3400 SDValue TargetLowering::expandUnalignedStore(StoreSDNode *ST, in expandUnalignedStore() function in TargetLowering
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2321 return expandUnalignedStore(Store, DAG); in LowerSTORE()
DAMDGPUISelLowering.cpp2265 return expandUnalignedStore(SN, DAG); in performStoreCombine()