/freebsd-src/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 | 191 updateForNewPhi(PHINode * NewPhi,DIBuilder & DIB) const updateForNewPhi() argument
|
H A D | BasicBlockUtils.cpp | 1897 auto NewPhi = reconnectPhis() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 673 auto FixPhiIncomingValues = [&](MemoryPhi *Phi, MemoryPhi *NewPhi) { in updateForClonedLoop() argument 715 MemoryPhi *NewPhi = MSSA->createMemoryPhi(NewBlock); in updateForClonedLoop() local 727 if (MemoryAccess *NewPhi in updateForClonedLoop() local 1008 MemoryPhi *NewPhi = MSSA->getMemoryAccess(BB); applyInsertUpdates() local 1258 MemoryPhi *NewPhi = MSSA->createMemoryPhi(New); wireOldPredecessorsToNewImmediatePredecessor() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 557 PHINode *NewPhi; in reuseValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 548 MachineInstrBuilder NewPhi = generateExistingPhis() local 687 MachineInstrBuilder NewPhi = generatePhis() local
|
H A D | CodeGenPrepare.cpp | 6384 PHINode *NewPhi = cast<PHINode>(ValMap[Phi]); optimizePhiType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 1048 PHINode *NewPhi; optimiseOffsets() local [all...] |
/freebsd-src/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 | 1715 PHINode *NewPhi = foldBinopWithPhiOperands() local 1774 PHINode *NewPhi = PHINode::Create(BO.getType(), 2); foldBinopWithPhiOperands() local 1788 if (Instruction *NewPhi = foldOpIntoPhi(I, PN)) foldBinOpIntoSelectOrPhi() local
|
H A D | InstCombineCompares.cpp | 593 PHINode *NewPhi = static_cast<PHINode *>(NewInsts[PHI]); rewriteGEPAsOffset() local 1320 PHINode *NewPhi = Builder.CreatePHI(Cmp.getType(), Phi->getNumOperands()); foldICmpWithConstant() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 1519 PHINode *NewPhi = dyn_cast<PHINode>(P.clone()); in moveLCSSAPhis() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 11127 PHINode *NewPhi = Builder.CreatePHI(VecTy, PH->getNumIncomingValues()); vectorizeTree() local 11142 PHINode *NewPhi = cast<PHINode>(E->PHI); vectorizeTree() local [all...] |
H A D | LoopVectorize.cpp | 3749 PHINode *NewPhi = cast<PHINode>(State.get(VPPhi, 0)); fixNonInductionPHIs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 3966 auto NewPhi = Builder.buildInstrNoInsert(TargetOpcode::G_PHI); applyExtendThroughPhis() local
|