Searched refs:getLeafValue (Results 1 – 4 of 4) sorted by relevance
712 if (isa<DefInit>(N->getLeafValue())) in FindDepVarsOf()820 if (P->isLeaf() && isa<IntInit>(P->getLeafValue())) in getPatternSize()848 if (isa<IntInit>(Child->getLeafValue())) in getPatternSize()1023 !isa<DefInit>(NodeToApply->getLeafValue()) || in ApplyTypeConstraint()1024 !static_cast<DefInit*>(NodeToApply->getLeafValue())->getDef() in ApplyTypeConstraint()1030 getValueType(static_cast<DefInit*>(NodeToApply->getLeafValue())->getDef()); in ApplyTypeConstraint()1277 OS << *getLeafValue(); in print()1324 if (DefInit *DI = dyn_cast<DefInit>(getLeafValue())) { in isIsomorphicTo()1325 if (DefInit *NDI = dyn_cast<DefInit>(N->getLeafValue())) { in isIsomorphicTo()1331 return getLeafValue() == N->getLeafValue(); in isIsomorphicTo()[all …]
210 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) { in EmitLeafMatchCode()223 if (isa<UnsetInit>(N->getLeafValue())) { in EmitLeafMatchCode()228 DefInit *DI = dyn_cast<DefInit>(N->getLeafValue()); in EmitLeafMatchCode()326 if (IntInit *II = dyn_cast<IntInit>(N->getChild(1)->getLeafValue())) { in EmitOperatorMatchCode()615 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) { in EmitResultLeafAsOperand()622 if (DefInit *DI = dyn_cast<DefInit>(N->getLeafValue())) { in EmitResultLeafAsOperand()
251 DefInit *OpDI = dyn_cast<DefInit>(Op->getLeafValue()); in initialize()431 Record *OpLeafRec = cast<DefInit>(Op->getLeafValue())->getDef(); in PhyRegForNode()497 DefInit *SR = dyn_cast<DefInit>(Dst->getChild(1)->getLeafValue()); in collectPatterns()501 SubRegNo = Dst->getChild(1)->getLeafValue()->getAsString(); in collectPatterns()
387 Init *getLeafValue() const { assert(isLeaf()); return Val; } in getLeafValue() function