Home
last modified time | relevance | path

Searched refs:LoopExitValue (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc334 val->node = builder_->LoopExitValue( in PopControl()
1809 ssa_env_->locals[index] = builder_->LoopExitValue( in WrapLocalsAtLoopExit()
1817 ssa_env_->instance_cache.field = builder_->LoopExitValue( \ in WrapLocalsAtLoopExit()
1844 value.node = builder_->LoopExitValue( in BuildNestedLoopExits()
1849 *exception_value = builder_->LoopExitValue( in BuildNestedLoopExits()
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.h530 const Operator* LoopExitValue(MachineRepresentation rep);
H A Dwasm-inlining.cc441 common()->LoopExitValue(MachineRepresentation::kTagged), in InlineCall()
H A Dint64-lowering.cc905 common()->LoopExitValue(MachineRepresentation::kWord32), in LowerNode()
908 common()->LoopExitValue(MachineRepresentation::kWord32), in LowerNode()
H A Dbytecode-graph-builder.cc945 common()->LoopExitValue(MachineRepresentation::kTagged), values_[i], in PrepareForLoopExit()
954 common()->LoopExitValue(MachineRepresentation::kTagged), in PrepareForLoopExit()
961 common()->LoopExitValue(MachineRepresentation::kTagged), in PrepareForLoopExit()
968 common()->LoopExitValue(MachineRepresentation::kTagged), in PrepareForLoopExit()
H A Dgraph-assembler.h444 // Updates machinery for creating {LoopExit,LoopExitEffect,LoopExitValue}
540 // {LoopExit,LoopExitEffect,LoopExitValue} nodes. The outermost level has
584 common()->LoopExitValue(MachineRepresentation::kTagged), var_array[i], in MergeState()
H A Dopcodes.h71 V(LoopExitValue) \
H A Dwasm-compiler.h267 Node* LoopExitValue(Node* value, MachineRepresentation representation);
H A Dcommon-operator.cc706 Operator::kPure, "LoopExitValue", 1, in LoopExitValueOperator()
1103 const Operator* CommonOperatorBuilder::LoopExitValue( in LoopExitValue() function in v8::internal::compiler::CommonOperatorBuilder
1116 "LoopExitValue", // name in LoopExitValue()
H A Dwasm-compiler.cc604 Node* WasmGraphBuilder::LoopExitValue(Node* value, in LoopExitValue() function in v8::internal::compiler::WasmGraphBuilder
607 return graph()->NewNode(mcgraph()->common()->LoopExitValue(representation), in LoopExitValue()

Completed in 34 milliseconds