Searched refs:PhiAt (Results 1 – 5 of 5) sorted by relevance
1068 return done.PhiAt(0); in LowerChangeFloat64ToTagged()1089 return done.PhiAt(0); in LowerChangeBitToTagged()1120 return done.PhiAt(0); in LowerChangeInt32ToTagged()1139 return done.PhiAt(0); in LowerChangeUint32ToTagged()1231 return done.PhiAt(0); in LowerTruncateTaggedToBit()1240 return done.PhiAt(0); in LowerTruncateTaggedPointerToBit()1260 return done.PhiAt(0); in LowerChangeTaggedToInt32()1280 return done.PhiAt(0); in LowerChangeTaggedToUint32()1305 return done.PhiAt(0); in LowerChangeTaggedToTaggedSigned()1326 return done.PhiAt(0); in LowerTruncateTaggedToFloat64()[all …]
254 top = __ IntAdd(done.PhiAt(0), __ IntPtrConstant(object_size)); in VisitAllocateRaw()261 __ IntAdd(done.PhiAt(0), __ IntPtrConstant(kHeapObjectTag))); in VisitAllocateRaw()305 value = done.PhiAt(0); in VisitAllocateRaw()
107 Node* PhiAt(size_t index);291 Node* GraphAssemblerLabel<VarCount>::PhiAt(size_t index) { in PhiAt() function
1423 PhiInstruction* PhiAt(size_t i) const { return phis_[i]; } in NON_EXPORTED_BASE()
98 UpdateRenamesInPhi(instruction_block->PhiAt(i)); in SelectInstructions()