Searched refs:SrcNew (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 22779 SDValue SrcNew; in performST1Combine() local 22781 SrcNew = DAG.getNode(ISD::BITCAST, DL, HwSrcVt, Data); in performST1Combine() 22783 SrcNew = DAG.getNode(ISD::ANY_EXTEND, DL, HwSrcVt, Data); in performST1Combine() 22786 SrcNew, in performST1Combine() 26023 SDValue SrcNew; in performScatterStoreCombine() local 26026 SrcNew = DAG.getNode(ISD::BITCAST, DL, HwSrcVt, Src); in performScatterStoreCombine() 26028 SrcNew = DAG.getNode(ISD::ANY_EXTEND, DL, HwSrcVt, Src); in performScatterStoreCombine() 26031 SrcNew, in performScatterStoreCombine()
|