Displaying 20 results from an estimated 21471 matches for "accord".
2015 Apr 16
2
[LLVMdev] Multiple connected components in live interval
...ain:
The options to llc are -optimize-regalloc -O0. The function is
meaningless - with -O3 it just returns zero.
It contains two nested loops, with a call inside the inner loop, which
is a CFG-diamond.
The PHI-nodes look like this in the inner loop:
BB#5: // Inner loop header
Predecessors according to CFG: BB#1 BB#4
vreg7<def> = PHI %vreg29, <BB#1>, %vreg4, <BB#4>
...
Successors according to CFG: BB#2 BB#6
BB#2:
Predecessors according to CFG: BB#5
...
Successors according to CFG: BB#3 BB#4
BB#3:
Predecessors according to CFG: BB#2
c...
2018 Apr 09
2
How to get the case value from Machine Instruction
...%noreg, %noreg
STRi12 %r0, %stack.1, 14, %noreg
%r0 = MOVi 4, 14, %noreg, %noreg
STRi12 %r0, %stack.2, 14, %noreg
%r0 = LDRi12 %stack.2, 14, %noreg
%r0 = SUBri %r0, 1, 14, %noreg, %noreg
CMPri %r0, 3, 14, %noreg, implicit-def %cpsr
STRi12 %r0, %stack.3, 14, %noreg
Bcc %bb.6, 8, %cpsr
Successors according to CFG: %bb.6 %bb.1
%bb.1: derived from LLVM BB %1
Predecessors according to CFG: %bb.0
%1:gprnopc = LEApcrelJT %jump-table.0, 14, %noreg
%2:gprnopc = LDRrs killed %0:gprnopc, %1, 0, 14, %noreg; mem:LD4[JumpTable]
BR_JTr killed %2, %jump-table.0
Successors according to CFG: %bb.2(?%) %...
2015 Apr 16
2
[LLVMdev] Multiple connected components in live interval
...O0. The function is meaningless - with -O3 it just returns zero.
>> It contains two nested loops, with a call inside the inner loop, which is a CFG-diamond.
>>
>> The PHI-nodes look like this in the inner loop:
>>
>> BB#5: // Inner loop header
>> Predecessors according to CFG: BB#1 BB#4
>> vreg7<def> = PHI %vreg29, <BB#1>, %vreg4, <BB#4>
>> ...
>> Successors according to CFG: BB#2 BB#6
>>
>> BB#2:
>> Predecessors according to CFG: BB#5
>> ...
>> Successors according to CFG: BB#3 BB#4...
2015 Apr 17
2
[LLVMdev] Multiple connected components in live interval
...st returns zero.
>>>> It contains two nested loops, with a call inside the inner loop, which is a CFG-diamond.
>>>>
>>>> The PHI-nodes look like this in the inner loop:
>>>>
>>>> BB#5: // Inner loop header
>>>> Predecessors according to CFG: BB#1 BB#4
>>>> vreg7<def> = PHI %vreg29, <BB#1>, %vreg4, <BB#4>
>>>> ...
>>>> Successors according to CFG: BB#2 BB#6
>>>>
>>>> BB#2:
>>>> Predecessors according to CFG: BB#5
>>>>...
2018 Apr 09
0
How to get the case value from Machine Instruction
...noreg
STRi12 %r0, %stack.1, 14, %noreg
%r0 = MOVi 4, 14, %noreg, %noreg
STRi12 %r0, %stack.2, 14, %noreg
%r0 = LDRi12 %stack.2, 14, %noreg
%r0 = SUBri %r0, 1, 14, %noreg, %noreg
CMPri %r0, 3, 14, %noreg, implicit-def %cpsr
STRi12 %r0, %stack.3, 14, %noreg
Bcc %bb.6, 8, %cpsr
Successors according to CFG: %bb.6 %bb.1
%bb.1: derived from LLVM BB %1
Predecessors according to CFG: %bb.0
%1:gprnopc = LEApcrelJT %jump-table.0, 14, %noreg
%2:gprnopc = LDRrs killed %0:gprnopc, %1, 0, 14, %noreg; mem:LD4[JumpTable]
BR_JTr killed %2, %jump-table.0
Successors according to CFG: %bb....
2013 Apr 10
3
[LLVMdev] If Conversion and predicated returns
...a small issue when using the if conversion pass in PPC to generate conditional returns. Here's a small example:
** Before if conversion **
BB#0: derived from LLVM BB %entry
%R3<def> = LI 0
%CR0<def> = CMPLWI %R3, 0
BCC 68, %CR0, <BB#3>
Successors according to CFG: BB#3(16) BB#1(16)
BB#1: derived from LLVM BB %while.body.lr.ph
Live Ins: %R3
Predecessors according to CFG: BB#0
%CR0<def> = CMPLWI %R3<kill>, 0
BCC 68, %CR0, <BB#3>
Successors according to CFG: BB#3(16) BB#2(16)
BB#2: derived from LLVM BB...
2014 Oct 27
4
[LLVMdev] Problem in X86 backend
Hi,
I'm having some trouble wirting an instruction in the X86 backend.
I made a new intrinsic and I wrote a custom inserter for my intrinsic in the X86 backend.
Everything works fine, except for one instruction that I can't find how to write.
I want to add this instruction in one of my machine basic block: mov [rdi], 0
How can I achieve that with the LLVM api? I tried several
2012 Jun 13
2
[LLVMdev] Assert in live update from MI scheduler.
...r Live Variable Analysis ***:
> # Machine code for function push: SSA
> Function Live Outs: %R0
>
> BB#0: derived from LLVM BB %entry
> %vreg5<def> = IMPLICIT_DEF; IntRegs:%vreg5
> %vreg4<def> = TFRI_V4 <ga:@xx_stack>; IntRegs:%vreg4
> Successors according to CFG: BB#1
>
> BB#1: derived from LLVM BB %for.cond
> Predecessors according to CFG: BB#0 BB#1
> %vreg0<def> = PHI %vreg4, <BB#0>, %vreg3, <BB#1>; IntRegs:%vreg0,%vreg4,%vreg3
> %vreg1<def> = PHI %vreg5, <BB#0>, %vreg2, <BB#1>; I...
2018 Apr 10
1
How to get the case value from Machine Instruction
...noreg
STRi12 %r0, %stack.1, 14, %noreg
%r0 = MOVi 4, 14, %noreg, %noreg
STRi12 %r0, %stack.2, 14, %noreg
%r0 = LDRi12 %stack.2, 14, %noreg
%r0 = SUBri %r0, 1, 14, %noreg, %noreg
CMPri %r0, 3, 14, %noreg, implicit-def %cpsr
STRi12 %r0, %stack.3, 14, %noreg
Bcc %bb.6, 8, %cpsr
Successors according to CFG: %bb.6 %bb.1
%bb.1: derived from LLVM BB %1
Predecessors according to CFG: %bb.0
%1:gprnopc = LEApcrelJT %jump-table.0, 14, %noreg
%2:gprnopc = LDRrs killed %0:gprnopc, %1, 0, 14, %noreg; mem:LD4[JumpTable]
BR_JTr killed %2, %jump-table.0
Successors according to CFG: %bb....
2008 Mar 13
2
How to manipulate data according to groups ?
Hi,
I have a two columns data, the first column are values, and second column
are the groups. For this example, there are 3 groups 1,2,3.
How can I manipulate the values in the first column according to groups, say
I would like to find mean, sum, and standard deviation for the different
groups ? How do I plot data according to groups ?
> t <- matrix(c(rnorm(10), 1,1,2,2,1,3,3,3,3,2), ncol=2)
[[alternative HTML version deleted]]
2012 Dec 06
3
Colors according to value (Excel-Export)
Hello together,
i have a list of numbers, like this one
A B C
1.1 1.2 1.3
i export this list into an excel file and want now color these numbers
according to her value.
I want every color under 1,25 is red, and every color over 1,25 is green.
How can i do this with "RDCOMClient" ?
I know how to colour a complete row, like this task:
U3R <- sh$Range(zellen_blue)
U3RF <- U3R$Font()
U3RF[["Bold"]] <- TRUE
U3RF[["S...
2018 Apr 09
0
How to get the case value from Machine Instruction
...%noreg, %noreg
STRi12 %r0, %stack.1, 14, %noreg
%r0 = MOVi 4, 14, %noreg, %noreg
STRi12 %r0, %stack.2, 14, %noreg
%r0 = LDRi12 %stack.2, 14, %noreg
%r0 = SUBri %r0, 1, 14, %noreg, %noreg
CMPri %r0, 3, 14, %noreg, implicit-def %cpsr
STRi12 %r0, %stack.3, 14, %noreg
Bcc %bb.6, 8, %cpsr
Successors according to CFG: %bb.6 %bb.1
%bb.1: derived from LLVM BB %1
Predecessors according to CFG: %bb.0
%1:gprnopc = LEApcrelJT %jump-table.0, 14, %noreg
%2:gprnopc = LDRrs killed %0:gprnopc, %1, 0, 14, %noreg; mem:LD4[JumpTable]
BR_JTr killed %2, %jump-table.0
Successors according to CFG: %bb.2(?%) %...
2015 Apr 20
2
[LLVMdev] Multiple connected components in live interval
...tains two nested loops, with a call inside the inner loop, which is a CFG-diamond.
>>>>>>
>>>>>> The PHI-nodes look like this in the inner loop:
>>>>>>
>>>>>> BB#5: // Inner loop header
>>>>>> Predecessors according to CFG: BB#1 BB#4
>>>>>> vreg7<def> = PHI %vreg29, <BB#1>, %vreg4, <BB#4>
>>>>>> ...
>>>>>> Successors according to CFG: BB#2 BB#6
>>>>>>
>>>>>> BB#2:
>>>>>> Pre...
2012 Jun 13
0
[LLVMdev] Assert in live update from MI scheduler.
...derived from LLVM BB %entry
%vreg5<def> = IMPLICIT_DEF; IntRegs:%vreg5
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Dummy def.
%vreg4<def> = TFRI_V4 <ga:@xx_stack>; IntRegs:%vreg4
Successors according to CFG: BB#1
BB#1: derived from LLVM BB %for.cond
Predecessors according to CFG: BB#0 BB#1
%vreg0<def> = PHI %vreg4, <BB#0>, %vreg3, <BB#1>;
IntRegs:%vreg0,%vreg4,%vreg3
%vreg1<def> = PHI %vreg5, <BB#0>, %vreg2, <BB#1>;
IntRegs:%vreg1,%vreg5...
2012 Aug 17
3
Apply a function according to factor levels.
Dear all,
I have a question on applying a function to the data according to factor
levels.
For example, for the data below, what is the best way to apply a function
to
"values" according to different levels of "samples" (1,2,3,4,5)?
values ind sample
1 0.03325 1 1
2 0.03305 1 1
3 0.03185 1 1
4 0.03515 1 1
5 0.0...
2012 Aug 03
4
How to concatenate a several rows according with a column ?
Hi, I'm a new user or R and I try to concatenate a several rows according
with the value in a column.
this is my data.frame and I want to concatenate my data.frame according with
the column "b" and make a new data.frame with the information in the others
columns.
>table1
a b c d
1 E001234 TSA...
2009 Mar 16
3
sort data frame columns according to a list
HI,
I have searched the R-help achive, trying to find a way to sort columns in a data frame according to a specific list, but not be able to find a general way to do it.
My data frame contains columns, with each one named from a sample ID, and each sample was measured in a specific time, generating one column of data, now I would like to sort the columns according to the time course, so I have...
2013 Apr 09
1
sorting the VAR model output according to variable names??
I was wondering if one can have the coefficients of VAR model sorted
according to variable names rather than lags. If you notice below, the
output is sorted according to lags.
>VAR(cbind(fossil,labour),p=2,type="const")
VAR Estimation Results:
=======================
Estimated coefficients for equation fossil:
===========================================...
2005 May 04
4
selections of data by one variable
Dear R experts,
My problem is as follows:
Suppose I have a data frame d comprising two variable a<-c(1:10) &
b<-c(11:20).
I now want to select a subgroup according the values of b.
I know if I just want to select, say, b=17, I can use f<-d[d$b==17] and R
will give me
> f
a b
7 7 17
However, if now I want to select a subgroup according to b==e<-c(13,15,17),
then the same syntx doesn't work.
What is the correct way to do it? My data h...
2011 Jul 15
6
how to order each element according to alphabet
Hi there,
I have a large amino acid csv file like this:
input.txt:
P,LV,Q,Z
P,VL,Q,Z
P,ML,QL,Z
There is a problem with this file, since LV and VL are in fact the same
thing.
How do I order each element according to alphabetical order so that the
desired output would look like:
output.txt:
P,LV,Q,Z
P,LV,Q,Z
P,LM,LQ,Z
--
View this message in context: http://r.789695.n4.nabble.com/how-to-order-each-element-according-to-alphabet-tp3668997p3668997.html
Sent from the R help mailing list archive at Nabble...