Searched refs:getTiedOperand (Results 1 – 8 of 8) sorted by relevance
57 unsigned getTiedOperand() const { in getTiedOperand() function135 if (CI.isTied()) return CI.getTiedOperand(); in getTiedRegister()
204 Res += "MCOI_TIED_TO(" + utostr(Constraint.getTiedOperand()) + ")"; in GetOperandInfo()
465 operandMapping[Constraint.getTiedOperand()] = operandIndex; in emitInstructionSpecifier()
2014 int tiedTo = CI.getTiedOperand(); in populateInstruction()
842 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()862 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
1094 unsigned getTiedOperand() const { in getTiedOperand() function
597 unsigned TiedTo = Info.getTiedOperand(); in ActOnGCCAsmStmt()
2586 if (Input.hasTiedOperand() && Input.getTiedOperand() == i) in EmitAsmStmt()2710 unsigned Output = Info.getTiedOperand(); in EmitAsmStmt()