Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineInstr.cpp1893 bool isPhysReg = IncomingReg.isPhysical(); in addRegisterKilled() local
1894 bool hasAliases = isPhysReg && in addRegisterKilled()
1918 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
1972 bool isPhysReg = Reg.isPhysical(); in addRegisterDead() local
1973 bool hasAliases = isPhysReg && in addRegisterDead()
/openbsd/src/gnu/llvm/llvm/docs/
DProgrammersManual.rst424 assert(isPhysReg(R) && "All virt regs should have been allocated already.");