HomeSort by relevance Sort by last modified time
    Searched full:declare (Results 501 - 525 of 4316) sorted by null

<<21222324252627282930>>

  /external/llvm/test/Analysis/BasicAA/
getmodrefinfo-cs-cs.ll 6 declare void @f0()
7 declare void @ro() readonly
18 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
  /external/llvm/test/CodeGen/ARM/
2009-09-23-LiveVariablesBug.ll 17 declare arm_aapcs_vfpcc %struct.4* @qqq1(%struct.4*, float) nounwind
19 declare arm_aapcs_vfpcc %struct.4* @sss1(%struct.4*, float) nounwind
21 declare arm_aapcs_vfpcc %struct.4* @zzz2(%struct.4*, <4 x float>) nounwind
struct_byval.ll 44 declare i32 @e1(%struct.SmallStruct* nocapture byval %in) nounwind
45 declare i32 @e2(%struct.LargeStruct* nocapture byval %in) nounwind
46 declare i32 @e3(%struct.LargeStruct* nocapture byval align 16 %in) nounwind
  /external/llvm/test/CodeGen/CellSPU/
ctpop.ll 9 declare i8 @llvm.ctpop.i8(i8)
10 declare i16 @llvm.ctpop.i16(i16)
11 declare i32 @llvm.ctpop.i32(i32)
  /external/llvm/test/CodeGen/Generic/
2007-12-31-UnusedSelector.ll 31 declare void @__cxa_throw(i8*, i8*, void (i8*)*) noreturn
33 declare void @__cxa_end_catch()
35 declare i32 @__gxx_personality_v0(...)
add-with-overflow-128.ll 25 declare i32 @printf(i8*, ...) nounwind
26 declare {i96, i1} @llvm.sadd.with.overflow.i96(i96, i96)
27 declare {i128, i1} @llvm.uadd.with.overflow.i128(i128, i128)
  /external/llvm/test/CodeGen/Hexagon/
newvaluejump.ll 31 declare void @guy(i32, i32)
32 declare void @bar(i32, i32)
33 declare void @baz(i32, i32)
  /external/llvm/test/CodeGen/MBlaze/
fsl.ll 8 declare i32 @llvm.mblaze.fsl.get(i32 %port)
9 declare i32 @llvm.mblaze.fsl.aget(i32 %port)
10 declare i32 @llvm.mblaze.fsl.cget(i32 %port)
11 declare i32 @llvm.mblaze.fsl.caget(i32 %port)
12 declare i32 @llvm.mblaze.fsl.eget(i32 %port)
13 declare i32 @llvm.mblaze.fsl.eaget(i32 %port)
14 declare i32 @llvm.mblaze.fsl.ecget(i32 %port)
15 declare i32 @llvm.mblaze.fsl.ecaget(i32 %port)
16 declare i32 @llvm.mblaze.fsl.nget(i32 %port)
17 declare i32 @llvm.mblaze.fsl.naget(i32 %port
    [all...]
  /external/llvm/test/CodeGen/Mips/
gprestore.ll 29 declare void @f1(...)
31 declare void @f2(i32)
33 declare void @f3(i32, i32)
  /external/llvm/test/CodeGen/X86/
2007-02-19-LiveIntervalAssert.ll 17 declare i32 @fprintf(%struct._IO_FILE*, i8*, ...)
19 declare i32 @fflush(%struct._IO_FILE*)
21 declare void @abort()
2008-05-28-LocalRegAllocBug.ll 5 declare i8* @_Znwm(i32)
7 declare i8* @__cxa_begin_catch(i8*) nounwind
32 declare i32 @__gxx_personality_v0(...)
2008-10-11-CallCrash.ll 19 declare i32 @lshift_s_u(...)
20 declare i32 @func_87(...)
21 declare i32 @div_rhs(...)
2009-03-13-PHIElimBug.ll 5 declare i32 @f()
7 declare i32 @g()
36 declare i32 @__gxx_personality_v0(...)
loop-blocks.ll 203 declare void @bar99() nounwind
204 declare void @bar100() nounwind
205 declare void @bar101() nounwind
206 declare void @bar102() nounwind
207 declare void @body() nounwind
208 declare void @exit() nounwind
209 declare void @loop_header() nounwind
210 declare void @loop_latch() nounwind
211 declare i32 @get() nounwind
212 declare void @block_a_true_func() nounwin
    [all...]
pr3522.ll 30 declare void @__gnat_rcheck_12(i8*, i32) noreturn
32 declare i32 @report__ident_int(i32)
34 declare i32 @__gxx_personality_v0(...)
soft-fp.ll 17 declare void @llvm.va_start(i8*) nounwind
19 declare void @bar(%struct.__va_list_tag*)
21 declare void @llvm.va_end(i8*) nounwind
vec_ctbits.ll 3 declare <2 x i64> @llvm.cttz.v2i64(<2 x i64>, i1)
4 declare <2 x i64> @llvm.ctlz.v2i64(<2 x i64>, i1)
5 declare <2 x i64> @llvm.ctpop.v2i64(<2 x i64>)
  /external/llvm/test/DebugInfo/
2010-03-12-llc-crash.ll 4 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
8 call void @llvm.dbg.declare(metadata !{i32* undef}, metadata !0)
  /external/llvm/test/Linker/
2009-09-03-mdnode2.ll 18 declare void @llvm.dbg.func.start(metadata) nounwind readnone
20 declare void @llvm.dbg.stoppoint(i32, i32, metadata) nounwind readnone
22 declare void @llvm.dbg.region.end(metadata) nounwind readnone
  /external/llvm/test/Transforms/Inline/
inline-invoke-tail.ll 11 declare void @llvm.memcpy.i32(i8* nocapture, i8* nocapture, i32, i32) nounwind
31 declare i32 @__gxx_personality_v0(...)
33 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
  /external/llvm/test/Transforms/InstCombine/
2008-05-08-LiveStoreDelete.ll 21 declare i8* @malloc(i32) nounwind
23 declare i32 @strlen(i8*) nounwind readonly
25 declare i32 @b(...)
deadcode.ll 23 declare i8* @llvm.stacksave()
25 declare void @llvm.lifetime.start(i64, i8*)
26 declare void @llvm.lifetime.end(i64, i8*)
  /external/llvm/test/Transforms/JumpThreading/
and-and-cond.ll 3 declare i32 @f1()
4 declare i32 @f2()
5 declare void @f3()
and-cond.ll 3 declare i32 @f1()
4 declare i32 @f2()
5 declare void @f3()
  /external/llvm/test/Transforms/ObjCARC/
apelim.ll 8 declare i32 @bar() nounwind
52 declare i8* @objc_autoreleasePoolPush()
53 declare void @objc_autoreleasePoolPop(i8*)

Completed in 339 milliseconds

<<21222324252627282930>>