Searched refs:OperandConstraint (Results 1 – 6 of 6) sorted by relevance
226 struct OperandConstraint { struct238 OperandConstraint* operand_constraints_; argument270 static void VerifyInput(const OperandConstraint& constraint);271 static void VerifyTemp(const OperandConstraint& constraint);272 static void VerifyOutput(const OperandConstraint& constraint);275 OperandConstraint* constraint);277 const OperandConstraint* constraint);
80 OperandConstraint* op_constraints = in RegisterAllocatorVerifier()81 zone->NewArray<OperandConstraint>(operand_count); in RegisterAllocatorVerifier()108 const OperandConstraint& constraint) { in VerifyInput()117 const OperandConstraint& constraint) { in VerifyTemp()124 const OperandConstraint& constraint) { in VerifyOutput()139 const OperandConstraint* op_constraints = in VerifyAssignment()158 OperandConstraint* constraint) { in BuildConstraint()226 const InstructionOperand* op, const OperandConstraint* constraint) { in CheckConstraint()564 const OperandConstraint* op_constraints = in VerifyGapMoves()
32 enum OperandConstraint { enum213 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
403 MCOI::OperandConstraint::TIED_TO); in getInstruction()
587 string Constraints = ""; // OperandConstraint, e.g. $src = $dst.
6231 && Desc.getOperandConstraint(OpNum + 1, MCOI::OperandConstraint::TIED_TO) == -1; in isRegOrImmWithInputMods()