HomeSort by relevance Sort by last modified time
    Searched full:llc (Results 1 - 25 of 3188) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/tools/llc/
CMakeLists.txt 3 add_llvm_tool(llc
4 llc.cpp
  /external/llvm/test/CodeGen/ARM/
ret0.ll 1 ; RUN: llc < %s -march=arm
ret_void.ll 1 ; RUN: llc < %s -march=arm
ret_arg1.ll 1 ; RUN: llc < %s -march=arm
ret_arg2.ll 1 ; RUN: llc < %s -march=arm
ret_arg3.ll 1 ; RUN: llc < %s -march=arm
ret_f32_arg2.ll 1 ; RUN: llc < %s -march=arm -mattr=+vfp2
ret_f64_arg2.ll 1 ; RUN: llc < %s -march=arm -mattr=+vfp2
  /external/llvm/test/CodeGen/CBackend/
2002-09-20-VarArgPrototypes.ll 1 ; RUN: llc < %s -march=c
2002-10-16-External.ll 1 ; RUN: llc < %s -march=c
2003-06-11-LiteralStringProblem.ll 1 ; RUN: llc < %s -march=c
2003-06-28-LinkOnceGlobalVars.ll 1 ; RUN: llc < %s -march=c | grep common | grep X
  /external/llvm/test/CodeGen/Generic/
ret0.ll 1 ; RUN: llc < %s
ret42.ll 1 ; RUN: llc < %s
2005-10-18-ZeroSizeStackObject.ll 1 ; RUN: llc < %s
  /external/llvm/test/CodeGen/PowerPC/
2005-01-14-UndefLong.ll 1 ; RUN: llc < %s -march=ppc32
2008-06-19-LegalizerCrash.ll 1 ; RUN: llc < %s -march=ppc32
long-compare.ll 1 ; RUN: llc < %s -march=ppc32 | grep cntlzw
2 ; RUN: llc < %s -march=ppc32 | not grep xori
3 ; RUN: llc < %s -march=ppc32 | not grep {li }
4 ; RUN: llc < %s -march=ppc32 | not grep {mr }
  /external/llvm/test/CodeGen/X86/
2006-10-02-BoolRetCrash.ll 1 ; RUN: llc < %s
barrier-sse.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep sfence
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep lfence
3 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep mfence
4 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep MEMBARRIER
aligned-comm.ll 1 ; RUN: llc < %s -march=x86
2 ; RUN: llc < %s -mtriple=i386-apple-darwin10 | grep {array,16512,7}
3 ; RUN: llc < %s -mtriple=i386-apple-darwin9 | grep {array,16512,7}
mfence.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep sfence
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep lfence
3 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep mfence
  /external/llvm/test/CodeGen/PTX/
options.ll 1 ; RUN: llc < %s -march=ptx32 -mattr=ptx20 | grep ".version 2.0"
2 ; RUN: llc < %s -march=ptx32 -mattr=ptx21 | grep ".version 2.1"
3 ; RUN: llc < %s -march=ptx32 -mattr=ptx22 | grep ".version 2.2"
4 ; RUN: llc < %s -march=ptx32 -mattr=ptx23 | grep ".version 2.3"
5 ; RUN: llc < %s -march=ptx32 -mattr=sm10 | grep ".target sm_10"
6 ; RUN: llc < %s -march=ptx32 -mattr=sm13 | grep ".target sm_13"
7 ; RUN: llc < %s -march=ptx32 -mattr=sm20 | grep ".target sm_20"
8 ; RUN: llc < %s -march=ptx32 -mattr=ptx23 | grep ".address_size 32"
9 ; RUN: llc < %s -march=ptx64 -mattr=ptx23 | grep ".address_size 64"
  /external/llvm/test/CodeGen/Alpha/
mb.ll 1 ; RUN: llc < %s -march=alpha | grep mb
  /external/llvm/test/CodeGen/SystemZ/
00-RetVoid.ll 1 ; RUN: llc < %s -march=systemz

Completed in 108 milliseconds

1 2 3 4 5 6 7 8 91011>>