Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DTestSuite.rst180 SingleSource/Benchmarks/Polybench. A newer version 4.2.1 is available.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DTestSuiteGuide.md93 - `SingleSource/`
H A DVectorizers.rst396 `gcc-loops <https://github.com/llvm/llvm-test-suite/tree/main/SingleSource/UnitTests/Vectorizer>`_.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DREADME.txt270 The SingleSource/Benchmarks/Shootout-C++/hash and hash2 tests have examples of
277 SingleSource/Benchmarks/Misc/dt.c shows several interesting optimization
1202 SingleSource/Benchmarks/Misc/dt.c
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19894 SDValue SingleSource = SDValue(); in visitCONCAT_VECTORS() local
19909 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7238 static bool isVMOVNMask(ArrayRef<int> M, EVT VT, bool Top, bool SingleSource) { in isVMOVNMask() argument
7251 unsigned N = SingleSource ? 0 : NumElts; in isVMOVNMask()