Home
last modified time | relevance | path

Searched refs:PhiAt (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc1453 return done.PhiAt(0); in ChangeFloat64ToTagged()
1477 return done.PhiAt(0); in ChangeBitToTagged()
1506 return done.PhiAt(0); in ChangeInt32ToTagged()
1531 return done.PhiAt(0); in LowerChangeInt64ToTagged()
1553 return done.PhiAt(0); in ChangeUint32ToTagged()
1573 return done.PhiAt(0); in LowerChangeUint64ToTagged()
1667 return done.PhiAt(0); in LowerTruncateTaggedToBit()
1676 return done.PhiAt(0); in LowerTruncateTaggedPointerToBit()
1697 return done.PhiAt(0); in LowerChangeTaggedToInt32()
1718 return done.PhiAt( in LowerChangeTaggedToUint32()
[all...]
H A Dselect-lowering.cc53 return Changed(done.PhiAt(0)); in LowerSelect()
H A Dmemory-lowering.cc312 top = __ IntAdd(done.PhiAt(0), __ IntPtrConstant(object_size)); in ReduceAllocateRaw()
319 __ IntAdd(done.PhiAt(0), __ IntPtrConstant(kHeapObjectTag))); in ReduceAllocateRaw()
361 value = done.PhiAt(0); in ReduceAllocateRaw()
H A Dgraph-assembler.h153 Node* PhiAt(size_t index);
156 TNode<T> PhiAt(size_t index) { in PhiAt() function in v8::internal::compiler::GraphAssemblerLabel
159 return TNode<T>::UncheckedCast(PhiAt(index)); in PhiAt()
551 Node* GraphAssemblerLabel<VarCount>::PhiAt(size_t index) { in PhiAt() function in v8::internal::compiler::GraphAssemblerLabel
H A Dwasm-compiler.cc3336 args[0] = end_label.PhiAt(0); in BuildCallRef()
5657 Node* offset = loop.PhiAt(0); in ArrayNewWithRtt()
5877 return done.PhiAt(0);
5908 return done.PhiAt(0);
5937 return done.PhiAt(0);
5970 return done.PhiAt(0);
6286 return done.PhiAt(0);
6324 return done.PhiAt(0);
6412 return done.PhiAt(0);
6432 return done.PhiAt(
[all...]
H A Djs-call-reducer.cc242 return merge.PhiAt<T>(0); in Value()
501 TNode<Number> i = loop_header->PhiAt<Number>(0); in Do()
571 TNode<Number> i = loop_header->PhiAt<Number>(0); in Value()
572 arg0 = loop_header->PhiAt<Object>(1); in Value()
583 return TNode<Object>::UncheckedCast(loop_exit.PhiAt<Object>(0)); in Value()
1241 return out.PhiAt<Boolean>(0);
1282 return out.PhiAt<Boolean>(0);
1548 k = step(found_initial_element.PhiAt<Number>(0));
1549 accumulator = found_initial_element.PhiAt<Object>(1);
1578 *accumulator = continue_label.PhiAt<Objec
[all...]
H A Djs-typed-lowering.cc869 __ ObjectIsUndetectable(check_undetectable.PhiAt<Object>(0))); in ReduceJSEqual()
872 Node* value = done.PhiAt(0); in ReduceJSEqual()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h1585 PhiInstruction* PhiAt(size_t i) const { return phis_[i]; } in PhiAt() function in v8::internal::compiler::final
H A Dinstruction-selector.cc129 UpdateRenamesInPhi(instruction_block->PhiAt(i)); in SelectInstructions()

Completed in 41 milliseconds