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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
2009-04-24.ll 1 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -regalloc=fast -optimize-regalloc=0 -relocation-model=pic | FileCheck %s
inline-asm-error.ll 1 ; RUN: not llc -march x86 -regalloc=fast -optimize-regalloc=0 < %s 2> %t1
2 ; RUN: not llc -march x86 -regalloc=basic < %s 2> %t2
3 ; RUN: not llc -march x86 -regalloc=greedy < %s 2> %t3
i386-tlscall-fastregalloc.ll 1 ; RUN: llc %s -o - -O0 -regalloc=fast | FileCheck %s
8 ; Check that regalloc fast correctly preserves EAX that is set by the TLS call
15 ; but a smarter regalloc wouldn't have spilled it.
2008-05-28-LocalRegAllocBug.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -regalloc=fast -optimize-regalloc=0
2010-05-06-LocalInlineAsmClobber.ll 1 ; RUN: llc -regalloc=fast -optimize-regalloc=0 %s -o %t
  /external/llvm/test/CodeGen/ARM/
fast-isel-redefinition.ll 1 ; RUN: llc -O0 -verify-machineinstrs -fast-isel-abort=1 -optimize-regalloc -regalloc=basic < %s
2009-10-27-double-align.ll 2 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -regalloc=basic | FileCheck %s
2008-02-04-LocalRegAllocBug.ll 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -regalloc=fast -optimize-regalloc=0
2008-02-29-RegAllocLocal.ll 1 ; RUN: llc < %s -mtriple=arm-apple-darwin -regalloc=fast -optimize-regalloc=0
arm-returnaddr.ll 3 ; RUN: llc < %s -mtriple=arm-apple-ios -regalloc=basic | FileCheck %s
4 ; RUN: llc < %s -mtriple=thumbv6-apple-ios -regalloc=basic | FileCheck %s
  /external/llvm/test/CodeGen/PowerPC/
2008-02-09-LocalRegAllocAssert.ll 1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin -regalloc=fast -optimize-regalloc=0
fast-isel-redefinition.ll 1 ; RUN: llc -O0 -verify-machineinstrs -fast-isel-abort=1 -optimize-regalloc -regalloc=basic -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 < %s
svr4-redzone.ll 5 define i32 @regalloc() nounwind {
10 ; PPC32-LABEL: regalloc:
14 ; PPC64-LABEL: regalloc:
aggressive-anti-dep-breaker-subreg.ll 1 ; RUN: llc %s -mtriple=powerpc64-unknown-linux-gnu -O2 -o - -optimize-regalloc=false -regalloc=fast | FileCheck %s
  /external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
str_pre-2.ll 1 ; RUN: llc < %s -mtriple=armv6-linux-gnu -regalloc=linearscan | FileCheck %s
2 ; RUN: llc < %s -mtriple=armv6-linux-gnu -regalloc=basic | FileCheck %s
fast-isel-redefinition.ll 1 ; RUN: llc -O0 -regalloc=linearscan < %s
ldrd.ll 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -regalloc=linearscan | FileCheck %s -check-prefix=V6
2 ; RUN: llc < %s -mtriple=armv5-apple-darwin -regalloc=linearscan | FileCheck %s -check-prefix=V5
3 ; RUN: llc < %s -mtriple=armv6-eabi -regalloc=linearscan | FileCheck %s -check-prefix=EABI
2009-05-07-RegAllocLocal.ll 1 ; RUN: llc < %s -mtriple=armv5-unknown-linux-gnueabi -O0 -regalloc=fast
2009-10-27-double-align.ll 2 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -regalloc=basic | FileCheck %s
  /external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
2008-02-09-LocalRegAllocAssert.ll 1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin -regalloc=fast
  /external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
thumb2-ldrd.ll 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=+thumb2 -regalloc=linearscan | FileCheck %s
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2009-04-24.ll 1 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -regalloc=fast -relocation-model=pic > %t2
inline-asm-error.ll 1 ; RUN: not llc -march x86 -regalloc=fast < %s 2> %t1
2 ; RUN: not llc -march x86 -regalloc=basic < %s 2> %t2
3 ; RUN: not llc -march x86 -regalloc=greedy < %s 2> %t3
2004-04-09-SameValueCoalescing.ll 5 ; RUN: llc < %s -march=x86 -regalloc=linearscan | \
  /external/llvm/test/CodeGen/AArch64/
PBQP.ll 1 ; RUN: llc -mtriple=aarch64-linux-gnu -mcpu=cortex-a57 -regalloc=pbqp -pbqp-coalescing -o - %s | FileCheck %s

Completed in 1128 milliseconds

1 2 3 4 5 6 7 8 91011>>