Home
last modified time | relevance | path

Searched refs:UsedPhysRegMask (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h100 BitVector UsedPhysRegMask; variable
648 UsedPhysRegMask.setBitsNotInMask(RegMask); in addPhysRegsUsedFromRegMask()
651 const BitVector &getUsedPhysRegsMask() const { return UsedPhysRegMask; } in getUsedPhysRegsMask()
653 void setUsedPhysRegMask(BitVector &Mask) { UsedPhysRegMask = Mask; } in setUsedPhysRegMask()
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp33 UsedPhysRegMask.resize(NumRegs); in MachineRegisterInfo()
475 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegModified()
489 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegUsed()
DMIRPrinter.cpp227 const BitVector &UsedPhysRegMask = RegInfo.getUsedPhysRegsMask(); in convert() local
228 if (UsedPhysRegMask.none()) in convert()
231 for (unsigned I = 0, E = UsedPhysRegMask.size(); I != E; ++I) { in convert()
232 if (!UsedPhysRegMask[I]) { in convert()