Searched refs:expandUnalignedStore (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1149 return expandUnalignedStore(StoreNode, DAG); in LowerSTORE()
|
H A D | AMDGPUISelLowering.cpp | 3060 return expandUnalignedStore(SN, DAG); in performStoreCombine()
|
H A D | SIISelLowering.cpp | 9304 return expandUnalignedStore(Store, DAG); in LowerSTORE() 9334 return expandUnalignedStore(Store, DAG); in LowerSTORE()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 5016 SDValue expandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG) const;
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 517 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps() 627 SDValue Result = TLI.expandUnalignedStore(ST, DAG); in LegalizeStoreOps()
|
H A D | TargetLowering.cpp | 9187 SDValue TargetLowering::expandUnalignedStore(StoreSDNode *ST, in expandUnalignedStore() function in TargetLowering
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 3140 return expandUnalignedStore(SN, DAG); in LowerStore()
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 2460 return expandUnalignedStore(Store, DAG); in LowerSTORE()
|