/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | UnifyFunctionExitNodes.cpp | 95 PHINode *PN = nullptr; in runOnFunction() local
|
H A D | BreakCriticalEdges.cpp | 184 PHINode *PN = cast<PHINode>(I); in SplitCriticalEdge() local 328 PHINode *PN in findIBRPredecessor() local [all...] |
H A D | LCSSA.cpp | 155 PHINode *PN = PHINode::Create(I->getType(), PredCache.size(ExitBB), in formLCSSAForInstructions() local [all...] |
H A D | LoopVersioning.cpp | 129 PHINode *PN; in addPHINodes() local [all...] |
H A D | LoopSimplify.cpp | 187 PHINode *PN = cast<PHINode>(I); in findPHIToPartitionLoops() local 237 PHINode *PN in separateNestedLoop() local 393 PHINode *PN = cast<PHINode>(I); insertUniqueBackedgeBlock() local 593 PHINode *PN; simplifyOneLoop() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.h | 86 void getEquivalentPHIs(PHINodeTy &PN, VectorTy &PHIList) { in getEquivalentPHIs() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LoopUnrollAnalyzer.cpp | 206 bool UnrolledInstAnalyzer::visitPHINode(PHINode &PN) { in visitPHINode() argument
|
H A D | PhiValues.cpp | 126 const PhiValues::ValueSet &PhiValues::getValuesForPhi(const PHINode *PN) { in getValuesForPhi() argument [all...] |
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | e_powl.c | 117 static const long double PN[] = variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | DwarfEHPrepare.cpp | 235 PHINode *PN = PHINode::Create(Type::getInt8PtrTy(Ctx), ResumesLeft, in InsertUnwindResumeCalls() local
|
H A D | StackProtector.cpp | 202 const auto *PN = cast<PHINode>(I); in HasAddressTaken() local
|
H A D | SjLjEHPrepare.cpp | 299 PHINode *PN = cast<PHINode>(U); in lowerAcrossUnwindEdges() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 135 void visitPHINode(PHINode &PN) { in visitPHINode() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Dominators.cpp | 234 PHINode *PN = dyn_cast<PHINode>(UserInst); in dominates() local [all...] |
H A D | BasicBlock.cpp | 362 PHINode *PN; in removePredecessor() local 445 PHINode *PN = dyn_cast<PHINode>(II); replacePhiUsesWith() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUUnifyDivergentExitNodes.cpp | 164 PHINode *PN = nullptr; in unifyReturnBlockSet() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DominanceFrontierImpl.h | 39 DFCalculateWorkObject(BlockT *B, BlockT *P, const DomTreeNodeT *N, const DomTreeNodeT *PN) DFCalculateWorkObject() argument
|
H A D | ScalarEvolutionExpander.h | 300 void setChainedPhi(PHINode *PN) { ChainedPhis.insert(PN); } in setChainedPhi() argument
|
H A D | SparsePropagation.h | 76 virtual bool IsSpecialCasedPHI(PHINode *PN) { return false; } in IsSpecialCasedPHI() argument 397 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::visitPHINode(PHINode &PN) { in visitPHINode() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | BasicBlock.h | 297 PHINodeT *PN; member in llvm::final::phi_iterator_impl 299 phi_iterator_impl(PHINodeT *PN) : PN(PN) {} in phi_iterator_impl() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SpeculateAroundPHIs.cpp | 49 isSafeToSpeculatePHIUsers(PHINode &PN, DominatorTree &DT, in isSafeToSpeculatePHIUsers() argument 202 isSafeAndProfitableToSpeculateAroundPHI( PHINode &PN, SmallDenseMap<PHINode *, int, 16> &CostSavingsMap, SmallPtrSetImpl<Instruction *> &PotentialSpecSet, SmallPtrSetImpl<Instruction *> &UnsafeSet, DominatorTree &DT, TargetTransformInfo &TTI) isSafeAndProfitableToSpeculateAroundPHI() argument [all...] |
H A D | GVNSink.cpp | 237 ModelledPHI(const PHINode *PN) { in ModelledPHI() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | FunctionLoweringInfo.h | 258 void InvalidatePHILiveOutRegInfo(const PHINode *PN) { in InvalidatePHILiveOutRegInfo() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 418 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 266 bool isReductionVariable(PHINode *PN) { return Reductions.count(PN); } in isReductionVariable() argument
|