search for: _gfortran_cpu_time_4

Displaying 3 results from an estimated 3 matches for "_gfortran_cpu_time_4".

2012 Dec 31
3
[LLVMdev] [DragonEgg] [Polly] Should we expect DragonEgg to produce identical LLVM IR for identical GIMPLE?
...1 kernelgen-gfortran -fplugin=dragonegg.so -fplugin-arg-dragonegg-emit-ir -fplugin-arg-dragonegg-llvm-ir-optimize=0 -S -c demo_f.f90 -o - | opt -O3 -S -o - "161.i": ; preds = %"160.i", %"159.i" call void bitcast (void (...)* @_gfortran_cpu_time_4 to void (float*)*)(float* %start.i) nounwind %204 = load i32* %ns.i, align 4 %205 = icmp sgt i32 %204, 0 br i1 %205, label %"162.preheader.i", label %"170.i" "162.preheader.i": ; preds = %"161.i" %206 = bitcast i8* %x.0...
2012 Jul 31
3
[LLVMdev] [DragonEgg] Mysterious FRAME coming from gimple to LLVM
...92, 4 %97 = icmp uge i64 %96, 1 %98 = select i1 %97, i64 %96, i64 1 %99 = call noalias i8* @malloc(i64 %98) nounwind %100 = bitcast i8* %99 to [0 x float]* %not2 = xor i64 %85, -1 call void @init_array.1535(%struct.FRAME.matmul* nest %FRAME.40) nounwind call void bitcast (void (...)* @_gfortran_cpu_time_4 to void (float*)*)(float* %start) nounwind %101 = getelementptr inbounds %struct.FRAME.matmul* %FRAME.40, i32 0, i32 12 %102 = load i32** %101, align 8 %103 = load i32* %102, align 4 %104 = icmp sle i32 1, %103 br i1 %104, label %"3", label %"11" "3":...
2012 Jul 31
0
[LLVMdev] [DragonEgg] Mysterious FRAME coming from gimple to LLVM
..., 1 > %98 = select i1 %97, i64 %96, i64 1 > %99 = call noalias i8* @malloc(i64 %98) nounwind > %100 = bitcast i8* %99 to [0 x float]* > %not2 = xor i64 %85, -1 > call void @init_array.1535(%struct.FRAME.matmul* nest %FRAME.40) nounwind > call void bitcast (void (...)* @_gfortran_cpu_time_4 to void > (float*)*)(float* %start) nounwind > %101 = getelementptr inbounds %struct.FRAME.matmul* %FRAME.40, i32 0, > i32 12 > %102 = load i32** %101, align 8 > %103 = load i32* %102, align 4 > %104 = icmp sle i32 1, %103 > br i1 %104, label %"3", label %&q...