Searched defs:isTied (Results 1 – 3 of 3) sorted by relevance
54 bool isTied() const { return Kind == Tied; } in isTied() function
314 bool isTied() const { in isTied() function
357 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local