Searched defs:isTied (Results 1 – 4 of 4) sorted by relevance
50 bool Operand::isTied() const { return TiedToIndex.hasValue(); } in isTied() function in llvm::exegesis::Operand
55 bool isTied() const { return Kind == Tied; } in isTied() function
441 bool isTied() const { in isTied() function
358 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1; in AddRegisterOperand() local