Searched defs:NewPhi (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 247 PHINode *NewPhi = PHINode::Create(Int64, 0, "", &Parent->front()); in handleLoopCondition() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 455 PHINode *NewPhi = PHINode::Create(NarrowType, NumIncomingValues, in FoldPHIArgZextsIntoPHI() local
|
D | InstCombineCompares.cpp | 804 PHINode *NewPhi = static_cast<PHINode *>(NewInsts[PHI]); in rewriteGEPAsOffset() local
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 2659 MachineInstrBuilder NewPhi = in generateExistingPhis() local 2776 MachineInstrBuilder NewPhi = in generatePhis() local
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.cc | 2331 Node* BytecodeGraphBuilder::NewPhi(int count, Node* input, Node* control) { in NewPhi() function in v8::internal::compiler::BytecodeGraphBuilder
|
D | ast-graph-builder.cc | 3110 Node* AstGraphBuilder::NewPhi(int count, Node* input, Node* control) { in NewPhi() function in v8::internal::compiler::AstGraphBuilder
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 2219 PHINode *NewPhi = Builder.CreatePHI(VecTy, PH->getNumIncomingValues()); in vectorizeTree() local
|