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