Searched refs:phi_operand (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/v8/src/ |
D | lithium-allocator.cc | 1018 LUnallocated* phi_operand = in ResolvePhis() local 1020 phi_operand->set_virtual_register(phi->id()); in ResolvePhis() 1039 phi_operand); in ResolvePhis() 1053 branch->pointer_map()->RecordPointer(phi_operand, chunk()->zone()); in ResolvePhis() 1055 branch->pointer_map()->RecordUntagged(phi_operand, chunk()->zone()); in ResolvePhis() 1063 AddMove(phi_operand, live_range->GetSpillOperand(), chunk()->zone()); in ResolvePhis() 1284 LOperand* phi_operand = NULL; in BuildLiveRanges() local 1293 phi_operand = to; in BuildLiveRanges() 1301 Define(block_start, phi_operand, hint); in BuildLiveRanges()
|
D | hydrogen-check-elimination.cc | 205 HValue* phi_operand = phi->OperandAt(pred_index); in Copy() local 207 HCheckTableEntry* pred_entry = copy->Find(phi_operand); in Copy() 325 HValue* phi_operand = phi->OperandAt(pred_index); in Merge() local 326 that_entry = that->Find(phi_operand); in Merge()
|
D | hydrogen-instructions.cc | 2198 HValue* phi_operand) { in ComputeIncrement() argument 2199 if (!phi_operand->representation().IsInteger32()) return 0; in ComputeIncrement() 2201 if (phi_operand->IsAdd()) { in ComputeIncrement() 2202 HAdd* operation = HAdd::cast(phi_operand); in ComputeIncrement() 2210 } else if (phi_operand->IsSub()) { in ComputeIncrement() 2211 HSub* operation = HSub::cast(phi_operand); in ComputeIncrement()
|
D | hydrogen-instructions.h | 3232 static int32_t ComputeIncrement(HPhi* phi, HValue* phi_operand);
|
/external/chromium_org/v8/src/compiler/ |
D | register-allocator.cc | 1069 UnallocatedOperand* phi_operand = in ResolvePhis() local 1071 phi_operand->set_virtual_register(phi->id()); in ResolvePhis() 1087 phi_operand); in ResolvePhis() 1097 ->AddMove(phi_operand, live_range->GetSpillOperand(), code_zone()); in ResolvePhis() 1307 InstructionOperand* phi_operand = NULL; in BuildLiveRanges() local 1318 phi_operand = to; in BuildLiveRanges() 1326 Define(block_start, phi_operand, hint); in BuildLiveRanges()
|