Home
last modified time | relevance | path

Searched refs:isPhysReg (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineInstr.cpp1943 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(IncomingReg); in addRegisterKilled() local
1944 bool hasAliases = isPhysReg && in addRegisterKilled()
1968 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
2022 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(Reg); in addRegisterDead() local
2023 bool hasAliases = isPhysReg && in addRegisterDead()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp1880 bool isPhysReg = Register::isPhysicalRegister(IncomingReg); in addRegisterKilled() local
1881 bool hasAliases = isPhysReg && in addRegisterKilled()
1905 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
1959 bool isPhysReg = Register::isPhysicalRegister(Reg); in addRegisterDead() local
1960 bool hasAliases = isPhysReg && in addRegisterDead()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1788 bool isPhysReg = Register::isPhysicalRegister(IncomingReg); in addRegisterKilled() local
1789 bool hasAliases = isPhysReg && in addRegisterKilled()
1813 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
1867 bool isPhysReg = Register::isPhysicalRegister(Reg); in addRegisterDead() local
1868 bool hasAliases = isPhysReg && in addRegisterDead()
/external/llvm/docs/
DProgrammersManual.rst290 assert(isPhysReg(R) && "All virt regs should have been allocated already.");
/external/llvm-project/llvm/docs/
DProgrammersManual.rst424 assert(isPhysReg(R) && "All virt regs should have been allocated already.");