Home
last modified time | relevance | path

Searched defs:isPhysReg (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineInstr.cpp1943 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(IncomingReg); in addRegisterKilled() local
2022 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(Reg); in addRegisterDead() local
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp1880 bool isPhysReg = Register::isPhysicalRegister(IncomingReg); in addRegisterKilled() local
1959 bool isPhysReg = Register::isPhysicalRegister(Reg); in addRegisterDead() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1788 bool isPhysReg = Register::isPhysicalRegister(IncomingReg); in addRegisterKilled() local
1867 bool isPhysReg = Register::isPhysicalRegister(Reg); in addRegisterDead() local