OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:march
(Results
126 - 150
of
6069
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/NVPTX/
function-align.ll
1
; RUN: llc < %s -
march
=nvptx -mcpu=sm_20 | FileCheck %s
gvar-init.ll
1
; RUN: llc < %s -
march
=nvptx -mcpu=sm_20 | FileCheck %s
/external/llvm/test/CodeGen/PowerPC/
2006-10-17-ppc64-alloca.ll
1
; RUN: llc < %s -
march
=ppc64
2007-02-16-AlignPacked.ll
1
; RUN: llc < %s -
march
=ppc32 -mtriple=powerpc-apple-darwin8.8.0 | \
DbgValueOtherTargets.test
1
RUN: llc -O0 -
march
=ppc32 -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
neg.ll
1
; RUN: llc < %s -
march
=ppc32 | grep neg
/external/llvm/test/CodeGen/SPARC/
DbgValueOtherTargets.test
1
RUN: llc -O0 -
march
=sparc -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
mature-mc-support.ll
6
; SKIP: not llc -
march
=sparc < %s > /dev/null 2> %t1
9
; RUN: not llc -
march
=sparc -filetype=obj < %s > /dev/null 2> %t2
12
; SKIP: not llc -
march
=sparcv9 < %s > /dev/null 2> %t3
15
; RUN: not llc -
march
=sparcv9 -filetype=obj < %s > /dev/null 2> %t4
/external/llvm/test/CodeGen/X86/
2003-11-03-GlobalBool.ll
1
; RUN: llc < %s -
march
=x86 | \
2004-04-13-FPCMOV-Crash.ll
1
; RUN: llc < %s -
march
=x86
2004-06-10-StackifierCrash.ll
1
; RUN: llc < %s -
march
=x86
2005-02-14-IllegalAssembler.ll
1
; RUN: llc < %s -
march
=x86 | not grep 18446744073709551612
2006-07-10-InlineAsmAConstraint.ll
1
; RUN: llc < %s -
march
=x86
2006-07-28-AsmPrint-Long-As-Pointer.ll
1
; RUN: llc < %s -
march
=x86 | grep -- 4294967240
2007-03-18-LiveIntervalAssert.ll
1
; RUN: llc < %s -
march
=x86
2008-04-28-CyclicSchedUnit.ll
1
; RUN: llc < %s -
march
=x86
2008-07-11-SHLBy1.ll
1
; RUN: llc < %s -
march
=x86-64 -o - | not grep shr
2009-01-31-BigShift.ll
1
; RUN: llc < %s -
march
=x86 | not grep and
2011-03-30-CreateFixedObjCrash.ll
1
; RUN: llc < %s -
march
=x86
2011-12-06-BitcastVectorGlobal.ll
1
; RUN: llc < %s -
march
=x86-64 | FileCheck %s
combine-lds.ll
1
; RUN: llc < %s -
march
=x86 -mattr=+sse2 | grep fldl | count 1
maskmovdqu.ll
1
; RUN: llc < %s -
march
=x86 -mattr=+sse2,-avx | grep -i EDI
2
; RUN: llc < %s -
march
=x86-64 -mattr=+sse2,-avx | grep -i RDI
3
; RUN: llc < %s -
march
=x86 -mattr=+avx | grep -i EDI
4
; RUN: llc < %s -
march
=x86-64 -mattr=+avx | grep -i RDI
mature-mc-support.ll
4
; RUN: not llc -
march
=x86 < %s > /dev/null 2> %t1
7
; RUN: not llc -
march
=x86 -filetype=obj < %s > /dev/null 2> %t2
10
; RUN: not llc -
march
=x86-64 < %s > /dev/null 2> %t3
13
; RUN: not llc -
march
=x86-64 -filetype=obj < %s > /dev/null 2> %t4
mul-remat.ll
1
; RUN: llc < %s -
march
=x86 | grep mov | count 1
mul128.ll
1
; RUN: llc < %s -
march
=x86-64 | grep mul | count 3
Completed in 443 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>