Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1143 return expandUnalignedStore(StoreNode, DAG); in LowerSTORE()
H A DAMDGPUISelLowering.cpp3878 return expandUnalignedStore(SN, DAG); in performStoreCombine()
H A DSIISelLowering.cpp10924 return expandUnalignedStore(Store, DAG); in LowerSTORE()
10955 return expandUnalignedStore(Store, DAG); in LowerSTORE()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5403 SDValue expandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp505 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps()
616 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps()
H A DTargetLowering.cpp9935 SDValue TargetLowering::expandUnalignedStore(StoreSDNode *ST, in expandUnalignedStore() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3165 return expandUnalignedStore(SN, DAG); in LowerStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2953 return expandUnalignedStore(Store, DAG); in LowerSTORE()