Searched refs:kMachine (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | common-operator-reducer.cc | 74 DCHECK_EQ(branch_semantics_, BranchSemantics::kMachine); in DecideCondition() 79 if (branch_semantics_ == BranchSemantics::kMachine) { in DecideCondition()
|
D | pipeline.cc | 1410 data->machine(), temp_zone, BranchSemantics::kMachine); in DECL_PIPELINE_PHASE_CONSTANTS() 1745 BranchSemantics::kMachine); in DECL_PIPELINE_PHASE_CONSTANTS() 1751 data->machine(), temp_zone, BranchSemantics::kMachine); in DECL_PIPELINE_PHASE_CONSTANTS() 1821 data->machine(), temp_zone, BranchSemantics::kMachine); in DECL_PIPELINE_PHASE_CONSTANTS() 1930 data->machine(), temp_zone, BranchSemantics::kMachine); in DECL_PIPELINE_PHASE_CONSTANTS() 2014 data->machine(), temp_zone, BranchSemantics::kMachine); in DECL_PIPELINE_PHASE_CONSTANTS() 2040 data->machine(), temp_zone, BranchSemantics::kMachine); in DECL_PIPELINE_PHASE_CONSTANTS() 2073 data->machine(), temp_zone, BranchSemantics::kMachine); in DECL_PIPELINE_PHASE_CONSTANTS() 2095 data->machine(), temp_zone, BranchSemantics::kMachine); in DECL_PIPELINE_PHASE_CONSTANTS() 2124 data->machine(), temp_zone, BranchSemantics::kMachine); in DECL_PIPELINE_PHASE_CONSTANTS()
|
D | common-operator.h | 40 enum class BranchSemantics { kJS, kMachine }; enumerator
|