Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/ASTMerge/class-template-partial-spec/
H A Dtest.cpp5 static_assert(sizeof(**SingleSource.member) == sizeof(**SingleDest.member));
/llvm-project-15.0.7/llvm/test/Transforms/LoopRotate/
H A Ddbgvalue.ll127 …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 Ddebug-value.ll41 !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 Dclass-template-partial-spec1.cpp25 TwoOptionTemplate<long, long> SingleSource; variable
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2013-04-21-AAPCS-VA-C.1.cp.ll6 ;test-suite/SingleSource/UnitTests/2002-05-02-ManyArguments.c
H A Ddebug-info-qreg.ll58 !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 Ddebug-info-branch-folding.ll60 !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 D2003-05-30-BadPreselectPhi.ll4 ;; From: test/Programs/SingleSource/richards_benchmark.c
/llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/
H A Dpr28880.ll3 ; This testcase is reduced from SingleSource/Benchmarks/Misc/fbench.c
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dscev-div-with-evaluatable-divisor.ll3 ; Derived from test-suite/SingleSource/UnitTests/Vector/SSE/sse.stepfft.c
/llvm-project-15.0.7/llvm/unittests/IR/
H A DInstructionsTest.cpp1045 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 DTestSuite.rst180 SingleSource/Benchmarks/Polybench. A newer version 4.2.1 is available.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dregalloc-reconcile-broken-hints.ll7 ; SingleSource/Benchmarks/McGill/chomp.c
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dctrloop-sums.ll2 ; ModuleID = 'SingleSource/Regression/C/sumarray2d.c'
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A Dudiv.ll9 ; original code. This comes from SingleSource/Benchmarks/Shootout/sieve.c.
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/AArch64/
H A Dmatmul.ll7 ; 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 DTestSuiteGuide.md97 - `SingleSource/`
H A DVectorizers.rst396 `gcc-loops <https://github.com/llvm/llvm-test-suite/tree/main/SingleSource/UnitTests/Vectorizer>`_.
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21248 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 DARMISelLowering.cpp7489 static bool isVMOVNMask(ArrayRef<int> M, EVT VT, bool Top, bool SingleSource) { in isVMOVNMask() argument
7502 unsigned N = SingleSource ? 0 : NumElts; in isVMOVNMask()