Searched refs:SingleSource (Results 1 – 6 of 6) sorted by relevance
180 SingleSource/Benchmarks/Polybench. A newer version 4.2.1 is available.
93 - `SingleSource/`
396 `gcc-loops <https://github.com/llvm/llvm-test-suite/tree/main/SingleSource/UnitTests/Vectorizer>`_.
270 The SingleSource/Benchmarks/Shootout-C++/hash and hash2 tests have examples of277 SingleSource/Benchmarks/Misc/dt.c shows several interesting optimization1202 SingleSource/Benchmarks/Misc/dt.c
19894 SDValue SingleSource = SDValue(); in visitCONCAT_VECTORS() local19909 if (SingleSource.getNode()) { in visitCONCAT_VECTORS()19910 if (Op.getOperand(0) != SingleSource) in visitCONCAT_VECTORS()19913 SingleSource = Op.getOperand(0); in visitCONCAT_VECTORS()19918 if (SingleSource.getValueType() != N->getValueType(0)) in visitCONCAT_VECTORS()19928 if (SingleSource.getNode()) in visitCONCAT_VECTORS()19929 return SingleSource; in visitCONCAT_VECTORS()
7238 static bool isVMOVNMask(ArrayRef<int> M, EVT VT, bool Top, bool SingleSource) { in isVMOVNMask() argument7251 unsigned N = SingleSource ? 0 : NumElts; in isVMOVNMask()