Searched defs:right_candidate (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc1525 HValue* right_candidate = instr->BetterRightOperand(); local
1527 ? UseRegisterOrConstantAtStart(right_candidate)
1528 : UseOrConstantAtStart(right_candidate);
1545 HValue* right_candidate = instr->right(); local
1547 ? UseRegisterOrConstantAtStart(right_candidate)
1548 : UseOrConstantAtStart(right_candidate);
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc1524 HValue* right_candidate = instr->BetterRightOperand(); local
1529 right = UseRegisterAtStart(right_candidate);
1531 right = use_lea ? UseRegisterOrConstantAtStart(right_candidate)
1532 : UseOrConstantAtStart(right_candidate);
1547 HValue* right_candidate = instr->right(); local
1549 ? UseRegisterOrConstantAtStart(right_candidate)
1550 : UseOrConstantAtStart(right_candidate);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc1532 HValue* right_candidate = instr->BetterRightOperand(); local
1534 ? UseRegisterOrConstantAtStart(right_candidate)
1535 : UseOrConstantAtStart(right_candidate);
1552 HValue* right_candidate = instr->right(); local
1554 ? UseRegisterOrConstantAtStart(right_candidate)
1555 : UseOrConstantAtStart(right_candidate);

Completed in 199 milliseconds