search for: tmp49

Displaying 8 results from an estimated 8 matches for "tmp49".

Did you mean: tmp4
2011 Oct 06
2
[LLVMdev] A potential bug
...%for.body ] 2. %call9 = call i32 @gettimeofday(%struct.timeval* %end, %struct.timeval* null) nounwind 3. %0 = bitcast %struct.timeval* %start to i64* // eliminated by HandleEndBlock in DeadStoreElimination.cpp 4. %1 = bitcast %struct.timeval* %agg.tmp to i64* // eliminated ... 5. %tmp49 = load i64* %0, align 8 // eliminated ... 6. store i64 %tmp49, i64* %1, align 8 // eliminated ... 7. %2 = bitcast %struct.timeval* %end to i64* // eliminated ... 8. %3 = bitcast %struct.timeval* %agg.tmp12 to i64* // eliminated .....
2011 Oct 06
2
[LLVMdev] A potential bug
...ay(%struct.timeval* %end, %struct.timeval* >> null) nounwind >> 3.  %0 = bitcast %struct.timeval* %start to i64*           // eliminated by >> HandleEndBlock in DeadStoreElimination.cpp >> 4.  %1 = bitcast %struct.timeval* %agg.tmp to i64*     // eliminated ... >> 5.  %tmp49 = load i64* %0, align 8                             // eliminated >> ... >> 6.  store i64 %tmp49, i64* %1, align 8                         // eliminated >> ... >> 7.  %2 = bitcast %struct.timeval* %end to i64*             // eliminated ... >> 8.  %3 = bitcast %struct.t...
2011 Oct 06
0
[LLVMdev] A potential bug
...call i32 @gettimeofday(%struct.timeval* %end, %struct.timeval* > null) nounwind > 3.  %0 = bitcast %struct.timeval* %start to i64*           // eliminated by > HandleEndBlock in DeadStoreElimination.cpp > 4.  %1 = bitcast %struct.timeval* %agg.tmp to i64*     // eliminated ... > 5.  %tmp49 = load i64* %0, align 8                             // eliminated > ... > 6.  store i64 %tmp49, i64* %1, align 8                         // eliminated > ... > 7.  %2 = bitcast %struct.timeval* %end to i64*             // eliminated ... > 8.  %3 = bitcast %struct.timeval* %agg.tmp12 t...
2011 Oct 06
0
[LLVMdev] A potential bug
...uct.timeval* > >> null) nounwind > >> 3. %0 = bitcast %struct.timeval* %start to i64* // eliminated > by > >> HandleEndBlock in DeadStoreElimination.cpp > >> 4. %1 = bitcast %struct.timeval* %agg.tmp to i64* // eliminated ... > >> 5. %tmp49 = load i64* %0, align 8 // > eliminated > >> ... > >> 6. store i64 %tmp49, i64* %1, align 8 // > eliminated > >> ... > >> 7. %2 = bitcast %struct.timeval* %end to i64* // eliminated > ......
2011 Oct 06
1
[LLVMdev] A potential bug
...gt; >> 3.  %0 = bitcast %struct.timeval* %start to i64*           // >> >> eliminated by >> >> HandleEndBlock in DeadStoreElimination.cpp >> >> 4.  %1 = bitcast %struct.timeval* %agg.tmp to i64*     // eliminated >> >> ... >> >> 5.  %tmp49 = load i64* %0, align 8                             // >> >> eliminated >> >> ... >> >> 6.  store i64 %tmp49, i64* %1, align 8                         // >> >> eliminated >> >> ... >> >> 7.  %2 = bitcast %struct.timeval* %end t...
2013 Jun 26
1
[LLVMdev] Inline asm call argument mismatch?
Hello, In the following code snippet: %tmp49 = call i64 asm "movq %gs:${1:P},$0", "=r,im,,~{fpsr},~{flags}"(i64* @kernel_stack) #6, !dbg !6625, !srcloc !5841 I would expect for the inline asm call to receive two arguments because of the ${1:P} corresponding to a %P1 that will append the $1 to %%gs:. Can someone explain wh...
2008 Feb 10
2
[LLVMdev] Instrumenting virtual function calls
...::Function"*)*> [#uses=2] %tmp39.i = call double %tmp3637.i( %"struct.Q::Function"* %tmp18.i ) ; <double> [#uses=1] ! bitcast double (%"struct.Q::Function"*)* %tmp3637.i to i8* ; <i8*>: 0 [#uses=1] ! call void @registerMethod( i64 73846672, i8* %0 ) %tmp49.i = getelementptr %"struct.Q::Function"* %tmp10.i, i32 0, i32 0, i32 0, i32 0, i32 0 ; <i32 (...)***> [#uses=1] %tmp50.i = load i32 (...)*** %tmp49.i, align 4 ; <i32 (...)**> [#uses=1] %tmp51.i = getelementptr i32 (...)** %tmp50.i, i32 9 ; <i32 (...)**> [#uses...
2008 Jan 12
1
[LLVMdev] Labels
...ngEqualZero11: %tmp46 = load i32* @yybegin, align 4 %tmp47 = load i32* @yyend, align 4 call void @yyDo(void (i8*, i32)* @yy_12_body, i32 %tmp46, i32 %tmp47) l9: br label %l2 l8: store i32 %yypos2, i32* @yypos store i32 %yythunkpos2, i32 * @yythunkpos %tmp48 = call i32 @yymatchChar(i8 97) %tmp49 = icmp ne i32 %tmp97, 0 br i1 %tmp49, label %StringNotEqualZero12, label %StringEqualZero12 StringNotEqualZero12: br label %l1 StringEqualZero12: %tmp50 = load i32* @yybegin, align 4 %tmp51 = load i32* @yyend, align 4 call void @yyDo(void (i8*, i32)* @yy_13_body, i32 %tmp50, i32 %tmp51) %yyp...