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

<<41424344454647484950>>

  /external/llvm/test/CodeGen/CellSPU/
fneg-fabs.ll 30 declare double @fabs(double)
32 declare float @fabsf(float)
  /external/llvm/test/CodeGen/MSP430/
2009-12-22-InlineAsm.ll 27 declare void @exit(i16) noreturn
29 declare void @abort()
  /external/llvm/test/CodeGen/Mips/
analyzebranch.ll 42 declare void @abort() noreturn nounwind
44 declare void @f2(...)
unalignedload.ll 29 declare void @foo2(%struct.S1* byval)
31 declare void @foo4(%struct.S4* byval)
  /external/llvm/test/CodeGen/PowerPC/
vcmp-fold.ll 20 declare i32 @llvm.ppc.altivec.vcmpbfp.p(i32, <4 x float>, <4 x float>)
22 declare <4 x i32> @llvm.ppc.altivec.vcmpbfp(<4 x float>, <4 x float>)
  /external/llvm/test/CodeGen/Thumb/
2011-06-16-NoGPRs.ll 14 declare i8* (i8*, i8*, ...)* @f1(i8*, i8*) optsize
15 declare i8* @f2(i8*, i8*, ...)
  /external/llvm/test/CodeGen/Thumb2/
thumb2-ldm.ll 38 declare i32 @f1(i32, i32)
40 declare i32 @f2(i32, i32, i32)
  /external/llvm/test/CodeGen/X86/
2006-08-07-CycleInDAG.ll 29 declare i8* @calloc(i32, i32)
31 declare double @ldexp(double, i32)
2008-08-31-EH_RETURN32.ll 37 declare void @llvm.eh.return.i32(i32, i8*)
38 declare void @llvm.eh.unwind.init()
2008-09-05-sinttofp-2xi32.ll 34 declare <2 x double> @llvm.x86.sse.cvtpi2pd(x86_mmx)
35 declare x86_mmx @llvm.x86.sse.cvttpd2pi(<2 x double>)
2008-10-13-CoalescerBug.ll 40 declare i32 @func_43(...)
42 declare i32 @rshift_u_s(...)
2008-10-27-StackRealignment.ll 20 declare void @dummy(i8*)
22 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
2009-03-05-burr-list-crash.ll 7 declare i64 @strlen(i8* nocapture) nounwind readonly
35 declare noalias i8* @make_temp_file(i8*)
2010-03-04-Mul8Bug.ll 23 declare i32 @func_35(i32***, i32, i32, i32, i32)
25 declare i32 @qux(i32, i32)
2010-04-30-LocalAlloc-LandingPad.ll 126 declare void @_Z6throwsv() ssp
128 declare i32 @__gxx_personality_v0(...)
130 declare void @_ZSt9terminatev()
132 declare void @_Unwind_Resume_or_Rethrow(i8*)
134 declare i32 @llvm.eh.typeid.for(i8*) nounwind
136 declare i8* @__cxa_begin_catch(i8*)
138 declare i32 @printf(i8*, ...)
140 declare void @__cxa_end_catch()
2012-04-09-TwoAddrPassBug.ll 32 declare double @foo()
34 declare double @fmod(double, double)
call-push.ll 29 declare i32 @f(%struct.decode_t*)
39 declare i32 @foo(i32, i32, i32)
fast-isel-extract.ll 5 declare %struct.x @f()
29 declare %addovf @llvm.sadd.with.overflow.i32(i32, i32) nounwind readnone
lsr-wrap.ll 11 declare i32 @func_8(i8 zeroext) nounwind
13 declare i32 @func_3(i8 signext) nounwind
pr1505b.ll 26 declare void @_ZNSt8ios_base4InitD1Ev(%"struct.std::ctype_base"*)
28 declare void @_ZNSt8ios_base4InitC1Ev(%"struct.std::ctype_base"*)
30 declare i32 @__cxa_atexit(void (i8*)*, i8*, i8*)
72 declare float @tanf(float)
74 declare double @tan(double)
76 declare %"struct.std::basic_ostream<char,std::char_traits<char> >"* @_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc(%"struct.std::basic_ostream<char,std::char_traits<char> >"*, i8*)
78 declare %"struct.std::basic_ostream<char,std::char_traits<char> >"* @_ZNSolsEd(%"struct.std::basic_ostream<char,std::char_traits<char> >"*, double)
80 declare %"struct.std::basic_ostream<char,std::char_traits<char> >"* @_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_(%"struct.std::basic_ostream<char,std::char_traits<char> >"*)
stack-protector.ll 26 declare i8* @strcpy(i8*, i8*) nounwind
28 declare i32 @printf(i8*, ...) nounwind
vec_shift3.ll 25 declare <8 x i16> @llvm.x86.sse2.psrai.w(<8 x i16>, i32) nounwind readnone
26 declare <2 x i64> @llvm.x86.sse2.pslli.q(<2 x i64>, i32) nounwind readnone
  /external/llvm/test/DebugInfo/
2009-11-10-CurrentFn.ll 9 declare void @foo(...)
11 declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
2010-05-03-OriginDIE.ll 26 call void @llvm.dbg.declare(metadata !{i64* %data_addr.i17}, metadata !8) nounwind, !dbg !14
30 call void @llvm.dbg.declare(metadata !6, metadata !23) nounwind
41 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
43 declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
45 declare i32 @llvm.bswap.i32(i32) nounwind readnone
47 declare i64 @llvm.bswap.i64(i64) nounwind readnone
49 declare void @uuid_LtoB(i8*, i8*)
  /external/llvm/test/MC/ELF/
entsize.ll 18 declare i32 @puts(i8* nocapture) nounwind
19 declare void @foo(i64* nocapture) nounwind

Completed in 701 milliseconds

<<41424344454647484950>>