Searched
full:march (Results
276 -
300 of
3154) sorted by null
<<11121314151617181920>>
/external/llvm/test/CodeGen/X86/ |
sub.ll | 1 ; RUN: llc -march=x86 < %s | FileCheck %s
|
subreg-to-reg-3.ll | 1 ; RUN: llc < %s -march=x86-64 | grep imull
|
tailcall-i1.ll | 1 ; RUN: llc < %s -march=x86 -tailcallopt | grep TAILCALL
|
tailcall-structret.ll | 1 ; RUN: llc < %s -march=x86 -tailcallopt | grep TAILCALL
|
tailcall-void.ll | 1 ; RUN: llc < %s -march=x86 -tailcallopt | grep TAILCALL
|
tailcallfp.ll | 1 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel -tailcallopt | not grep call
|
vec_add.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2
|
vec_insert-3.ll | 1 ; RUN: llc < %s -march=x86-64 -mattr=+sse2,-sse41 | grep punpcklqdq | count 1
|
vec_set-A.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
|
vec_set-D.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movq
|
vshift_split.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2
|
widen_cast-6.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse41 | FileCheck %s
|
x86-64-frameaddr.ll | 1 ; RUN: llc < %s -march=x86-64 | grep movq | grep rbp
|
x86-frameaddr.ll | 1 ; RUN: llc < %s -march=x86 | grep mov | grep ebp
|
x86-frameaddr2.ll | 1 ; RUN: llc < %s -march=x86 | grep mov | count 3
|
/external/llvm/test/CodeGen/XCore/ |
2009-07-15-store192.ll | 1 ; RUN: llc < %s -march=xcore > %t1.s
|
2011-01-31-DAGCombineBug.ll | 1 ; RUN: llc < %s -march=xcore
|
constants.ll | 1 ; RUN: llc < %s -march=xcore -mcpu=xs1b-generic | FileCheck %s
|
fneg.ll | 1 ; RUN: llc < %s -march=xcore | FileCheck %s
|
getid.ll | 1 ; RUN: llc < %s -march=xcore | FileCheck %s
|
trap.ll | 1 ; RUN: llc < %s -march=xcore | FileCheck %s
|
/external/llvm/test/CodeGen/PowerPC/ |
Frames-alloca.ll | 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC32 2 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC64 3 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-prefix=PPC32-NOFP 4 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-prefix=PPC64-NOFP 5 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC32 6 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=PPC32-RS 7 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-prefix=PPC32-RS-NOFP
|
Frames-small.ll | 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -o %t1 5 ; RUN: llc < %s -march=ppc32 | \ 7 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim \ 13 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 -o %t3 18 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin8 -disable-fp-elim \
|
/external/llvm/lib/ExecutionEngine/ |
TargetSelect.cpp | 11 // allows the user to specify a specific one on the commandline with -march=x, 29 StringRef MArch = ""; 34 return selectTarget(TT, MArch, MCPU, MAttrs); 37 /// selectTarget - Pick a target either via -march or by guessing the native 40 StringRef MArch, 49 if (!MArch.empty()) { 52 if (MArch == it->getName()) { 59 *ErrorStr = "No available targets are compatible with this -march, " 66 Triple::ArchType Type = Triple::getArchTypeForLLVMName(MArch);
|
/build/core/ |
llvm_config.mk | 66 # llvm does not yet support -march=armv5e nor -march=armv5te, fall back to armv5 or armv5t 67 $(call clang-flags-subst,-march=armv5te,-march=armv5t) 68 $(call clang-flags-subst,-march=armv5e,-march=armv5)
|
Completed in 234 milliseconds
<<11121314151617181920>>