Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator-verifier.cc66 OperandConstraint* op_constraints = in RegisterAllocatorVerifier() local
70 BuildConstraint(instr->InputAt(i), &op_constraints[count]); in RegisterAllocatorVerifier()
71 VerifyInput(op_constraints[count]); in RegisterAllocatorVerifier()
74 BuildConstraint(instr->TempAt(i), &op_constraints[count]); in RegisterAllocatorVerifier()
75 VerifyTemp(op_constraints[count]); in RegisterAllocatorVerifier()
78 BuildConstraint(instr->OutputAt(i), &op_constraints[count]); in RegisterAllocatorVerifier()
79 if (op_constraints[count].type_ == kSameAsFirst) { in RegisterAllocatorVerifier()
81 op_constraints[count].type_ = op_constraints[0].type_; in RegisterAllocatorVerifier()
82 op_constraints[count].value_ = op_constraints[0].value_; in RegisterAllocatorVerifier()
84 VerifyOutput(op_constraints[count]); in RegisterAllocatorVerifier()
[all …]