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.cpp1147 return expandUnalignedStore(StoreNode, DAG); in LowerSTORE()
H A DAMDGPUISelLowering.cpp3946 return expandUnalignedStore(SN, DAG); in performStoreCombine()
H A DSIISelLowering.cpp11614 return expandUnalignedStore(Store, DAG); in LowerSTORE()
11645 return expandUnalignedStore(Store, DAG); in LowerSTORE()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5592 SDValue expandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp515 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps()
626 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps()
H A DTargetLowering.cpp10425 SDValue TargetLowering::expandUnalignedStore(StoreSDNode *ST, in expandUnalignedStore() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3187 return expandUnalignedStore(SN, DAG); in LowerStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3162 return expandUnalignedStore(Store, DAG); in LowerSTORE()