search for: mcregisters

Displaying 5 results from an estimated 5 matches for "mcregisters".

Did you mean: mcregister
2020 Sep 29
2
Relation between Register and MCRegister
...:qcolombet at apple.com>> wrote: >> Hi, >> >> Register can represent virtual or physical registers. >> MCRegister can only represent physical registers. >> >> That's what I thought, but MCRegister has some stack slot APIs. That's almost correct. MCRegisters can only be invalid ($noreg) or physical registers. The lack of support for vregs is indicated by the lack of any vreg API's while the lack of support for stack slots is indicated by the lack of all (except one) stack slot API's and is mentioned in a comment: "StackSlot values do not...
2020 Sep 30
2
Relation between Register and MCRegister
...t;>> >>>> Register can represent virtual or physical registers. >>>> MCRegister can only represent physical registers. >>>> >>>> That's what I thought, but MCRegister has some stack slot APIs. >> >> That's almost correct. MCRegisters can only be invalid ($noreg) or physical registers. The lack of support for vregs is indicated by the lack of any vreg API's while the lack of support for stack slots is indicated by the lack of all (except one) stack slot API's and is mentioned in a comment: >> "StackSlot value...
2020 Sep 29
2
Relation between Register and MCRegister
...ote: >>> Hi, >>> >>> Register can represent virtual or physical registers. >>> MCRegister can only represent physical registers. >>> >>> That's what I thought, but MCRegister has some stack slot APIs. > > That's almost correct. MCRegisters can only be invalid ($noreg) or physical registers. The lack of support for vregs is indicated by the lack of any vreg API's while the lack of support for stack slots is indicated by the lack of all (except one) stack slot API's and is mentioned in a comment: > "StackSlot values do...
2020 Sep 29
2
Relation between Register and MCRegister
On Tue, Sep 29, 2020 at 9:08 AM Quentin Colombet <qcolombet at apple.com> wrote: > Hi, > > Register can represent virtual or physical registers. > MCRegister can only represent physical registers. > That's what I thought, but MCRegister has some stack slot APIs. > Eventually all Register instances are replaced by a MCRegister. > What happens in that case to the
2020 Sep 29
2
Relation between Register and MCRegister
Hello, I'm trying to understand what the relation between these two types is: do we need them both? Register seems to be delegating to MCRegister without owning any new additional responsibilities. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200928/b447b7cc/attachment.html>