search for: setoperandmask

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

2016 May 27
3
Updating RegMask inline
...discussion on IRC if we add a method to update RegMask, Do we have > to do it in target specific way? Is it possible to have RegMask at fixed > position in Operands array in MI? Also provide some more details on > updating cached RegMask in various other class. > > Add a method "setOperandMask()" in class MachineOperand, and then when you > find a call you just walk all the operands till you find one which > "isRegMask()" at which point you can update it. > > Ok. -Vivek > -- > Mehdi > > > -------------- next part -------------- An HTML attachmen...
2016 May 28
0
Updating RegMask inline
...we add a method to update RegMask, Do we have >> to do it in target specific way? Is it possible to have RegMask at fixed >> position in Operands array in MI? Also provide some more details on >> updating cached RegMask in various other class. >> >> Add a method "setOperandMask()" in class MachineOperand, and then when >> you find a call you just walk all the operands till you find one which >> "isRegMask()" at which point you can update it. >> >> Ok. > Is it ok to add "setRegMaskOperand()" in class MI and looping throu...
2016 May 28
3
Updating RegMask inline
...our previous discussion on IRC if we add a method to update RegMask, Do we have to do it in target specific way? Is it possible to have RegMask at fixed position in Operands array in MI? Also provide some more details on updating cached RegMask in various other class. > > Add a method "setOperandMask()" in class MachineOperand, and then when you find a call you just walk all the operands till you find one which "isRegMask()" at which point you can update it. > > Ok. > > Is it ok to add "setRegMaskOperand()" in class MI and looping through operands to find...
2016 May 27
0
Updating RegMask inline
...so as per our previous discussion on IRC if we add a method to update RegMask, Do we have to do it in target specific way? Is it possible to have RegMask at fixed position in Operands array in MI? Also provide some more details on updating cached RegMask in various other class. Add a method "setOperandMask()" in class MachineOperand, and then when you find a call you just walk all the operands till you find one which "isRegMask()" at which point you can update it. -- Mehdi
2016 May 28
0
Updating RegMask inline
...update RegMask, Do we have >>> to do it in target specific way? Is it possible to have RegMask at fixed >>> position in Operands array in MI? Also provide some more details on >>> updating cached RegMask in various other class. >>> >>> Add a method "setOperandMask()" in class MachineOperand, and then when >>> you find a call you just walk all the operands till you find one which >>> "isRegMask()" at which point you can update it. >>> >>> Ok. >> > > Is it ok to add "setRegMaskOperand()"...
2016 May 27
2
Updating RegMask inline
Hello Mentors, I have completed writing simple register mask calculator pass, an immutable pass that stores RegMasks and provides API to query them, and a target specific pass for X86 target which currently iterates through all MI in given MF and if a call instruction is found then it quires for RegMask to Immutable pass and prints which registers are clobbered and preserved as per actual
2016 May 28
1
Updating RegMask inline
...scussion on IRC if we add a method to update RegMask, Do we have to do it in target specific way? Is it possible to have RegMask at fixed position in Operands array in MI? Also provide some more details on updating cached RegMask in various other class. >>> >>> Add a method "setOperandMask()" in class MachineOperand, and then when you find a call you just walk all the operands till you find one which "isRegMask()" at which point you can update it. >> >> Ok. > > Is it ok to add "setRegMaskOperand()" in class MI and looping through operands...
2016 May 28
2
Updating RegMask inline
...vious discussion on IRC if we add a method to update RegMask, Do we have to do it in target specific way? Is it possible to have RegMask at fixed position in Operands array in MI? Also provide some more details on updating cached RegMask in various other class. >> >> Add a method "setOperandMask()" in class MachineOperand, and then when you find a call you just walk all the operands till you find one which "isRegMask()" at which point you can update it. >> >> Ok. >> >> Is it ok to add "setRegMaskOperand()" in class MI and looping through o...
2016 May 28
1
Updating RegMask inline
...if we add a method to update RegMask, Do we have to do it in target specific way? Is it possible to have RegMask at fixed position in Operands array in MI? Also provide some more details on updating cached RegMask in various other class. >>>>> >>>>> Add a method "setOperandMask()" in class MachineOperand, and then when you find a call you just walk all the operands till you find one which "isRegMask()" at which point you can update it. >>>> >>>> Ok. >>> >>> Is it ok to add "setRegMaskOperand()" in class...
2016 May 28
0
Updating RegMask inline
...e have >>>> to do it in target specific way? Is it possible to have RegMask at fixed >>>> position in Operands array in MI? Also provide some more details on >>>> updating cached RegMask in various other class. >>>> >>>> Add a method "setOperandMask()" in class MachineOperand, and then when >>>> you find a call you just walk all the operands till you find one which >>>> "isRegMask()" at which point you can update it. >>>> >>>> Ok. >>> >> >> Is it ok to add &quo...