Searched refs:SingleSource (Results 1 – 2 of 2) sorted by relevance
20122 SDValue SingleSource = SDValue(); in visitCONCAT_VECTORS() local20137 if (SingleSource.getNode()) { in visitCONCAT_VECTORS()20138 if (Op.getOperand(0) != SingleSource) in visitCONCAT_VECTORS()20141 SingleSource = Op.getOperand(0); in visitCONCAT_VECTORS()20146 if (SingleSource.getValueType() != N->getValueType(0)) in visitCONCAT_VECTORS()20156 if (SingleSource.getNode()) in visitCONCAT_VECTORS()20157 return SingleSource; in visitCONCAT_VECTORS()
7388 static bool isVMOVNMask(ArrayRef<int> M, EVT VT, bool Top, bool SingleSource) { in isVMOVNMask() argument7401 unsigned N = SingleSource ? 0 : NumElts; in isVMOVNMask()