Home
last modified time | relevance | path

Searched defs:PN (Results 1 – 25 of 239) sorted by relevance

12345678910

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DPhiValues.cpp126 const PhiValues::ValueSet &PhiValues::getValuesForPhi(const PHINode *PN) { in getValuesForPhi()
147 if (const PHINode *PN = dyn_cast<PHINode>(V)) in invalidateValue() local
168 for (const PHINode &PN : BB.phis()) { in print() local
201 for (const PHINode &PN : BB.phis()) in run() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp28 Instruction *InstCombiner::FoldPHIArgBinOpIntoPHI(PHINode &PN) { in FoldPHIArgBinOpIntoPHI()
121 Instruction *InstCombiner::FoldPHIArgGEPIntoPHI(PHINode &PN) { in FoldPHIArgGEPIntoPHI()
276 Instruction *InstCombiner::FoldPHIArgLoadIntoPHI(PHINode &PN) { in FoldPHIArgLoadIntoPHI()
467 Instruction *InstCombiner::FoldPHIArgOpIntoPHI(PHINode &PN) { in FoldPHIArgOpIntoPHI()
575 static bool DeadPHICycle(PHINode *PN, in DeadPHICycle()
597 static bool PHIsEqualValue(PHINode *PN, Value *NonPhiInVal, in PHIsEqualValue()
622 static ConstantInt *GetAnyNonZeroConstInt(PHINode &PN) { in GetAnyNonZeroConstInt()
651 PHINode *PN; // The PHI that was lowered. member
710 PHINode *PN = PHIsToSlice[PHIId]; in SliceUpIllegalIntegerPHI() local
778 PHINode *PN = PHIsToSlice[PHIId]; in SliceUpIllegalIntegerPHI() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp33 void InstCombiner::PHIArgMergedDebugLoc(Instruction *Inst, PHINode &PN) { in PHIArgMergedDebugLoc()
96 Instruction *InstCombiner::FoldIntegerTypedPHI(PHINode &PN) { in FoldIntegerTypedPHI()
295 Instruction *InstCombiner::FoldPHIArgBinOpIntoPHI(PHINode &PN) { in FoldPHIArgBinOpIntoPHI()
388 Instruction *InstCombiner::FoldPHIArgGEPIntoPHI(PHINode &PN) { in FoldPHIArgGEPIntoPHI()
543 Instruction *InstCombiner::FoldPHIArgLoadIntoPHI(PHINode &PN) { in FoldPHIArgLoadIntoPHI()
736 Instruction *InstCombiner::FoldPHIArgOpIntoPHI(PHINode &PN) { in FoldPHIArgOpIntoPHI()
844 static bool DeadPHICycle(PHINode *PN, in DeadPHICycle()
866 static bool PHIsEqualValue(PHINode *PN, Value *NonPhiInVal, in PHIsEqualValue()
891 static ConstantInt *GetAnyNonZeroConstInt(PHINode &PN) { in GetAnyNonZeroConstInt()
920 PHINode *PN; // The PHI that was lowered. member
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp49 isSafeToSpeculatePHIUsers(PHINode &PN, DominatorTree &DT, in isSafeToSpeculatePHIUsers()
203 PHINode &PN, SmallDenseMap<PHINode *, int, 16> &CostSavingsMap, in isSafeAndProfitableToSpeculateAroundPHI() argument
347 for (auto *PN : PNs) in visitPHIUsersAndDepsInPostOrder() local
433 for (auto *PN : PNs) { in findProfitablePHIs() local
492 for (auto *PN : llvm::make_range(UserPNsSplitIt, UserPNs.end())) { in findProfitablePHIs() local
756 [&](PHINode *PN) { in tryToSpeculatePHIs()
813 while (auto *PN = dyn_cast<PHINode>(&*BBI)) { in run() local
/external/llvm/lib/IR/
DBasicBlock.cpp315 while (PHINode *PN = dyn_cast<PHINode>(&front())) { in removePredecessor() local
335 PHINode *PN; in removePredecessor() local
401 PHINode *PN; in splitBasicBlock() local
424 PHINode *PN = dyn_cast<PHINode>(II); in replaceSuccessorsPhiUsesWith() local
DDominators.cpp199 PHINode *PN = dyn_cast<PHINode>(UserInst); in dominates() local
222 if (PHINode *PN = dyn_cast<PHINode>(UserInst)) in dominates() local
273 if (PHINode *PN = dyn_cast<PHINode>(I)) in isReachableFromEntry() local
/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp150 if (const PHINode *PN = dyn_cast<PHINode>(A)) in relatedCheck() local
152 if (const PHINode *PN = dyn_cast<PHINode>(B)) in relatedCheck() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp150 if (const PHINode *PN = dyn_cast<PHINode>(A)) in relatedCheck() local
152 if (const PHINode *PN = dyn_cast<PHINode>(B)) in relatedCheck() local
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp66 while (PHINode *PN = dyn_cast<PHINode>(BB->begin())) { in FoldSingleEntryPHINodes() local
89 if (PHINode *PN = dyn_cast_or_null<PHINode>(PHIs[i].operator Value*())) in DeleteDeadPHIs() local
124 if (PHINode *PN = dyn_cast<PHINode>(BI)) { in MergeBlockIntoPredecessor() local
356 PHINode *PN = cast<PHINode>(I++); in UpdatePHINodes() local
563 PHINode *PN = PHINode::Create(LPad->getType(), 2, "lpad.phi", LPad); in SplitLandingPadPredecessors() local
598 if (PHINode *PN = dyn_cast<PHINode>(V)) { in FoldReturnIntoUncondBranch() local
DLCSSA.cpp80 if (PHINode *PN = dyn_cast<PHINode>(User)) in processInstruction() local
119 PHINode *PN = PHINode::Create(Inst.getType(), PredCache.size(ExitBB), in processInstruction() local
162 if (PHINode *PN = dyn_cast<PHINode>(User)) in processInstruction() local
DCodeExtractor.cpp188 PHINode *PN = dyn_cast<PHINode>(Header->begin()); in severSplitPHINodes() local
228 PHINode *PN = cast<PHINode>(OldPred->begin()); in severSplitPHINodes() local
240 PHINode *PN = cast<PHINode>(AfterPHIs); in severSplitPHINodes() local
729 PHINode *PN = cast<PHINode>(I); in extractCodeRegion() local
742 PHINode *PN = cast<PHINode>(I); in extractCodeRegion() local
DUnifyFunctionExitNodes.cpp91 PHINode *PN = nullptr; in runOnFunction() local
DBreakCriticalEdges.cpp153 PHINode *PN = cast<PHINode>(I); in SplitCriticalEdge() local
196 if (PHINode *PN = dyn_cast<PHINode>(DestBB->begin())) { in SplitCriticalEdge() local
DLocal.cpp408 bool llvm::RecursivelyDeleteDeadPHINode(PHINode *PN, in RecursivelyDeleteDeadPHINode()
548 while (PHINode *PN = dyn_cast<PHINode>(PhiIt)) { in RemovePredecessorAndSimplify() local
570 while (PHINode *PN = dyn_cast<PHINode>(DestBB->begin())) { in MergeBasicBlockIntoOnlyPred() local
640 PHINode *PN = cast<PHINode>(I); in CanPropagatePredecessorsForPHIs() local
720 static void gatherIncomingValuesToPhi(PHINode *PN, in gatherIncomingValuesToPhi()
736 static void replaceUndefValuesInPhi(PHINode *PN, in replaceUndefValuesInPhi()
760 PHINode *PN) { in redirectValuesFromPredecessorsToPhi()
846 if (PHINode* PN = dyn_cast<PHINode>(U.getUser())) { in TryToSimplifyUncondBranchFromEmptyBlock() local
867 PHINode *PN = cast<PHINode>(I); in TryToSimplifyUncondBranchFromEmptyBlock() local
882 while (PHINode *PN = dyn_cast<PHINode>(&BB->front())) { in TryToSimplifyUncondBranchFromEmptyBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDominators.cpp234 PHINode *PN = dyn_cast<PHINode>(UserInst); in dominates() local
257 if (PHINode *PN = dyn_cast<PHINode>(UserInst)) in dominates() local
308 if (PHINode *PN = dyn_cast<PHINode>(I)) in isReachableFromEntry() local
DBasicBlock.cpp342 while (PHINode *PN = dyn_cast<PHINode>(&front())) { in removePredecessor() local
362 PHINode *PN; in removePredecessor() local
445 PHINode *PN = dyn_cast<PHINode>(II); in replacePhiUsesWith() local
DSafepointIRVerifier.cpp84 bool hasLiveIncomingEdge(const PHINode *PN, const BasicBlock *InBB) const { in hasLiveIncomingEdge() argument
351 if (const auto *PN = dyn_cast<PHINode>(V)) { in getBaseType() local
460 bool hasLiveIncomingEdge(const PHINode *PN, const BasicBlock *InBB) const { in hasLiveIncomingEdge() argument
659 if (const PHINode *PN = dyn_cast<PHINode>(&I)) { in removeValidUnrelocatedDefs() local
795 if (const PHINode *PN = dyn_cast<PHINode>(&I)) { in verifyInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdaterBulk.cpp160 PHINode *PN = B.CreatePHI(R.Ty, 0, R.Name); in RewriteAllUses() local
168 for (auto *PN : InsertedPHIsForVar) { in RewriteAllUses() local
DUnifyFunctionExitNodes.cpp95 PHINode *PN = nullptr; in runOnFunction() local
DLCSSA.cpp110 if (auto *PN = dyn_cast<PHINode>(User)) in formLCSSAForInstructions() local
155 PHINode *PN = PHINode::Create(I->getType(), PredCache.size(ExitBB), in formLCSSAForInstructions() local
199 if (auto *PN = dyn_cast<PHINode>(User)) in formLCSSAForInstructions() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h76 virtual bool IsSpecialCasedPHI(PHINode *PN) { return false; } in IsSpecialCasedPHI()
397 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::visitPHINode(PHINode &PN) { in visitPHINode()
452 if (PHINode *PN = dyn_cast<PHINode>(&I)) in visitInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp460 PHINode *PN = cast<PHINode>(D->front()); in findValueToReuse() local
596 PHINode *PN = dyn_cast<PHINode>(Op); in findValueInBlock() local
685 PHINode *PN = dyn_cast<PHINode>(I); in findDepChainFromPHI() local
732 auto *PN = cast<PHINode>(I); in findLoopCarriedDeps() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h297 PHINodeT *PN; variable
299 phi_iterator_impl(PHINodeT *PN) : PN(PN) {} in phi_iterator_impl()
/external/llvm/lib/Analysis/
DSparsePropagation.cpp230 void SparseSolver::visitPHINode(PHINode &PN) { in visitPHINode()
280 if (PHINode *PN = dyn_cast<PHINode>(&I)) in visitInst() local
/external/AFLplusplus/instrumentation/
Dsplit-compares-pass.so.cc347 PHINode *PN = PHINode::Create(Int1Ty, 2, ""); in simplifyFPCompares() local
433 PHINode *PN = PHINode::Create(Int1Ty, 2, ""); in simplifyOrEqualsCompare() local
540 PHINode *PN = PHINode::Create(Int1Ty, 2, ""); in simplifySignedCompare() local
618 PHINode *PN = nullptr; in splitCompare() local
1423 PHINode *PN = PHINode::Create(Int1Ty, 4, ""); in splitFPCompares() local

12345678910