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