Home
last modified time | relevance | path

Searched refs:SrcP (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp4304 TreePatternNodePtr SrcP = nullptr, DstP = nullptr; in ExpandHwModeBasedTypes() local
4306 SrcP = P.SrcPattern; in ExpandHwModeBasedTypes()
4309 if (!SrcP && !DstP) { in ExpandHwModeBasedTypes()
4315 if (SrcP) in ExpandHwModeBasedTypes()
4316 collectModes(Modes, SrcP.get()); in ExpandHwModeBasedTypes()