Searched refs:SrcNew (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 18574 SDValue SrcNew; in performST1Combine() local 18576 SrcNew = DAG.getNode(ISD::BITCAST, DL, HwSrcVt, Data); in performST1Combine() 18578 SrcNew = DAG.getNode(ISD::ANY_EXTEND, DL, HwSrcVt, Data); in performST1Combine() 18581 SrcNew, in performST1Combine() 20914 SDValue SrcNew; in performScatterStoreCombine() local 20917 SrcNew = DAG.getNode(ISD::BITCAST, DL, HwSrcVt, Src); in performScatterStoreCombine() 20919 SrcNew = DAG.getNode(ISD::ANY_EXTEND, DL, HwSrcVt, Src); in performScatterStoreCombine() 20922 SrcNew, in performScatterStoreCombine()
|