Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h99 BitVector UsedPhysRegMask; variable
720 UsedPhysRegMask.setBitsNotInMask(RegMask); in addPhysRegsUsedFromRegMask()
723 const BitVector &getUsedPhysRegsMask() const { return UsedPhysRegMask; } in getUsedPhysRegsMask()
725 void setUsedPhysRegMask(BitVector &Mask) { UsedPhysRegMask = Mask; } in setUsedPhysRegMask()
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp32 UsedPhysRegMask.resize(NumRegs); in MachineRegisterInfo()
506 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegModified()
520 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegUsed()
DMIRPrinter.cpp240 const BitVector &UsedPhysRegMask = RegInfo.getUsedPhysRegsMask(); in convert() local
241 if (UsedPhysRegMask.none()) in convert()
244 for (unsigned I = 0, E = UsedPhysRegMask.size(); I != E; ++I) { in convert()
245 if (!UsedPhysRegMask[I]) { in convert()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp52 UsedPhysRegMask.resize(NumRegs); in MachineRegisterInfo()
583 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegModified()
597 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegUsed()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h131 BitVector UsedPhysRegMask; variable
830 UsedPhysRegMask.setBitsNotInMask(RegMask); in addPhysRegsUsedFromRegMask()
833 const BitVector &getUsedPhysRegsMask() const { return UsedPhysRegMask; } in getUsedPhysRegsMask()