Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1145 return expandUnalignedStore(StoreNode, DAG); in LowerSTORE()
H A DAMDGPUISelLowering.cpp3827 return expandUnalignedStore(SN, DAG); in performStoreCombine()
H A DSIISelLowering.cpp10736 return expandUnalignedStore(Store, DAG); in LowerSTORE()
10766 return expandUnalignedStore(Store, DAG); in LowerSTORE()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5223 SDValue expandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp526 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps()
637 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps()
H A DTargetLowering.cpp9607 SDValue TargetLowering::expandUnalignedStore(StoreSDNode *ST, in expandUnalignedStore() function in TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3148 return expandUnalignedStore(SN, DAG); in LowerStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2869 return expandUnalignedStore(Store, DAG); in LowerSTORE()