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.cc64 OperandConstraint* op_constraints = in RegisterAllocatorVerifier() local
68 BuildConstraint(instr->InputAt(i), &op_constraints[count]); in RegisterAllocatorVerifier()
69 VerifyInput(op_constraints[count]); in RegisterAllocatorVerifier()
72 BuildConstraint(instr->TempAt(i), &op_constraints[count]); in RegisterAllocatorVerifier()
73 VerifyTemp(op_constraints[count]); in RegisterAllocatorVerifier()
76 BuildConstraint(instr->OutputAt(i), &op_constraints[count]); in RegisterAllocatorVerifier()
77 if (op_constraints[count].type_ == kSameAsFirst) { in RegisterAllocatorVerifier()
79 op_constraints[count].type_ = op_constraints[0].type_; in RegisterAllocatorVerifier()
80 op_constraints[count].value_ = op_constraints[0].value_; in RegisterAllocatorVerifier()
82 VerifyOutput(op_constraints[count]); in RegisterAllocatorVerifier()
[all …]