Home
last modified time | relevance | path

Searched defs:isPhysRegUsed (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveRegMatrix.cpp131 bool LiveRegMatrix::isPhysRegUsed(unsigned PhysReg) const { in isPhysRegUsed() function in LiveRegMatrix
DMachineRegisterInfo.cpp519 bool MachineRegisterInfo::isPhysRegUsed(unsigned PhysReg) const { in isPhysRegUsed() function in MachineRegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveRegMatrix.cpp138 bool LiveRegMatrix::isPhysRegUsed(unsigned PhysReg) const { in isPhysRegUsed() function in LiveRegMatrix
DMachineRegisterInfo.cpp596 bool MachineRegisterInfo::isPhysRegUsed(unsigned PhysReg) const { in isPhysRegUsed() function in MachineRegisterInfo
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h277 bool isPhysRegUsed(unsigned Reg) const { return UsedPhysRegs[Reg]; } in isPhysRegUsed() function