/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 673 auto FixPhiIncomingValues = [&](MemoryPhi *Phi, MemoryPhi *NewPhi) { in updateForClonedLoop() 715 MemoryPhi *NewPhi = MSSA->createMemoryPhi(NewBlock); in updateForClonedLoop() local 727 if (MemoryAccess *NewPhi = MPhiMap.lookup(MPhi)) in updateForClonedLoop() local 1008 MemoryPhi *NewPhi = MSSA->getMemoryAccess(BB); in applyInsertUpdates() local 1258 MemoryPhi *NewPhi = MSSA->createMemoryPhi(New); in wireOldPredecessorsToNewImmediatePredecessor() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | UnifyLoopExits.cpp | 120 auto NewPhi = in INITIALIZE_PASS_DEPENDENCY() local
|
H A D | PromoteMemoryToRegister.cpp | 193 void updateForNewPhi(PHINode *NewPhi, DIBuilder &DIB) const { in updateForNewPhi()
|
H A D | BasicBlockUtils.cpp | 1909 auto NewPhi = in reconnectPhis() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 355 PHINode *NewPhi = cast<PHINode>(ValMap[Phi]); in optimizeLiveType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 557 PHINode *NewPhi; in reuseValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 1054 PHINode *NewPhi; in optimiseOffsets() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 555 MachineInstrBuilder NewPhi = in generateExistingPhis() local 694 MachineInstrBuilder NewPhi = in generatePhis() local
|
H A D | CodeGenPrepare.cpp | 6498 PHINode *NewPhi = cast<PHINode>(ValMap[Phi]); in optimizePhiType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 1519 PHINode *NewPhi = dyn_cast<PHINode>(P.clone()); in moveLCSSAPhis() local
|
H A D | SROA.cpp | 4068 PHINode *NewPhi = IRB.CreatePHI(GEPI.getType(), Phi->getNumIncomingValues(), in unfoldGEPPhi() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 851 PHINode *NewPhi = PHINode::Create(NarrowType, NumIncomingValues, in foldPHIArgZextsIntoPHI() local
|
H A D | InstructionCombining.cpp | 1922 PHINode *NewPhi = in foldBinopWithPhiOperands() local 1981 PHINode *NewPhi = PHINode::Create(BO.getType(), 2); in foldBinopWithPhiOperands() local 1995 if (Instruction *NewPhi = foldOpIntoPhi(I, PN)) in foldBinOpIntoSelectOrPhi() local
|
H A D | InstCombineCompares.cpp | 598 PHINode *NewPhi = static_cast<PHINode *>(NewInsts[PHI]); in rewriteGEPAsOffset() local 1321 PHINode *NewPhi = Builder.CreatePHI(Cmp.getType(), Phi->getNumOperands()); in foldICmpWithConstant() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 663 auto *NewPhi = in generatePerPart() local
|
H A D | LoopVectorize.cpp | 3099 PHINode *NewPhi = cast<PHINode>(State.get(VPPhi, 0)); in fixNonInductionPHIs() local
|
H A D | SLPVectorizer.cpp | 12836 PHINode *NewPhi = Builder.CreatePHI(VecTy, PH->getNumIncomingValues()); in vectorizeTree() local 12851 PHINode *NewPhi = cast<PHINode>(E->PHI); in vectorizeTree() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 4106 auto NewPhi = Builder.buildInstrNoInsert(TargetOpcode::G_PHI); in applyExtendThroughPhis() local
|