Searched refs:OperandConstraint (Results 1 – 9 of 9) sorted by relevance
196 struct OperandConstraint { struct208 OperandConstraint* operand_constraints_; argument239 static void VerifyInput(const OperandConstraint& constraint);240 static void VerifyTemp(const OperandConstraint& constraint);241 static void VerifyOutput(const OperandConstraint& constraint);244 OperandConstraint* constraint);246 const OperandConstraint* constraint);
66 OperandConstraint* op_constraints = in RegisterAllocatorVerifier()67 zone->NewArray<OperandConstraint>(operand_count); in RegisterAllocatorVerifier()93 const OperandConstraint& constraint) { in VerifyInput()102 const OperandConstraint& constraint) { in VerifyTemp()110 const OperandConstraint& constraint) { in VerifyOutput()126 const OperandConstraint* op_constraints = in VerifyAssignment()145 OperandConstraint* constraint) { in BuildConstraint()216 const InstructionOperand* op, const OperandConstraint* constraint) { in CheckConstraint()505 const OperandConstraint* op_constraints = in VerifyGapMoves()
28 enum OperandConstraint { enum150 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
33 enum OperandConstraint { enum163 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
33 enum OperandConstraint { enum187 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
366 string Constraints = ""; // OperandConstraint, e.g. $src = $dst.
440 string Constraints = ""; // OperandConstraint, e.g. $src = $dst.
518 string Constraints = ""; // OperandConstraint, e.g. $src = $dst.
4904 && Desc.getOperandConstraint(OpNum + 1, MCOI::OperandConstraint::TIED_TO) == -1; in isRegOrImmWithInputMods()