Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp1565 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(IncomingReg); in addRegisterKilled() local
1566 bool hasAliases = isPhysReg && RegInfo->getAliasSet(IncomingReg); in addRegisterKilled()
1582 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
1623 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(IncomingReg); in addRegisterDead() local
1624 bool hasAliases = isPhysReg && RegInfo->getAliasSet(IncomingReg); in addRegisterDead()
/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/docs/
DProgrammersManual.rst290 assert(isPhysReg(R) && "All virt regs should have been allocated already.");