Searched refs:isTied (Results 1 – 5 of 5) sorted by relevance
54 bool isTied() const { return Kind == Tied; } in isTied() function57 assert(isTied()); in getTiedOperand()120 if (CI.isTied()) return CI.getTiedOperand(); in getTiedRegister()
119 assert(Constraint.isTied()); in GetOperandInfo()
560 if (Constraint.isTied()) { in emitInstructionSpecifier()
315 bool isTied = MI->getDesc().getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local316 if (isTied) in AddRegisterOperand()
2035 bool isTied = MI.isRegTiedToDefOperand(i); in ProcessUses() local2036 if (isTied) { in ProcessUses()2093 if (isTied) in ProcessUses()2113 if (!isTied && KilledMIRegs.count(VirtReg) == 0) { in ProcessUses()