Home
last modified time | relevance | path

Searched refs:OperandConstraint (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator-verifier.h43 struct OperandConstraint { struct
53 OperandConstraint* operand_constraints_; argument
65 static void VerifyInput(const OperandConstraint& constraint);
66 static void VerifyTemp(const OperandConstraint& constraint);
67 static void VerifyOutput(const OperandConstraint& constraint);
70 OperandConstraint* constraint);
72 const OperandConstraint* constraint);
Dregister-allocator-verifier.cc49 const OperandConstraint& constraint) { in VerifyInput()
59 const OperandConstraint& constraint) { in VerifyTemp()
68 const OperandConstraint& constraint) { in VerifyOutput()
88 auto* op_constraints = zone->NewArray<OperandConstraint>(operand_count); in RegisterAllocatorVerifier()
141 OperandConstraint* constraint) { in BuildConstraint()
207 const InstructionOperand* op, const OperandConstraint* constraint) { in CheckConstraint()
/external/llvm/include/llvm/MC/
DMCInstrDesc.h33 enum OperandConstraint { enum
163 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
/external/llvm/include/llvm/Target/
DTarget.td435 string Constraints = ""; // OperandConstraint, e.g. $src = $dst.