Searched refs:HwSrcVt (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 18568 EVT HwSrcVt = getSVEContainerType(DataVT); in performST1Combine() local 18572 InputVT = DAG.getValueType(HwSrcVt); in performST1Combine() 18576 SrcNew = DAG.getNode(ISD::BITCAST, DL, HwSrcVt, Data); in performST1Combine() 18578 SrcNew = DAG.getNode(ISD::ANY_EXTEND, DL, HwSrcVt, Data); in performST1Combine() 20904 EVT HwSrcVt = getSVEContainerType(SrcVT); in performScatterStoreCombine() local 20911 InputVT = DAG.getValueType(HwSrcVt); in performScatterStoreCombine() 20917 SrcNew = DAG.getNode(ISD::BITCAST, DL, HwSrcVt, Src); in performScatterStoreCombine() 20919 SrcNew = DAG.getNode(ISD::ANY_EXTEND, DL, HwSrcVt, Src); in performScatterStoreCombine()
|