search for: ptr8

Displaying 10 results from an estimated 10 matches for "ptr8".

Did you mean: ptr
2011 Oct 29
1
How to plot survival data from multiple trials (simulations)?
...lease provide some R codes to plot the below survival data to compare two groups (0 vs 1) after 2 simulations (TRL)? need 95% prediction interval on the plot from these 2 trials. I would like to simulate 1000 trials later. Thanks a lot for your great help and consideration! yan TRL ID ECOG BASE PTR8 GROUP POP ST ind 1 1 1 1 2.2636717 0.255634126 1 1 99.4 F 3 1 2 1 24.7719223 0.756458142 0 1 8.1 T 5 1 3 0 4.7685832 0.908777937 1 0 2.6 T 7 1 4 0 2.5934492 -0.231564522 1 1 7.4 T 9 1 5 0 4.7309141 -2.455991696 0 1 0.4 T 11 1 6 1 3.5904766 -0.459694803 1 1 13.1 T 13 1 7 1 4.8592495 0.983131140 1 1...
2009 May 24
3
[LLVMdev] mixing static/dynamic code
...; <i32*> [#uses=2] %tmp = alloca i32 ; <i32*> [#uses=2] > %ptr32 = alloca i32 ; <i32*> [#uses=2] %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0] > store i32 %pi, i32* %ptr32 > %ptr8 = bitcast i32* %ptr32 to i8* ; <i8*> [#uses=1] > call void @roc( i8* %ptr8 ) store i32 %pi, i32* %pi_addr %pi_addr1 = bitcast i32* %pi_addr to i8* ; <i8*> [#uses=1] call void @roc( i8* %pi_addr1 ) ... void roc(void*) is a fu...
2009 May 24
0
[LLVMdev] mixing static/dynamic code
...%tmp = alloca i32 ; <i32*> [#uses=2] > > %ptr32 = alloca i32 ; <i32*> [#uses=2] > %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0] > > > store i32 %pi, i32* %ptr32 > > %ptr8 = bitcast i32* %ptr32 to i8* ; <i8*> [#uses=1] > > call void @roc( i8* %ptr8 ) > > store i32 %pi, i32* %pi_addr > %pi_addr1 = bitcast i32* %pi_addr to i8* ; <i8*> > [#uses=1] > call void @roc( i8* %pi_addr...
2009 May 24
2
[LLVMdev] mixing static/dynamic code
...; <i32*> [#uses=2] > > > %ptr32 = alloca i32 ; <i32*> [#uses=2] > > %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0] > > > > > store i32 %pi, i32* %ptr32 > > > %ptr8 = bitcast i32* %ptr32 to i8* ; <i8*> > [#uses=1] > > > call void @roc( i8* %ptr8 ) > > > > store i32 %pi, i32* %pi_addr > > %pi_addr1 = bitcast i32* %pi_addr to i8* ; <i8*> > > [#uses=1] > >...
2009 May 24
0
[LLVMdev] mixing static/dynamic code
...s=2] > > > %ptr32 = alloca i32 ; <i32*> [#uses=2] > > %"alloca point" = bitcast i32 0 to i32 ; <i32> > [#uses=0] > > > > > store i32 %pi, i32* %ptr32 > > > %ptr8 = bitcast i32* %ptr32 to i8* ; <i8*> > [#uses=1] > > > call void @roc( i8* %ptr8 ) > > > > store i32 %pi, i32* %pi_addr > > %pi_addr1 = bitcast i32* %pi_addr to i8* ; > <i8*>...
2009 May 24
1
[LLVMdev] mixing static/dynamic code
...%ptr32 = alloca i32 ; <i32*> [#uses=2] > > > %"alloca point" = bitcast i32 0 to i32 ; <i32> > > [#uses=0] > > > > > > > store i32 %pi, i32* %ptr32 > > > > %ptr8 = bitcast i32* %ptr32 to i8* ; <i8*> > > [#uses=1] > > > > call void @roc( i8* %ptr8 ) > > > > > > store i32 %pi, i32* %pi_addr > > > %pi_addr1 = bitcast i32* %pi_addr to i8*...
2017 Apr 29
0
How to pass a StringRef to a function call inserted as instrumentation?
...ang to compile this: void note_store(char *LocName, void *Addr); void foo(int *Ptr) { note_store("store in foo", (void *)Ptr); *Ptr = 42; } you get (essentially): @.str = private unnamed_addr constant [13 x i8] c"store in foo\00", align 1 define void @foo(i32* %Ptr) { %Ptr8 = bitcast i32* %Ptr to i8* call void @note_store(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @.str, i64 0, i64 0), i8* %Ptr8) store i32 42, i32* %Ptr, align 4 ret void } So you'll create a new global i8 array that gets initialized to your StringRef's data and then pass a pointe...
2017 Apr 28
4
How to pass a StringRef to a function call inserted as instrumentation?
I am wriitng an LLVM pass to insert instrumentation at certain points of the program. I want to pass the `StringRef` obtained from `getName()` as a parameter to a function `func(char* s)`. I can allocate some space on stack using `AllocaInst` to generate an `alloca` instruction. But, how can I copy the `StringRef` to the stack space? -- Thanks & Regards, Dipanjan -------------- next part
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...gt i32 %ndigits.addr.2, %396 %ndigits.addr.2. = select i1 %cmp81, i32 %ndigits.addr.2, i32 %396 br label %while.cond88.preheader while.cond88.preheader: ; preds = %while.end74, %if.else79 %k.0.ph = phi i32 [ %ndigits.addr.2., %if.else79 ], [ 1, %while.end74 ] %add.ptr89278 = getelementptr inbounds i8* %s.3, i32 -1 %397 = load i8* %add.ptr89278, align 1, !tbaa !1 %cmp91279 = icmp eq i8 %397, 48 br i1 %cmp91279, label %land.rhs93.lr.ph, label %while.end100 land.rhs93.lr.ph: ; preds = %while.cond88.preheader %sub.ptr.rhs.cast...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...-JK at g7-BNmPG%_HF zE%`Jr*OwJMFN!)tD6QTv!!^!py?y~_VGe=ubWV$L%i|PBK5B8~YC)`87M<8;z($Ql zD2)ZLRWG0WS=53UdcIoF#|F%>B&O)sy)p%si at -m0NA7~Sg;%C!A(9<2q#5 at o6w};= ziw<8t=Wp(ajJ($^_d7 at X4!2hZld_C91*%q5HS`wG<Cin<U1OgKzwgQBG8?f!Siw8X zq0~mNL~T<B8$6>QrM>05p2Ym9*iHOxUFJPNzu~pTR8|%C$sc%vqyMkWNQgF2tjZ70 z?k>b0D+`W(EQ2S1_jqwvQnHJl6Np_KoS73yz7&XE9h`Y7kenBYHQkY!7f8+x#I6s{ z%nc-83B<<Vk$EMMd^r$nz9aK8_9A<|N}1*v?%YN1=aYZ~^s8m|(XS`-YBZbjW?Jdj zmuZXQ9?M%MYaT)%(d^h`@Av2jJo-M5{%TZjrQJYuRI}u3YL+_8EG;j_GB14>M2!Ve z`Ywzb3!^y3*$4X6+bOF>QENZ`=k$Mc18h4qqXzanD*r&~X6;...