Home
last modified time | relevance | path

Searched refs:isPhysReg (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp1564 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(IncomingReg); in addRegisterKilled() local
1565 bool hasAliases = isPhysReg && in addRegisterKilled()
1589 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
1643 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(Reg); in addRegisterDead() local
1644 bool hasAliases = isPhysReg && 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.");
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DProgrammersManual.rst418 assert(isPhysReg(R) && "All virt regs should have been allocated already.");