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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
cstring.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin | not grep comm
aligned-comm.ll 2 ; RUN: llc < %s -mtriple=i386-apple-darwin10 | grep "array,16512,7"
3 ; RUN: llc < %s -mtriple=i386-apple-darwin9 | grep "array,16512,7"
i128-ret.ll 1 ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
2 ; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s
vec_set-C.ll 1 ; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -mattr=+sse2 | grep movq
2 ; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -mattr=+sse2 | grep mov | count 1
3 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-pc-linux -mattr=+sse2 | grep movd
memset64-on-x86-32.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=nehalem | grep movups | count 5
2 ; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=core2 | grep movl | count 20
3 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=core2 | grep movl | count 20
4 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | grep movq | count 10
private.ll 3 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep .Lfoo:
4 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep call.*\.Lfoo
5 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep .Lbaz:
6 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep movl.*\.Lbaz
  /external/llvm/test/CodeGen/ARM/
arguments2.ll 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi
2 ; RUN: llc < %s -mtriple=arm-apple-darwin
arguments3.ll 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi
2 ; RUN: llc < %s -mtriple=arm-apple-darwin
arguments4.ll 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi
2 ; RUN: llc < %s -mtriple=arm-apple-darwin
arguments5.ll 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi
2 ; RUN: llc < %s -mtriple=arm-apple-darwin
arguments6.ll 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi
2 ; RUN: llc < %s -mtriple=arm-apple-darwin
ehabi-unwind.ll 3 ; RUN: llc < %s -mtriple=thumbv7 -arm-enable-ehabi -disable-fp-elim
4 ; RUN: llc < %s -mtriple=thumbv7 -arm-enable-ehabi
5 ; RUN: llc < %s -mtriple=thumbv7 -arm-enable-ehabi -arm-enable-ehabi-descriptors
tls1.ll 1 ; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi | \
3 ; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi | \
5 ; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi \
2009-08-15-RegScavengerAssert.ll 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi
arguments7.ll 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi
2 ; RUN: llc < %s -mtriple=arm-apple-darwin
arguments8.ll 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi
2 ; RUN: llc < %s -mtriple=arm-apple-darwin
  /external/llvm/test/CodeGen/Thumb/
frame_thumb.ll 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin \
3 ; RUN: llc < %s -mtriple=thumb-linux-gnueabi \
2010-07-01-FuncAlign.ll 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
  /external/llvm/test/CodeGen/Thumb2/
frameless.ll 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -disable-fp-elim | not grep mov
2 ; RUN: llc < %s -mtriple=thumbv7-linux -disable-fp-elim | not grep mov
tls1.ll 1 ; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi | \
3 ; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi | \
5 ; RUN: llc < %s -mtriple=thumbv7-linux-gnueabi \
  /external/llvm/test/CodeGen/PowerPC/
LargeAbsoluteAddr.ll 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | \
3 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
5 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
2007-02-16-AlignPacked.ll 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8.8.0 | \
2008-12-12-EH.ll 1 ; RUN: llc < %s -disable-cfi -march=ppc32 -mtriple=powerpc-apple-darwin9 | grep ^__Z1fv.eh
big-endian-actual-args.ll 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
3 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
big-endian-call-result.ll 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
3 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \

Completed in 178 milliseconds

1 2 3 4 5 6 7 8 91011>>