OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_value
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/crankshaft/
hydrogen-representation-changes.h
23
HValue*
use_value
,
hydrogen-representation-changes.cc
12
HValue* value, HValue*
use_value
, int use_index, Representation to) {
16
if (
use_value
->IsPhi()) {
17
next =
use_value
->block()->predecessors()->at(use_index)->end();
19
next = HInstruction::cast(
use_value
);
26
bool is_truncating_to_smi =
use_value
->CheckFlag(HValue::kTruncatingToSmi);
27
bool is_truncating_to_int =
use_value
->CheckFlag(HValue::kTruncatingToInt32);
29
use_value
->CheckFlag(HValue::kTruncatingToNumber);
48
use_value
->SetOperandAt(use_index, new_value);
67
HValue*
use_value
= it.value();
local
69
Representation req =
use_value
->RequiredInputRepresentation(use_index)
81
HValue*
use_value
= it.value();
local
[
all
...]
/external/v8/src/compiler/s390/
instruction-selector-s390.cc
1955
bool
use_value
= false;
local
[
all
...]
Completed in 98 milliseconds