Searched refs:NewST1 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7985 SDValue NewST1 = in replaceSplatVectorStore() local 7993 NewST1 = DAG.getStore(NewST1.getValue(0), DL, SplatVal, OffsetPtr, in replaceSplatVectorStore() 7998 return NewST1; in replaceSplatVectorStore() 8057 SDValue NewST1 = in performSTORECombine() local 8062 return DAG.getStore(NewST1.getValue(0), DL, SubVector1, OffsetPtr, in performSTORECombine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 9188 SDValue NewST1 = DAG.getStore(St->getChain(), DL, in PerformSTORECombine() local 9195 return DAG.getStore(NewST1.getValue(0), DL, in PerformSTORECombine()
|