Searched refs:LoopExitValue (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 334 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 D | common-operator.h | 530 const Operator* LoopExitValue(MachineRepresentation rep);
|
H A D | wasm-inlining.cc | 441 common()->LoopExitValue(MachineRepresentation::kTagged), in InlineCall()
|
H A D | int64-lowering.cc | 905 common()->LoopExitValue(MachineRepresentation::kWord32), in LowerNode() 908 common()->LoopExitValue(MachineRepresentation::kWord32), in LowerNode()
|
H A D | bytecode-graph-builder.cc | 945 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 D | graph-assembler.h | 444 // 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 D | opcodes.h | 71 V(LoopExitValue) \
|
H A D | wasm-compiler.h | 267 Node* LoopExitValue(Node* value, MachineRepresentation representation);
|
H A D | common-operator.cc | 706 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 D | wasm-compiler.cc | 604 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