search for: isstackslot

Displaying 4 results from an estimated 4 matches for "isstackslot".

Did you mean: hasstackslot
2020 Sep 29
2
Relation between Register and MCRegister
...ical 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 exist in the MC layer, see Register::isStackSlot() for the more information on them." The reason there's still an MCRegister::isStackSlot() function despite that is an implementation detail. The checks for invalid and phys reg historically tested for ==0 and >0 respectively. At the same time conversion from Register to unsigned/MCReg...
2020 Sep 29
2
Relation between Register and MCRegister
...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 exist in the MC layer, see Register::isStackSlot() for the more information on them." > > The reason there's still an MCRegister::isStackSlot() function despite that is an implementation detail. The checks for invalid and phys reg historically tested for ==0 and >0 respectively. At the same time conversion from Register to unsi...
2020 Sep 30
2
Relation between Register and MCRegister
...sters. 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 exist in the MC layer, see Register::isStackSlot() for the more information on them." >> >> The reason there's still an MCRegister::isStackSlot() function despite that is an implementation detail. The checks for invalid and phys reg historically tested for ==0 and >0 respectively. At the same time conversion from Register...
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