Home | History | Annotate | Download | only in TableGen

Lines Matching full:getchild

189       TreePatternNode *Op = InstPatNode->getChild(i);
442 TreePatternNode *ChildOp = Dst->getChild(i);
469 if (!Dst->getChild(1)->isLeaf()) continue;
471 DefInit *SR = dynamic_cast<DefInit*>(Dst->getChild(1)->getLeafValue());
475 SubRegNo = Dst->getChild(1)->getLeafValue()->getAsString();
492 assert(InstPatNode->getChild
493 VT = InstPatNode->getChild(0)->getType(0);
515 std::string PhysReg = PhyRegForNode(InstPatNode->getChild(i), Target);
518 Dst->getChild(DstIndex)->getName() !=
519 InstPatNode->getChild(i)->getName()) {