HomeSort by relevance Sort by last modified time
    Searched refs:NewPhi (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 247 PHINode *NewPhi = PHINode::Create(Int64, 0, "", &Parent->front());
248 Value *Ret = NewPhi;
255 NewPhi->addIncoming(Broken, From);
261 NewPhi->addIncoming(PhiArg, From);
292 Value *Args[] = { OldEnd->getArgOperand(0), NewPhi };
299 NewPhi->setIncomingValue(i, PhiArg);
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 455 PHINode *NewPhi = PHINode::Create(NarrowType, NumIncomingValues,
458 NewPhi->addIncoming(NewIncoming[i], Phi.getIncomingBlock(i));
460 InsertNewInstBefore(NewPhi, Phi);
461 return CastInst::CreateZExtOrBitCast(NewPhi, Phi.getType());
    [all...]
InstCombineCompares.cpp 804 PHINode *NewPhi = static_cast<PHINode *>(NewInsts[PHI]);
811 NewPhi->addIncoming(NewIncoming, PHI->getIncomingBlock(I));
    [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.h 100 Node* NewPhi(int count, Node* input, Node* control);
ast-graph-builder.h 222 Node* NewPhi(int count, Node* input, Node* control);
bytecode-graph-builder.cc 350 context_ = builder()->NewPhi(1, context_, control);
353 values()->at(i) = builder()->NewPhi(1, values()->at(i), control);
    [all...]
ast-graph-builder.cc     [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]
  /art/compiler/optimizing/
bounds_check_elimination.cc     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 490 milliseconds