Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/LoopRotate/
Ddbgvalue.ll88 …rojects/llvm-test/SingleSource/Benchmarks/BenchmarkGame/recursive.c", directory: "/Volumes/Lalgate…
105 …rojects/llvm-test/SingleSource/Benchmarks/BenchmarkGame/recursive.c", directory: "/Volumes/Lalgate…
/external/llvm/test/CodeGen/X86/
D2012-11-30-misched-dbg.ll140 !33 = !DIFile(filename: "SingleSource/Benchmarks/Shootout-C++/hash.cpp", directory: "SingleSource/B…
141 !34 = !DIFile(filename: "SingleSource/Benchmarks/Shootout-C++/hash.cpp", directory: "SingleSource/B…
Dregalloc-reconcile-broken-hints.ll7 ; SingleSource/Benchmarks/McGill/chomp.c
/external/llvm/test/Transforms/LICM/
Ddebug-value.ll40 !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…
/external/llvm/test/CodeGen/ARM/
Ddebug-info-qreg.ll56 !15 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/UnitTests/Vecto…
96 !55 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/UnitTests/Vecto…
D2013-04-21-AAPCS-VA-C.1.cp.ll6 ;test-suite/SingleSource/UnitTests/2002-05-02-ManyArguments.c
Ddebug-info-branch-folding.ll60 !15 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/UnitTests/Vecto…
100 !55 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/UnitTests/Vecto…
/external/llvm/test/CodeGen/Generic/
D2003-05-30-BadPreselectPhi.ll4 ;; From: test/Programs/SingleSource/richards_benchmark.c
/external/llvm/docs/
DTestSuiteMakefileGuide.rst43 SingleSource, and External.
45 - ``test-suite/SingleSource``
47 The SingleSource directory contains test programs that are only a
DTestingGuide.rst555 SingleSource, and External.
557 - ``test-suite/SingleSource``
559 The SingleSource directory contains test programs that are only a
DVectorizers.rst370 `gcc-loops <http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Vectorizer/…
/external/llvm/test/CodeGen/PowerPC/
Dctrloop-sums.ll1 ; ModuleID = 'SingleSource/Regression/C/sumarray2d.c'
/external/llvm/test/Transforms/IndVarSimplify/
Dudiv.ll9 ; original code. This comes from SingleSource/Benchmarks/Shootout/sieve.c.
/external/llvm/lib/Target/
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
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12951 SDValue SingleSource = SDValue(); in visitCONCAT_VECTORS() local
12965 if (SingleSource.getNode()) { in visitCONCAT_VECTORS()
12966 if (Op.getOperand(0) != SingleSource) in visitCONCAT_VECTORS()
12969 SingleSource = Op.getOperand(0); in visitCONCAT_VECTORS()
12974 if (SingleSource.getValueType() != N->getValueType(0)) in visitCONCAT_VECTORS()
12989 if (SingleSource.getNode()) in visitCONCAT_VECTORS()
12990 return SingleSource; in visitCONCAT_VECTORS()