Lines Matching refs:RetVT
19036 const EVT RetVT = N->getValueType(0); in performGatherLoadCombine() local
19037 assert(RetVT.isScalableVector() && in performGatherLoadCombine()
19043 if (RetVT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock) in performGatherLoadCombine()
19058 RetVT.getScalarSizeInBits()); in performGatherLoadCombine()
19080 RetVT.getScalarSizeInBits() / 8)) { in performGatherLoadCombine()
19106 EVT HwRetVt = getSVEContainerType(RetVT); in performGatherLoadCombine()
19111 SDValue OutVT = DAG.getValueType(RetVT); in performGatherLoadCombine()
19112 if (RetVT.isFloatingPoint()) in performGatherLoadCombine()
19123 if (RetVT.isInteger() && (RetVT != HwRetVt)) in performGatherLoadCombine()
19124 Load = DAG.getNode(ISD::TRUNCATE, DL, RetVT, Load.getValue(0)); in performGatherLoadCombine()
19128 if (RetVT.isFloatingPoint()) in performGatherLoadCombine()
19129 Load = DAG.getNode(ISD::BITCAST, DL, RetVT, Load.getValue(0)); in performGatherLoadCombine()