HomeSort by relevance Sort by last modified time
    Searched full:llvm (Results 426 - 450 of 24291) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Bitcode/
null-type.ll 1 ; RUN: not llvm-dis < %s.bc 2>&1 | FileCheck %s
  /external/llvm/test/CodeGen/ARM/
PR15053.ll 4 declare i32 @llvm.arm.strexd(i32, i32, i8*) nounwind
5 declare { i32, i32 } @llvm.arm.ldrexd(i8*) nounwind readonly
9 %0 = tail call { i32, i32 } @llvm.arm.ldrexd(i8* undef) nounwind
11 %2 = tail call i32 @llvm.arm.strexd(i32 %1, i32 undef, i8* undef) nounwind
intrinsics.ll 7 %0 = tail call i32 @llvm.arm.mrc(i32 7, i32 1, i32 1, i32 1, i32 4) nounwind
9 tail call void @llvm.arm.mcr(i32 7, i32 1, i32 %0, i32 1, i32 1, i32 4) nounwind
11 %1 = tail call i32 @llvm.arm.mrc2(i32 7, i32 1, i32 1, i32 1, i32 4) nounwind
13 tail call void @llvm.arm.mcr2(i32 7, i32 1, i32 %1, i32 1, i32 1, i32 4) nounwind
15 tail call void @llvm.arm.mcrr(i32 7, i32 1, i32 %0, i32 %1, i32 1) nounwind
17 tail call void @llvm.arm.mcrr2(i32 7, i32 1, i32 %0, i32 %1, i32 1) nounwind
19 tail call void @llvm.arm.cdp(i32 7, i32 3, i32 1, i32 1, i32 1, i32 5) nounwind
21 tail call void @llvm.arm.cdp2(i32 7, i32 3, i32 1, i32 1, i32 1, i32 5) nounwind
25 declare void @llvm.arm.cdp2(i32, i32, i32, i32, i32, i32) nounwind
27 declare void @llvm.arm.cdp(i32, i32, i32, i32, i32, i32) nounwin
    [all...]
  /external/llvm/test/CodeGen/Generic/
annotate.ll 5 @.str = private unnamed_addr constant [4 x i8] c"sth\00", section "llvm.metadata"
6 @.str1 = private unnamed_addr constant [4 x i8] c"t.c\00", section "llvm.metadata"
11 %0 = call i32 @llvm.annotation.i32(i32 %a, i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), i8* getelementptr inbounds ([4 x i8]* @.str1, i32 0, i32 0), i32 2)
15 declare i32 @llvm.annotation.i32(i32, i8*, i8*, i32) #1
  /external/llvm/test/CodeGen/NVPTX/
envreg.ll 4 declare i32 @llvm.nvvm.read.ptx.sreg.envreg0()
5 declare i32 @llvm.nvvm.read.ptx.sreg.envreg1()
6 declare i32 @llvm.nvvm.read.ptx.sreg.envreg2()
7 declare i32 @llvm.nvvm.read.ptx.sreg.envreg3()
8 declare i32 @llvm.nvvm.read.ptx.sreg.envreg4()
9 declare i32 @llvm.nvvm.read.ptx.sreg.envreg5()
10 declare i32 @llvm.nvvm.read.ptx.sreg.envreg6()
11 declare i32 @llvm.nvvm.read.ptx.sreg.envreg7()
12 declare i32 @llvm.nvvm.read.ptx.sreg.envreg8()
13 declare i32 @llvm.nvvm.read.ptx.sreg.envreg9(
    [all...]
  /external/llvm/test/CodeGen/X86/
2004-02-13-FrameReturnAddress.ll 5 declare i8* @llvm.returnaddress(i32)
7 declare i8* @llvm.frameaddress(i32)
10 %X = call i8* @llvm.returnaddress( i32 0 ) ; <i8*> [#uses=1]
15 %X = call i8* @llvm.frameaddress( i32 0 ) ; <i8*> [#uses=1]
compiler_used.ll 7 @llvm.used = appending global [1 x i8*] [ i8* @Z ], section "llvm.metadata"
8 @llvm.compiler.used = appending global [2 x i8*] [ i8* @X, i8* bitcast (i32* @Y to i8*)], section "llvm.metadata"
  /external/llvm/test/CodeGen/XCore/
ps-intrinsics.ll 2 declare i32 @llvm.xcore.getps(i32)
3 declare void @llvm.xcore.setps(i32, i32)
8 %result = call i32 @llvm.xcore.getps(i32 %reg)
16 call void @llvm.xcore.setps(i32 %reg, i32 %value)
sr-intrinsics.ll 2 declare void @llvm.xcore.setsr(i32)
3 declare void @llvm.xcore.clrsr(i32)
8 call void @llvm.xcore.setsr(i32 128)
16 call void @llvm.xcore.clrsr(i32 128)
  /external/llvm/test/Feature/
NamedMDNode2.ll 1 ; RUN: llvm-as < %s -o /dev/null
alignment.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
attributes.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
casttest.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
escaped_label.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
inlineasm.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
prefixdata.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
3 ; RUN: llvm-as < %t1.ll | llvm-dis > %t2.ll
testlogical.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
testvarargs.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
undefined.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
weirdnames.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
  /external/llvm/test/LTO/
jump-table-type.ll 1 ; RUN: llvm-as <%s >%t1
2 ; RUN: llvm-lto -o %t2 %t1 -jump-table-type=arity
3 ; RUN: llvm-nm %t2 | FileCheck %s
22 @llvm.used = appending global [2 x i8*] [i8* bitcast (i32(i32)* @g to i8*),
runtime-library.ll 1 ; runtime library implementations should be added to llvm.compiler.used
2 ; RUN: llvm-as <%s >%t1
3 ; RUN: llvm-lto -o %t2 %t1
4 ; RUN: llvm-nm -no-sort %t2 | FileCheck %s -check-prefix=KEEP -check-prefix=LOSE
  /external/llvm/test/Linker/
2003-04-26-NullPtrLinkProblem.ll 1 ; This one fails because the LLVM runtime is allowing two null pointers of
4 ; RUN: echo "%%T = type i32" | llvm-as > %t.2.bc
5 ; RUN: llvm-as %s -o %t.1.bc
6 ; RUN: llvm-link %t.1.bc %t.2.bc
2008-06-26-AddressSpace.ll 3 ; RUN: llvm-as %s -o %t.foo1.bc
4 ; RUN: echo | llvm-as -o %t.foo2.bc
5 ; RUN: llvm-link %t.foo2.bc %t.foo1.bc -S | FileCheck %s
6 ; RUN: llvm-link %t.foo1.bc %t.foo2.bc -S | FileCheck %s
PR8300.ll 1 ; RUN: llvm-link %S/Inputs/PR8300.a.ll %S/Inputs/PR8300.b.ll -o %t.bc

Completed in 675 milliseconds

<<11121314151617181920>>