Lines Matching refs:DefInit
712 if (isa<DefInit>(N->getLeafValue()))
874 if (DefInit *Pred = dyn_cast<DefInit>(I)) {
1023 !isa<DefInit>(NodeToApply->getLeafValue()) ||
1024 !static_cast<DefInit*>(NodeToApply->getLeafValue())->getDef()
1030 getValueType(static_cast<DefInit*>(NodeToApply->getLeafValue())->getDef());
1236 if (DefInit *DI = dyn_cast<DefInit>(Tree->getOperator()))
1324 if (DefInit *DI = dyn_cast<DefInit>(getLeafValue())) {
1325 if (DefInit *NDI = dyn_cast<DefInit>(N->getLeafValue())) {
1384 if (isa<UnsetInit>(Val) || (isa<DefInit>(Val) &&
1385 cast<DefInit>(Val)->getDef()->getName() == "node")) {
1600 DefInit *DI = dyn_cast<DefInit>(getLeafValue());
1619 DefInit *DI = dyn_cast<DefInit>(getLeafValue());
1674 DefInit *DI = dyn_cast<DefInit>(N->getLeafValue());
1705 if (DefInit *DI = dyn_cast<DefInit>(getLeafValue())) {
1915 Record *SubRec = cast<DefInit>(MIOpInfo->getArg(0))->getDef();
1928 SubRec = cast<DefInit>(MIOpInfo->getArg(Arg))->getDef();
2087 if (DefInit *DI = dyn_cast<DefInit>(TheInit)) {
2140 DefInit *OpDef = dyn_cast<DefInit>(Dag->getOperator());
2329 DefInit *DI = dyn_cast<DefInit>(Node->getLeafValue());
2492 DefInit *OpsOp = dyn_cast<DefInit>(OpsList->getOperator());
2504 if (!isa<DefInit>(OpsList->getArg(j)) ||
2505 cast<DefInit>(OpsList->getArg(j))->getDef()->getName() != "node")
2558 Init *SomeSDNode = DefInit::get(SDNodes.begin()->first);
2604 DefInit *DI = dyn_cast<DefInit>(Pat->getLeafValue());
2614 DefInit *DI = dyn_cast<DefInit>(Pat->getLeafValue());
2632 SlotRec = cast<DefInit>(Slot->getLeafValue())->getDef();
2667 DefInit *Val = dyn_cast<DefInit>(Dest->getLeafValue());
2708 DefInit *Val = dyn_cast<DefInit>(Dest->getLeafValue());
2770 if (!N0->isLeaf() || !isa<DefInit>(N0->getLeafValue()))
2788 if (DefInit *DI = dyn_cast<DefInit>(N->getLeafValue())) {
2890 DefInit *OpDef = dyn_cast<DefInit>(DI->getOperator());
3010 Record *R = cast<DefInit>(RNode->getLeafValue())->getDef();
3052 if (InVal->isLeaf() && isa<DefInit>(InVal->getLeafValue())) {
3053 Record *InRec = static_cast<DefInit*>(InVal->getLeafValue())->getDef();
3743 if (DefInit *DI = dyn_cast<DefInit>(Child->getLeafValue())) {