Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator-verifier.h190 struct OperandConstraint { struct
202 OperandConstraint* operand_constraints_; argument
233 static void VerifyInput(const OperandConstraint& constraint);
234 static void VerifyTemp(const OperandConstraint& constraint);
235 static void VerifyOutput(const OperandConstraint& constraint);
238 OperandConstraint* constraint);
240 const OperandConstraint* constraint);
Dregister-allocator-verifier.cc66 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()
125 const OperandConstraint* op_constraints = in VerifyAssignment()
144 OperandConstraint* constraint) { in BuildConstraint()
211 const InstructionOperand* op, const OperandConstraint* constraint) { in CheckConstraint()
521 const OperandConstraint* op_constraints = in VerifyGapMoves()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h28 enum OperandConstraint { enum
150 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
/external/llvm/include/llvm/MC/
DMCInstrDesc.h33 enum OperandConstraint { enum
163 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTarget.td366 string Constraints = ""; // OperandConstraint, e.g. $src = $dst.
/external/llvm/include/llvm/Target/
DTarget.td440 string Constraints = ""; // OperandConstraint, e.g. $src = $dst.