Home
last modified time | relevance | path

Searched refs:UsedPhysRegMask (Results 1 – 7 of 7) 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-10.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp51 UsedPhysRegMask.resize(NumRegs); in MachineRegisterInfo()
588 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegModified()
602 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegUsed()
/external/llvm-project/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp51 UsedPhysRegMask.resize(NumRegs); in MachineRegisterInfo()
588 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegModified()
602 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegUsed()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h130 BitVector UsedPhysRegMask; variable
849 UsedPhysRegMask.setBitsNotInMask(RegMask); in addPhysRegsUsedFromRegMask()
852 const BitVector &getUsedPhysRegsMask() const { return UsedPhysRegMask; } in getUsedPhysRegsMask()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h130 BitVector UsedPhysRegMask; variable
862 UsedPhysRegMask.setBitsNotInMask(RegMask); in addPhysRegsUsedFromRegMask()
865 const BitVector &getUsedPhysRegsMask() const { return UsedPhysRegMask; } in getUsedPhysRegsMask()