reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3795 StringRef SrcChildName = getSrcChildName(SrcChild, PhysReg); 3803 ArrayRef<TypeSetByHwMode> ChildTypes = SrcChild->getExtTypes(); 3808 if (!SrcChild->isLeaf()) { 3809 if (SrcChild->getOperator()->isSubClassOf("SDNode")) { 3810 auto &ChildSDNI = CGP.getSDNodeInfo(SrcChild->getOperator()); 3815 if (SrcChild->getOperator()->getName() == "timm") { 3825 to_string(*SrcChild) + ")"); 3828 if (!SrcChild->isLeaf()) { 3829 if (SrcChild->getOperator()->isSubClassOf("ComplexPattern")) { 3836 OM, SrcChild->getOperator(), TempOpIdx)) 3839 for (unsigned i = 0, e = SrcChild->getNumChildren(); i != e; ++i) { 3840 auto *SubOperand = SrcChild->getChild(i); 3843 SrcChild->getOperator(), 3853 InsnMatcher.getRuleMatcher(), SrcChild->getName()); 3864 Rule, InsnOperand.getInsnMatcher(), SrcChild, TempOpIdx); 3871 if (SrcChild->hasAnyPredicate()) 3875 if (auto *ChildInt = dyn_cast<IntInit>(SrcChild->getLeafValue())) { 3881 if (auto *ChildDefInit = dyn_cast<DefInit>(SrcChild->getLeafValue())) {