Home
last modified time | relevance | path

Searched refs:IsPhi (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/compiler/
Dchange-lowering-unittest.cc134 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()
Djs-builtin-reducer-unittest.cc133 IsPhi(kMachNone, p1, p0, in TEST_F()
Dgraph-unittest.h74 Matcher<Node*> IsPhi(const Matcher<MachineType>& type_matcher,
Dgraph-unittest.cc690 Matcher<Node*> IsPhi(const Matcher<MachineType>& type_matcher, in IsPhi() function
/external/v8/src/
Dhydrogen-uint32-analysis.cc85 if (use->IsPhi()) { in Uint32UsesAreSafe()
107 if (use->IsPhi() && !use->CheckFlag(HInstruction::kUint32)) { in Uint32UsesAreSafe()
153 if (operand->IsPhi()) { in UnmarkPhi()
Dhydrogen-representation-changes.cc15 if (use_value->IsPhi()) { in InsertRepresentationChangeForUse()
155 if (input->IsPhi() && in Run()
172 if (input->IsPhi() && in Run()
Dhydrogen-mark-deoptimize.cc35 if (input->IsPhi() && input->CheckFlag(HValue::kAllowUndefinedAsNaN)) { in ProcessPhi()
Dhydrogen-redundant-phi.cc56 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead); in ProcessPhis()
Dhydrogen-infer-representation.cc44 if (use->IsPhi()) { in Run()
Dhydrogen-bch.cc302 if (!decomposition.base->IsPhi()) continue; in CollectInductionVariableData()
Dhydrogen-range-analysis.cc223 if (value->IsPhi()) { in PropagateMinusZeroChecks()
Dhydrogen-escape-analysis.cc273 if (succ_operand->IsPhi() && succ_operand->block() == succ) { in AnalyzeDataFlow()
Dhydrogen-check-elimination.cc322 if (this_entry->object_->IsPhi() && in Merge()
739 entry->object_->IsPhi() ? "phi" : "object", entry->object_->id()); in Print()
Dhydrogen-instructions.cc90 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()
Dlithium-allocator.cc673 if (instr != NULL && instr->IsPhi()) { in LookupPhi()
Dhydrogen-instructions.h544 bool IsPhi() const { return opcode() == kPhi; } in HYDROGEN_CONCRETE_INSTRUCTION_LIST()
3348 DCHECK(value->IsPhi()); in cast()
Dhydrogen.cc10249 if (result->HasObservableSideEffects() || result->IsPhi()) { in BuildBinaryOperation()
12019 if (value != NULL && value->IsPhi() && value->block() == block) { in AddIncomingEdge()
/external/v8/src/x64/
Dlithium-x64.cc2175 if (!candidate->IsPhi()) return; in FindDehoistedKeyDefinitions()