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

/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1687 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(IncomingReg); local
1688 bool hasAliases = isPhysReg &&
1705 if (isPhysReg && isRegTiedToDefOperand(i))
1760 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(Reg); local
1761 bool hasAliases = isPhysReg &&

Completed in 80 milliseconds