Home
last modified time | relevance | path

Searched defs:PN (Results 1 - 25 of 82) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DUnifyFunctionExitNodes.cpp95 PHINode *PN = nullptr; in runOnFunction() local
H A DBreakCriticalEdges.cpp184 PHINode *PN = cast<PHINode>(I); in SplitCriticalEdge() local
328 PHINode *PN in findIBRPredecessor() local
[all...]
H A DLCSSA.cpp155 PHINode *PN = PHINode::Create(I->getType(), PredCache.size(ExitBB), in formLCSSAForInstructions() local
[all...]
H A DLoopVersioning.cpp129 PHINode *PN; in addPHINodes() local
[all...]
H A DLoopSimplify.cpp187 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 DObjCARC.h86 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 DLoopUnrollAnalyzer.cpp206 bool UnrolledInstAnalyzer::visitPHINode(PHINode &PN) { in visitPHINode() argument
H A DPhiValues.cpp126 const PhiValues::ValueSet &PhiValues::getValuesForPhi(const PHINode *PN) { in getValuesForPhi() argument
[all...]
/third_party/FreeBSD/lib/msun/ld128/
H A De_powl.c117 static const long double PN[] = variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp235 PHINode *PN = PHINode::Create(Type::getInt8PtrTy(Ctx), ResumesLeft, in InsertUnwindResumeCalls() local
H A DStackProtector.cpp202 const auto *PN = cast<PHINode>(I); in HasAddressTaken() local
H A DSjLjEHPrepare.cpp299 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 DInterpreter.h135 void visitPHINode(PHINode &PN) { in visitPHINode() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDominators.cpp234 PHINode *PN = dyn_cast<PHINode>(UserInst); in dominates() local
[all...]
H A DBasicBlock.cpp362 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 DAMDGPUUnifyDivergentExitNodes.cpp164 PHINode *PN = nullptr; in unifyReturnBlockSet() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h39 DFCalculateWorkObject(BlockT *B, BlockT *P, const DomTreeNodeT *N, const DomTreeNodeT *PN) DFCalculateWorkObject() argument
H A DScalarEvolutionExpander.h300 void setChainedPhi(PHINode *PN) { ChainedPhis.insert(PN); } in setChainedPhi() argument
H A DSparsePropagation.h76 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 DBasicBlock.h297 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 DSpeculateAroundPHIs.cpp49 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 DGVNSink.cpp237 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 DFunctionLoweringInfo.h258 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 DFunctionLoweringInfo.cpp418 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 DLoopVectorizationLegality.h266 bool isReductionVariable(PHINode *PN) { return Reductions.count(PN); } in isReductionVariable() argument

Completed in 22 milliseconds

1234