Searched refs:SingleSource (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
| H A D | TestSuite.rst | 180 SingleSource/Benchmarks/Polybench. A newer version 4.2.1 is available.
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | TestSuiteGuide.md | 97 - `SingleSource/`
|
| H A D | Vectorizers.rst | 396 `gcc-loops <https://github.com/llvm/llvm-test-suite/tree/main/SingleSource/UnitTests/Vectorizer>`_.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | README.txt | 270 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
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 7516 static bool isTruncMask(ArrayRef<int> M, EVT VT, bool Top, bool SingleSource) { in isTruncMask() argument 7528 int Upper = SingleSource ? 0 : NumElts; in isTruncMask() 7538 static bool isVMOVNMask(ArrayRef<int> M, EVT VT, bool Top, bool SingleSource) { in isVMOVNMask() argument 7551 unsigned N = SingleSource ? 0 : NumElts; in isVMOVNMask() 8877 for (bool SingleSource : {false, true}) { in LowerVECTOR_SHUFFLE() 8878 if (isTruncMask(ShuffleMask, VT, Top, SingleSource)) { in LowerVECTOR_SHUFFLE() 8883 SingleSource ? V1 : V2); in LowerVECTOR_SHUFFLE()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 22404 SDValue SingleSource = SDValue(); in visitCONCAT_VECTORS() local 22419 if (SingleSource.getNode()) { in visitCONCAT_VECTORS() 22420 if (Op.getOperand(0) != SingleSource) in visitCONCAT_VECTORS() 22423 SingleSource = Op.getOperand(0); in visitCONCAT_VECTORS() 22428 if (SingleSource.getValueType() != N->getValueType(0)) in visitCONCAT_VECTORS() 22438 if (SingleSource.getNode()) in visitCONCAT_VECTORS() 22439 return SingleSource; in visitCONCAT_VECTORS()
|