Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1125 return expandUnalignedStore(StoreNode, DAG); in LowerSTORE()
H A DAMDGPUISelLowering.cpp2934 return expandUnalignedStore(SN, DAG); in performStoreCombine()
H A DSIISelLowering.cpp9225 return expandUnalignedStore(Store, DAG); in LowerSTORE()
9255 return expandUnalignedStore(Store, DAG); in LowerSTORE()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4803 SDValue expandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp515 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps()
625 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps()
H A DTargetLowering.cpp8517 SDValue TargetLowering::expandUnalignedStore(StoreSDNode *ST, in expandUnalignedStore() function in TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3003 return expandUnalignedStore(SN, DAG); in LowerStore()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2318 return expandUnalignedStore(Store, DAG); in LowerSTORE()