Searched refs:getTiedOperand (Results 1 – 7 of 7) sorted by relevance
56 unsigned getTiedOperand() const { in getTiedOperand() function120 if (CI.isTied()) return CI.getTiedOperand(); in getTiedRegister()
127 Res += "((" + utostr(Constraint.getTiedOperand()) + in GetOperandInfo()
583 operandMapping[operandIndex] = Constraint.getTiedOperand(); in emitInstructionSpecifier()
420 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()440 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
432 unsigned getTiedOperand() const { in getTiedOperand() function
1485 if (Input.hasTiedOperand() && Input.getTiedOperand() == i) in EmitAsmStmt()1560 unsigned Output = Info.getTiedOperand(); in EmitAsmStmt()
2297 unsigned TiedTo = Info.getTiedOperand(); in ActOnAsmStmt()