Searched refs:getTiedOperand (Results 1 – 7 of 7) sorted by relevance
58 unsigned getTiedOperand() const { in getTiedOperand() function133 if (CI.isTied()) return CI.getTiedOperand(); in getTiedRegister()
208 Res += "MCOI_TIED_TO(" + utostr(Constraint.getTiedOperand()) + ")"; in GetOperandInfo()
446 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()
760 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()780 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
1048 unsigned getTiedOperand() const { in getTiedOperand() function
589 unsigned TiedTo = Info.getTiedOperand(); in ActOnGCCAsmStmt()
2442 if (Input.hasTiedOperand() && Input.getTiedOperand() == i) in EmitAsmStmt()2567 unsigned Output = Info.getTiedOperand(); in EmitAsmStmt()