Searched defs:isTied (Results 1 – 4 of 4) sorted by relevance
54 bool isTied() const { return Kind == Tied; } in isTied() function
49 bool Operand::isTied() const { return TiedToIndex.has_value(); } in isTied() function in llvm::exegesis::Operand
450 bool isTied() const { in isTied() function
386 if (isTied) in AddRegisterOperand() local