Searched refs:IsPhi (Results 1 – 18 of 18) sorted by relevance
/external/v8/src/compiler/ |
D | change-lowering-unittest.cc | 134 IsPhi(static_cast<MachineType>(kTypeBool | kRepTagged), in TARGET_TEST_P() 206 IsPhi(kMachAnyTagged, in TARGET_TEST_F() 236 IsPhi( in TARGET_TEST_F() 265 IsPhi(kMachInt32, in TARGET_TEST_F() 291 IsPhi(kMachUint32, in TARGET_TEST_F() 317 IsPhi( in TARGET_TEST_F() 373 IsPhi( in TARGET_TEST_F() 402 IsPhi(kMachInt32, in TARGET_TEST_F() 429 IsPhi(kMachUint32, in TARGET_TEST_F() 456 IsPhi( in TARGET_TEST_F()
|
D | js-builtin-reducer-unittest.cc | 133 IsPhi(kMachNone, p1, p0, in TEST_F()
|
D | graph-unittest.h | 74 Matcher<Node*> IsPhi(const Matcher<MachineType>& type_matcher,
|
D | graph-unittest.cc | 690 Matcher<Node*> IsPhi(const Matcher<MachineType>& type_matcher, in IsPhi() function
|
/external/v8/src/ |
D | hydrogen-uint32-analysis.cc | 85 if (use->IsPhi()) { in Uint32UsesAreSafe() 107 if (use->IsPhi() && !use->CheckFlag(HInstruction::kUint32)) { in Uint32UsesAreSafe() 153 if (operand->IsPhi()) { in UnmarkPhi()
|
D | hydrogen-representation-changes.cc | 15 if (use_value->IsPhi()) { in InsertRepresentationChangeForUse() 155 if (input->IsPhi() && in Run() 172 if (input->IsPhi() && in Run()
|
D | hydrogen-mark-deoptimize.cc | 35 if (input->IsPhi() && input->CheckFlag(HValue::kAllowUndefinedAsNaN)) { in ProcessPhi()
|
D | hydrogen-redundant-phi.cc | 56 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead); in ProcessPhis()
|
D | hydrogen-infer-representation.cc | 44 if (use->IsPhi()) { in Run()
|
D | hydrogen-bch.cc | 302 if (!decomposition.base->IsPhi()) continue; in CollectInductionVariableData()
|
D | hydrogen-range-analysis.cc | 223 if (value->IsPhi()) { in PropagateMinusZeroChecks()
|
D | hydrogen-escape-analysis.cc | 273 if (succ_operand->IsPhi() && succ_operand->block() == succ) { in AnalyzeDataFlow()
|
D | hydrogen-check-elimination.cc | 322 if (this_entry->object_->IsPhi() && in Merge() 739 entry->object_->IsPhi() ? "phi" : "object", entry->object_->id()); in Print()
|
D | hydrogen-instructions.cc | 90 if (IsPhi()) HPhi::cast(this)->AddIndirectUsesTo(&use_count[0]); in RepresentationFromUses() 745 if (!other_operand->IsPhi()) { in Verify() 2279 if (!v->IsPhi()) return v; in IgnoreOsrValue() 2295 if (v->IsPhi()) { in GetInductionVariableData() 2468 if (!it.value()->IsPhi()) return true; in HasRealUses() 2508 if (!value->IsPhi()) { in InitRealUses()
|
D | lithium-allocator.cc | 673 if (instr != NULL && instr->IsPhi()) { in LookupPhi()
|
D | hydrogen-instructions.h | 544 bool IsPhi() const { return opcode() == kPhi; } in HYDROGEN_CONCRETE_INSTRUCTION_LIST() 3348 DCHECK(value->IsPhi()); in cast()
|
D | hydrogen.cc | 10249 if (result->HasObservableSideEffects() || result->IsPhi()) { in BuildBinaryOperation() 12019 if (value != NULL && value->IsPhi() && value->block() == block) { in AddIncomingEdge()
|
/external/v8/src/x64/ |
D | lithium-x64.cc | 2175 if (!candidate->IsPhi()) return; in FindDehoistedKeyDefinitions()
|