Searched refs:getTiedOperand (Results 1 – 7 of 7) sorted by relevance
57 unsigned getTiedOperand() const { in getTiedOperand() function132 if (CI.isTied()) return CI.getTiedOperand(); in getTiedRegister()
197 Res += "MCOI_TIED_TO(" + utostr(Constraint.getTiedOperand()) + ")"; in GetOperandInfo()
421 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()
704 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()724 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
986 unsigned getTiedOperand() const { in getTiedOperand() function
588 unsigned TiedTo = Info.getTiedOperand(); in ActOnGCCAsmStmt()
2309 if (Input.hasTiedOperand() && Input.getTiedOperand() == i) in EmitAsmStmt()2431 unsigned Output = Info.getTiedOperand(); in EmitAsmStmt()