Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()