Home
last modified time | relevance | path

Searched refs:SingleSource (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20122 SDValue SingleSource = SDValue(); in visitCONCAT_VECTORS() local
20137 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7388 static bool isVMOVNMask(ArrayRef<int> M, EVT VT, bool Top, bool SingleSource) { in isVMOVNMask() argument
7401 unsigned N = SingleSource ? 0 : NumElts; in isVMOVNMask()