OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grep
(Results
176 - 200
of
2809
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Assembler/
2006-12-09-Cast-To-Bool.ll
1
; RUN: llvm-as < %s | llvm-dis |
grep
bitcast
2007-01-16-CrashOnBadCast2.ll
2
; RUN: not llvm-as %s -o /dev/null 2>&1 |
grep
"invalid cast opcode for cast from"
2007-04-20-AlignedStore.ll
1
; RUN: llvm-as < %s | llvm-dis |
grep
"align 1024"
2008-09-02-FunctionNotes2.ll
2
; RUN: not llvm-as %s -o /dev/null 2>&1 |
grep
"Attributes 'noinline and alwaysinline' are incompatible"
getInt.ll
1
; RUN: not opt < %s 2>&1 |
grep
'not a number, or does not fit in an unsigned int'
invalid-fwdref1.ll
1
; RUN: not llvm-as %s -disable-output 2>&1 |
grep
"invalid forward reference to function as global value!"
invalid-fwdref2.ll
1
; RUN: not llvm-as %s -disable-output 2>&1 |
grep
"forward reference and definition of global have different types"
/external/llvm/test/CodeGen/Generic/
inline-asm-special-strings.ll
1
; RUN: llc -no-integrated-as < %s |
grep
"foo 0 0"
/external/llvm/test/CodeGen/PowerPC/
2007-02-16-AlignPacked.ll
2
; RUN:
grep
align.*3
darwin-labels.ll
1
; RUN: llc < %s |
grep
'foo bar":'
mulhs.ll
3
; RUN: not
grep
mulhwu %t
4
; RUN: not
grep
srawi %t
5
; RUN: not
grep
add %t
6
; RUN:
grep
mulhw %t | count 1
neg.ll
1
; RUN: llc < %s -march=ppc32 |
grep
neg
/external/llvm/test/CodeGen/X86/
2003-11-03-GlobalBool.ll
2
; RUN: not
grep
".byte[[:space:]]*true"
2005-02-14-IllegalAssembler.ll
1
; RUN: llc < %s -march=x86 | not
grep
18446744073709551612
2006-07-28-AsmPrint-Long-As-Pointer.ll
1
; RUN: llc < %s -march=x86 |
grep
-- 4294967240
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
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
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
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
mul64.ll
1
; RUN: llc < %s -march=x86 |
grep
mul | count 3
shrink-fp-const2.ll
1
; RUN: llc < %s -march=x86 |
grep
flds
urem-i8-constant.ll
1
; RUN: llc < %s -march=x86 |
grep
111
Completed in 3051 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>