| /llvm-project-15.0.7/clang/test/ASTMerge/class-template-partial-spec/ |
| H A D | test.cpp | 5 static_assert(sizeof(**SingleSource.member) == sizeof(**SingleDest.member));
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopRotate/ |
| H A D | dbgvalue.ll | 127 …rojects/llvm-test/SingleSource/Benchmarks/BenchmarkGame/recursive.c", directory: "/Volumes/Lalgate… 144 …rojects/llvm-test/SingleSource/Benchmarks/BenchmarkGame/recursive.c", directory: "/Volumes/Lalgate…
|
| /llvm-project-15.0.7/llvm/test/Transforms/LICM/ |
| H A D | debug-value.ll | 41 !1 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/Benchmarks/Coyot… 64 !25 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/Benchmarks/Coyo…
|
| /llvm-project-15.0.7/clang/test/ASTMerge/class-template-partial-spec/Inputs/ |
| H A D | class-template-partial-spec1.cpp | 25 TwoOptionTemplate<long, long> SingleSource; variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | 2013-04-21-AAPCS-VA-C.1.cp.ll | 6 ;test-suite/SingleSource/UnitTests/2002-05-02-ManyArguments.c
|
| H A D | debug-info-qreg.ll | 58 !15 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/UnitTests/Vecto… 97 !55 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/UnitTests/Vecto…
|
| H A D | debug-info-branch-folding.ll | 60 !15 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/UnitTests/Vecto… 99 !55 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/UnitTests/Vecto…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | 2003-05-30-BadPreselectPhi.ll | 4 ;; From: test/Programs/SingleSource/richards_benchmark.c
|
| /llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/ |
| H A D | pr28880.ll | 3 ; This testcase is reduced from SingleSource/Benchmarks/Misc/fbench.c
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | scev-div-with-evaluatable-divisor.ll | 3 ; Derived from test-suite/SingleSource/UnitTests/Vector/SSE/sse.stepfft.c
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | InstructionsTest.cpp | 1045 Constant *SingleSource = ConstantVector::get({C2, C2, C0, CU}); in TEST() local 1046 EXPECT_FALSE(ShuffleVectorInst::isIdentityMask(SingleSource)); in TEST() 1047 EXPECT_FALSE(ShuffleVectorInst::isSelectMask(SingleSource)); in TEST() 1048 EXPECT_FALSE(ShuffleVectorInst::isReverseMask(SingleSource)); in TEST() 1049 EXPECT_TRUE(ShuffleVectorInst::isSingleSourceMask(SingleSource)); in TEST() 1050 EXPECT_FALSE(ShuffleVectorInst::isZeroEltSplatMask(SingleSource)); in TEST() 1051 EXPECT_FALSE(ShuffleVectorInst::isTransposeMask(SingleSource)); in TEST()
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | TestSuite.rst | 180 SingleSource/Benchmarks/Polybench. A newer version 4.2.1 is available.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | regalloc-reconcile-broken-hints.ll | 7 ; SingleSource/Benchmarks/McGill/chomp.c
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ctrloop-sums.ll | 2 ; ModuleID = 'SingleSource/Regression/C/sumarray2d.c'
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | udiv.ll | 9 ; original code. This comes from SingleSource/Benchmarks/Shootout/sieve.c.
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/AArch64/ |
| H A D | matmul.ll | 7 ; https://github.com/llvm/llvm-test-suite/tree/main/SingleSource/Benchmarks/Misc/matmul_f64_4x4.c
|
| /llvm-project-15.0.7/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>`_.
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 21248 SDValue SingleSource = SDValue(); in visitCONCAT_VECTORS() local 21263 if (SingleSource.getNode()) { in visitCONCAT_VECTORS() 21264 if (Op.getOperand(0) != SingleSource) in visitCONCAT_VECTORS() 21267 SingleSource = Op.getOperand(0); in visitCONCAT_VECTORS() 21272 if (SingleSource.getValueType() != N->getValueType(0)) in visitCONCAT_VECTORS() 21282 if (SingleSource.getNode()) in visitCONCAT_VECTORS() 21283 return SingleSource; in visitCONCAT_VECTORS()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 7489 static bool isVMOVNMask(ArrayRef<int> M, EVT VT, bool Top, bool SingleSource) { in isVMOVNMask() argument 7502 unsigned N = SingleSource ? 0 : NumElts; in isVMOVNMask()
|