search for: tmp40

Displaying 6 results from an estimated 6 matches for "tmp40".

Did you mean: tmp4
2016 Jan 20
2
Why getFunction() of CallGraphNode return NULL function?
...le to void (%class.Table.543*, %class.Transaction.553*)***, !dbg !69982 %tmp38 = load void (%class.Table.543*, %class.Transaction.553*)*** %tmp37, align 8, !dbg !69982, !tbaa !53550 %tmp39 = getelementptr inbounds void (%class.Table.543*, %class.Transaction.553*)** %tmp38, i64 5, !dbg !69982 %tmp40 = load void (%class.Table.543*, %class.Transaction.553*)** %tmp39, align 8, !dbg !69982 invoke void %tmp40(%class.Table.543* %table, %class.Transaction.553* %tmp36) to label %bb41 unwind label %bb72, !dbg !69982 and thus I cannot find the called function "truncate" from &quot...
2016 Jan 20
2
Why getFunction() of CallGraphNode return NULL function?
...ansaction.553*)***, !dbg !69982 > > %tmp38 = load void (%class.Table.543*, %class.Transaction.553*)*** > %tmp37, align 8, !dbg !69982, !tbaa !53550 > > %tmp39 = getelementptr inbounds void (%class.Table.543*, > %class.Transaction.553*)** %tmp38, i64 5, !dbg !69982 > > %tmp40 = load void (%class.Table.543*, %class.Transaction.553*)** > %tmp39, align 8, !dbg !69982 > > invoke void %tmp40(%class.Table.543* %table, %class.Transaction.553* > %tmp36) > > to label %bb41 unwind label %bb72, !dbg !69982 > > > > and thus I cannot find th...
2016 Jan 19
2
Why getFunction() of CallGraphNode return NULL function?
Hi all, I want to find all the called functions in each function, thus I iterate the calledFunctions of each CallGraphNode in CallGraph as follow: for (CallGraph::iterator it = CG->begin(); it != CG->end(); ++it) { CallGraphNode* node = it->second; for (CallGraphNode::iterator it2 = node->begin(); it2 != node->end(); ++it2) { Function* calledFunc =
2010 Sep 29
0
[LLVMdev] spilling & xmm register usage
..., 0x3FA99999A0000000 > %tmp27.i = fadd float %tmp23.i, %tmp26.i > %tmp32.i = fmul float %tmp7.i, 0x3FB99999A0000000 > %tmp33.i = fadd float %tmp23.i, %tmp32.i > %call36.i = tail call float @llvm.sqrt.f32(float %tmp21.i) nounwind > %tmp37.i = fmul float %tmp33.i, %call36.i > %tmp40.i = fdiv float %tmp9.i, %tmp9.i > %call41.i = tail call float @llvm.log.f32(float %tmp40.i) nounwind > %tmp45.i = fmul float %tmp33.i, %tmp33.i > %tmp47.i = fdiv float %tmp45.i, 2.000000e+00 > %tmp48.i = fadd float %tmp27.i, %tmp47.i > %tmp50.i = fmul float %tmp48.i, %tmp21.i &g...
2010 Sep 29
3
[LLVMdev] spilling & xmm register usage
Hello everybody, I have stumbled upon a test case (the attached module is a slightly reduced version) that shows extremely reduced performance on linux compared to windows when executed using LLVM's JIT. We narrowed the problem down to the actual code being generated, the source IR on both systems is the same. Try compiling the attached module: llc -O3 -filetype=asm -o BAD.s BAD.ll Under
2008 Jan 12
1
[LLVMdev] Labels
...ero9 StringNotEqualZero9: br label %l10 StringEqualZero9: %tmp38 = load i32* @yybegin, align 4 %tmp39 = load i32* @yyend, align 4 call void @yyDo(void (i8*, i32)* @yy_10_body, i32 %tmp38, i32 %tmp39) br label %l9 l10: store i32 %yypos9, i32* @yypos store i32 %yythunkpos9, i32 * @yythunkpos %tmp40 = call i32 @yymatchChar(i8 102) %tmp41 = icmp ne i32 %tmp102, 0 br i1 %tmp41, label %StringNotEqualZero10, label %StringEqualZero10 StringNotEqualZero10: br label %l8 StringEqualZero10: %tmp42 = load i32* @yybegin, align 4 %tmp43 = load i32* @yyend, align 4 call void @yyDo(void (i8*, i32)* @y...