Searched refs:NewST1 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 21629 SDValue NewST1 = in splitStoreSplat() local 21646 NewST1 = DAG.getStore(NewST1.getValue(0), DL, SplatVal, OffsetPtr, in splitStoreSplat() 21651 return NewST1; in splitStoreSplat() 21996 SDValue NewST1 = in splitStores() local 22001 return DAG.getStore(NewST1.getValue(0), DL, SubVector1, OffsetPtr, in splitStores()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 16842 SDValue NewST1 = DAG.getStore( in PerformSTORECombine() local 16849 return DAG.getStore(NewST1.getValue(0), DL, in PerformSTORECombine()
|