Searched refs:UsedPhysRegMask (Results 1 – 7 of 7) sorted by relevance
99 BitVector UsedPhysRegMask; variable720 UsedPhysRegMask.setBitsNotInMask(RegMask); in addPhysRegsUsedFromRegMask()723 const BitVector &getUsedPhysRegsMask() const { return UsedPhysRegMask; } in getUsedPhysRegsMask()725 void setUsedPhysRegMask(BitVector &Mask) { UsedPhysRegMask = Mask; } in setUsedPhysRegMask()
32 UsedPhysRegMask.resize(NumRegs); in MachineRegisterInfo()506 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegModified()520 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegUsed()
240 const BitVector &UsedPhysRegMask = RegInfo.getUsedPhysRegsMask(); in convert() local241 if (UsedPhysRegMask.none()) in convert()244 for (unsigned I = 0, E = UsedPhysRegMask.size(); I != E; ++I) { in convert()245 if (!UsedPhysRegMask[I]) { in convert()
51 UsedPhysRegMask.resize(NumRegs); in MachineRegisterInfo()588 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegModified()602 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegUsed()
130 BitVector UsedPhysRegMask; variable849 UsedPhysRegMask.setBitsNotInMask(RegMask); in addPhysRegsUsedFromRegMask()852 const BitVector &getUsedPhysRegsMask() const { return UsedPhysRegMask; } in getUsedPhysRegsMask()
130 BitVector UsedPhysRegMask; variable862 UsedPhysRegMask.setBitsNotInMask(RegMask); in addPhysRegsUsedFromRegMask()865 const BitVector &getUsedPhysRegsMask() const { return UsedPhysRegMask; } in getUsedPhysRegsMask()