Searched refs:IsPhi (Results 1 - 25 of 26) sorted by relevance

12

/external/llvm/lib/IR/
H A DUser.cpp43 void User::allocHungoffUses(unsigned N, bool IsPhi) { argument
55 if (IsPhi)
63 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { argument
73 allocHungoffUses(NewNumUses, IsPhi);
80 if (IsPhi) {
/external/v8/src/crankshaft/
H A Dhydrogen-uint32-analysis.cc82 if (use->IsPhi()) {
104 if (use->IsPhi() && !use->CheckFlag(HInstruction::kUint32)) {
150 if (operand->IsPhi()) {
H A Dhydrogen-redundant-phi.cc57 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead);
H A Dhydrogen-representation-changes.cc16 if (use_value->IsPhi()) {
179 if (input->IsPhi() && input->CheckFlag(HValue::kTruncatingToNumber)) {
196 if (input->IsPhi() &&
213 if (input->IsPhi() &&
H A Dhydrogen-infer-representation.cc45 if (use->IsPhi()) {
H A Dhydrogen-range-analysis.cc218 if (value->IsPhi()) {
H A Dhydrogen-escape-analysis.cc274 if (succ_operand->IsPhi() && succ_operand->block() == succ) {
H A Dhydrogen-check-elimination.cc323 if (this_entry->object_->IsPhi() &&
749 entry->object_->IsPhi() ? "phi" : "object", entry->object_->id());
H A Dhydrogen-instructions.cc109 if (IsPhi()) {
766 if (!other_operand->IsPhi()) {
1965 if (!it.value()->IsPhi()) return true;
2005 if (!value->IsPhi()) {
H A Dlithium-allocator.cc675 if (instr != NULL && instr->IsPhi()) {
H A Dhydrogen.cc7313 if (access == NULL || access->IsPhi() ||
7598 if (value->IsPhi()) return ast_context()->ReturnValue(value);
8576 if (!elements->IsPhi() || elements->OperandCount() != 1) return false;
8580 if (!receiver->IsPhi() || receiver->OperandCount() != 1) return false;
10726 if (result->HasObservableSideEffects() || result->IsPhi()) {
12513 if (value != NULL && value->IsPhi() && value->block() == block) {
H A Dhydrogen-instructions.h464 bool IsPhi() const { return opcode() == kPhi; }
2846 DCHECK(value->IsPhi());
/external/v8/src/compiler/
H A Ddead-code-elimination.cc86 if (NodeProperties::IsPhi(use)) {
100 if (NodeProperties::IsPhi(use)) {
118 if (NodeProperties::IsPhi(use)) {
H A Dloop-analysis.cc196 } else if (NodeProperties::IsPhi(node)) {
254 if (NodeProperties::IsPhi(use)) {
317 return node->opcode() == IrOpcode::kLoop || NodeProperties::IsPhi(node);
328 if (NodeProperties::IsPhi(use)) {
H A Dnode-properties.h73 static bool IsPhi(Node* node) { function in class:v8::internal::compiler::final
H A Djs-inlining-heuristic.cc32 if (m.IsPhi()) {
H A Dosr.cc330 if (NodeProperties::IsPhi(use)) {
H A Deffect-control-linearizer.cc226 if (!NodeProperties::IsPhi(use)) return;
233 if (NodeProperties::IsPhi(edge.from())) {
283 if (NodeProperties::IsPhi(edge.from())) {
H A Dscheduler.cc1716 if (NodeProperties::IsPhi(use)) propagation_roots.push_back(use);
/external/llvm/include/llvm/IR/
H A DUser.h82 /// \param IsPhi identifies callers which are phi nodes and which need
84 void allocHungoffUses(unsigned N, bool IsPhi = false);
88 void growHungoffUses(unsigned N, bool IsPhi = false);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DUser.h88 /// \param IsPhi identifies callers which are phi nodes and which need
90 void allocHungoffUses(unsigned N, bool IsPhi = false);
94 void growHungoffUses(unsigned N, bool IsPhi = false);
/external/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp129 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; local
130 if (!IsPhi && !RAI.alias(RefRR, TA.Addr->getRegRef()))
203 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); local
215 if (FullChain || IsPhi || !RAI.covers(RRs, QR))
H A DRDFGraph.cpp1447 for (auto P : BA.Addr->members_if(IsPhi, *this))
1475 if (IsPhi(OA))
1602 for (NodeAddr<InstrNode*> IA : SBA.Addr->members_if(IsPhi, *this)) {
H A DRDFGraph.h733 static bool IsPhi(const NodeAddr<NodeBase*> BA) { function in struct:DataFlowGraph
/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp238 bool IsPhi = llvm::isa<InstPhi>(this);
246 if (!IsPhi) {

Completed in 402 milliseconds

12