Searched refs:IfValue (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/compiler/ |
D | control-flow-optimizer.cc | 113 NodeProperties::ChangeOp(if_true, common()->IfValue(value, order++)); in TryBuildSwitch() 132 NodeProperties::ChangeOp(if_true, common()->IfValue(value, order++)); in TryBuildSwitch()
|
D | bytecode-graph-builder.h | 105 Node* NewIfValue(int32_t value) { return NewNode(common()->IfValue(value)); } in NewIfValue()
|
D | common-operator.h | 454 const Operator* IfValue(int32_t value, int32_t order = 0); in NON_EXPORTED_BASE()
|
D | wasm-compiler.h | 204 Node* IfValue(int32_t value, Node* sw);
|
D | raw-machine-assembler.cc | 128 graph()->NewNode(common()->IfValue(case_value), switch_node); in Switch()
|
D | opcodes.h | 22 V(IfValue) \
|
D | typer.cc | 111 DECLARE_CASE(IfValue) in Reduce() 177 DECLARE_CASE(IfValue) in TypeNode()
|
D | common-operator.cc | 1038 const Operator* CommonOperatorBuilder::IfValue(int32_t index, in IfValue() function in v8::internal::compiler::CommonOperatorBuilder
|
D | wasm-compiler.cc | 996 Node* WasmGraphBuilder::IfValue(int32_t value, Node* sw) { in IfValue() function in v8::internal::compiler::WasmGraphBuilder 998 return graph()->NewNode(mcgraph()->common()->IfValue(value), sw); in IfValue()
|
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 330 (i == imm.table_count) ? BUILD(IfDefault, sw) : BUILD(IfValue, i, sw); in BrTable()
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 1005 Node IfValue(int32_t Value, Node) { in IfValue() function in IceBuilder
|