Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp14749 SDValue SrcNew; in performST1Combine() local
14751 SrcNew = DAG.getNode(ISD::BITCAST, DL, HwSrcVt, Data); in performST1Combine()
14753 SrcNew = DAG.getNode(ISD::ANY_EXTEND, DL, HwSrcVt, Data); in performST1Combine()
14756 SrcNew, in performST1Combine()
16216 SDValue SrcNew; in performScatterStoreCombine() local
16219 SrcNew = DAG.getNode(ISD::BITCAST, DL, HwSrcVt, Src); in performScatterStoreCombine()
16221 SrcNew = DAG.getNode(ISD::ANY_EXTEND, DL, HwSrcVt, Src); in performScatterStoreCombine()
16224 SrcNew, in performScatterStoreCombine()