Searched refs:TPN (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h865 inline raw_ostream &operator<<(raw_ostream &OS, const TreePatternNode &TPN) { argument
866 TPN.print(OS);
H A DCodeGenDAGPatterns.cpp3384 TreePatternNodePtr TPN = T->getChildShared(op); local
3385 while (TPN->ApplyTypeConstraints(P, false))
3388 if (TPN->ContainsUnresolvedType(P)) {
3393 DefaultOpInfo.DefaultOps.push_back(std::move(TPN));
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1511 PHINode *TPN, Instruction *I, LoopInfo *LI,
1515 assert(isTriviallyReplaceablePHI(*TPN, *I) &&
1517 BasicBlock *ExitBlock = TPN->getParent();
1524 *I, *ExitBlock, *TPN, LI, SafetyInfo, MSSAU);
1510 sinkThroughTriviallyReplaceablePHI( PHINode *TPN, Instruction *I, LoopInfo *LI, SmallDenseMap<BasicBlock *, Instruction *, 32> &SunkCopies, const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, MemorySSAUpdater &MSSAU) argument

Completed in 196 milliseconds