Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1943 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(IncomingReg); in addRegisterKilled() local
2022 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(Reg); in addRegisterDead() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineInstr.cpp1788 bool isPhysReg = Register::isPhysicalRegister(IncomingReg); in addRegisterKilled() local
1867 bool isPhysReg = Register::isPhysicalRegister(Reg); in addRegisterDead() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineInstr.cpp1893 bool isPhysReg = IncomingReg.isPhysical(); in addRegisterKilled() local
1972 bool isPhysReg = Reg.isPhysical(); in addRegisterDead() local