search for: collbered

Displaying 7 results from an estimated 7 matches for "collbered".

Did you mean: clobbered
2016 Jun 25
3
Tail call optimization is getting affected due to local function related optimization with IPRA
...llowing bug due to forcing caller saved registers for local function when IPRA enable: void makewt(int nw, int *ip, double *w) { ... bitrv2(nw, ip, w); } here bitrv2 is local fuction and for that when IPRA enable callee saved registers are set to none. So for that function following is set of collbered register as per regmaks collected by RegUsageInfoCollector pass. Function Name : bitrv2 Clobbered Registers: AH AL AX BH BL BP BPL BX CH CL CX DI DIL EAX EBP EBX ECX EDI EFLAGS ESI ESP RAX RBP RBX RCX RDI RSI RSP SI SIL SP SPL R8 R9 R10 R11 R12 R13 R14 R15 R8B R9B R10B R11B R12B R13B R14B R15B R8D...
2016 Jun 25
0
Tail call optimization is getting affected due to local function related optimization with IPRA
...local > function > when IPRA enable: > > void makewt(int nw, int *ip, double *w) { > ... > bitrv2(nw, ip, w); > } > > here bitrv2 is local fuction and for that when IPRA enable callee saved > registers > are set to none. So for that function following is set of collbered > register as > per regmaks collected by RegUsageInfoCollector pass. > > Function Name : bitrv2 > Clobbered Registers: > AH AL AX BH BL BP BPL BX CH CL CX DI DIL EAX EBP EBX ECX EDI EFLAGS ESI > ESP RAX > RBP RBX RCX RDI RSI RSP SI SIL SP SPL R8 R9 R10 R11 R12 R13 R14 R15 R8...
2016 Jun 26
3
Tail call optimization is getting affected due to local function related optimization with IPRA
...enable: >> >> void makewt(int nw, int *ip, double *w) { >> ... >> bitrv2(nw, ip, w); >> } >> >> here bitrv2 is local fuction and for that when IPRA enable callee saved >> registers >> are set to none. So for that function following is set of collbered >> register as >> per regmaks collected by RegUsageInfoCollector pass. >> >> Function Name : bitrv2 >> Clobbered Registers: >> AH AL AX BH BL BP BPL BX CH CL CX DI DIL EAX EBP EBX ECX EDI EFLAGS ESI >> ESP RAX >> RBP RBX RCX RDI RSI RSP SI SIL SP SPL...
2016 Jun 28
2
Tail call optimization is getting affected due to local function related optimization with IPRA
...ters for local function > when IPRA enable: > > void makewt(int nw, int *ip, double *w) { > ... > bitrv2(nw, ip, w); > } > > here bitrv2 is local fuction and for that when IPRA enable callee saved registers > are set to none. So for that function following is set of collbered register as > per regmaks collected by RegUsageInfoCollector pass. > > Function Name : bitrv2 > Clobbered Registers: > AH AL AX BH BL BP BPL BX CH CL CX DI DIL EAX EBP EBX ECX EDI EFLAGS ESI ESP RAX > RBP RBX RCX RDI RSI RSP SI SIL SP SPL R8 R9 R10 R11 R12 R13 R14 R15 R8B R9B R10...
2016 Jun 27
0
Tail call optimization is getting affected due to local function related optimization with IPRA
...id makewt(int nw, int *ip, double *w) { >>> ... >>> bitrv2(nw, ip, w); >>> } >>> >>> here bitrv2 is local fuction and for that when IPRA enable callee saved >>> registers >>> are set to none. So for that function following is set of collbered >>> register as >>> per regmaks collected by RegUsageInfoCollector pass. >>> >>> Function Name : bitrv2 >>> Clobbered Registers: >>> AH AL AX BH BL BP BPL BX CH CL CX DI DIL EAX EBP EBX ECX EDI EFLAGS ESI >>> ESP RAX >>> RBP RB...
2016 Jun 28
0
Tail call optimization is getting affected due to local function related optimization with IPRA
...ouble *w) { >>>> ... >>>> bitrv2(nw, ip, w); >>>> } >>>> >>>> here bitrv2 is local fuction and for that when IPRA enable callee saved >>>> registers >>>> are set to none. So for that function following is set of collbered >>>> register as >>>> per regmaks collected by RegUsageInfoCollector pass. >>>> >>>> Function Name : bitrv2 >>>> Clobbered Registers: >>>> AH AL AX BH BL BP BPL BX CH CL CX DI DIL EAX EBP EBX ECX EDI EFLAGS ESI >>>>...
2016 Jun 28
2
Tail call optimization is getting affected due to local function related optimization with IPRA
...> ... >>>>>> bitrv2(nw, ip, w); >>>>>> } >>>>>> >>>>>> here bitrv2 is local fuction and for that when IPRA enable callee saved registers >>>>>> are set to none. So for that function following is set of collbered register as >>>>>> per regmaks collected by RegUsageInfoCollector pass. >>>>>> >>>>>> Function Name : bitrv2 >>>>>> Clobbered Registers: >>>>>> AH AL AX BH BL BP BPL BX CH CL CX DI DIL EAX EBP EBX ECX EDI EFL...