File: many-args.ll

package info (click to toggle)
llvm-2.7 2.7-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 59,992 kB
  • ctags: 49,499
  • sloc: cpp: 373,792; ansic: 16,885; sh: 12,614; asm: 6,809; ada: 3,083; ml: 2,942; python: 2,671; perl: 2,404; makefile: 1,691; pascal: 1,235; exp: 399; objc: 291; lisp: 184; csh: 117; xml: 38; f90: 36
file content (23 lines) | stat: -rw-r--r-- 2,058 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
; RUN: llc < %s -march=bfin -verify-machineinstrs

	type { i32, float, float, float, float, float, float, float, float, float, float }		; type %0
	%struct..s_segment_inf = type { float, i32, i16, i16, float, float, i32, float, float }

define i32 @main(i32 %argc.1, i8** %argv.1) {
entry:
	%tmp.218 = load float* null		; <float> [#uses=1]
	%tmp.219 = getelementptr %0* null, i64 0, i32 6		; <float*> [#uses=1]
	%tmp.220 = load float* %tmp.219		; <float> [#uses=1]
	%tmp.221 = getelementptr %0* null, i64 0, i32 7		; <float*> [#uses=1]
	%tmp.222 = load float* %tmp.221		; <float> [#uses=1]
	%tmp.223 = getelementptr %0* null, i64 0, i32 8		; <float*> [#uses=1]
	%tmp.224 = load float* %tmp.223		; <float> [#uses=1]
	%tmp.225 = getelementptr %0* null, i64 0, i32 9		; <float*> [#uses=1]
	%tmp.226 = load float* %tmp.225		; <float> [#uses=1]
	%tmp.227 = getelementptr %0* null, i64 0, i32 10		; <float*> [#uses=1]
	%tmp.228 = load float* %tmp.227		; <float> [#uses=1]
	call void @place_and_route(i32 0, i32 0, float 0.000000e+00, i32 0, i32 0, i8* null, i32 0, i32 0, i8* null, i8* null, i8* null, i8* null, i32 0, i32 0, i32 0, float 0.000000e+00, float 0.000000e+00, float 0.000000e+00, float 0.000000e+00, float 0.000000e+00, float 0.000000e+00, float 0.000000e+00, float 0.000000e+00, float 0.000000e+00, i32 0, i32 0, i32 0, i32 0, i32 0, float 0.000000e+00, float 0.000000e+00, float 0.000000e+00, i32 0, i32 0, i16 0, i16 0, i16 0, float 0.000000e+00, float 0.000000e+00, %struct..s_segment_inf* null, i32 0, float 0.000000e+00, float 0.000000e+00, float 0.000000e+00, float 0.000000e+00, float %tmp.218, float %tmp.220, float %tmp.222, float %tmp.224, float %tmp.226, float %tmp.228)
	ret i32 0
}

declare void @place_and_route(i32, i32, float, i32, i32, i8*, i32, i32, i8*, i8*, i8*, i8*, i32, i32, i32, float, float, float, float, float, float, float, float, float, i32, i32, i32, i32, i32, float, float, float, i32, i32, i16, i16, i16, float, float, %struct..s_segment_inf*, i32, float, float, float, float, float, float, float, float, float, float)