• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/

Lines Matching refs:getLeafValue

1360   DefInit *DI = dyn_cast<DefInit>(P->getLeafValue());
1376 if (P->isLeaf() && isa<IntInit>(P->getLeafValue()))
1403 if (isa<IntInit>(Child->getLeafValue()))
1574 !isa<DefInit>(NodeToApply->getLeafValue()) ||
1575 !static_cast<DefInit*>(NodeToApply->getLeafValue())->getDef()
1580 DefInit *DI = static_cast<DefInit*>(NodeToApply->getLeafValue());
1846 OS << *getLeafValue();
1901 if (DefInit *DI = dyn_cast<DefInit>(getLeafValue())) {
1902 if (DefInit *NDI = dyn_cast<DefInit>(N->getLeafValue())) {
1908 return getLeafValue() == N->getLeafValue();
1924 New = std::make_shared<TreePatternNode>(getLeafValue(), getNumTypes());
1960 Init *Val = Child->getLeafValue();
2243 unsigned IID = cast<IntInit>(getChild(0)->getLeafValue())->getValue();
2253 DefInit *DI = dyn_cast<DefInit>(getLeafValue());
2272 DefInit *DI = dyn_cast<DefInit>(getLeafValue());
2336 DefInit *DI = dyn_cast<DefInit>(N->getLeafValue());
2367 if (DefInit *DI = dyn_cast<DefInit>(getLeafValue())) {
2377 if (IntInit *II = dyn_cast<IntInit>(getLeafValue())) {
2636 if (N->isLeaf() && isa<IntInit>(N->getLeafValue()))
2993 DefInit *DI = dyn_cast<DefInit>(Node->getLeafValue());
3283 DefInit *DI = dyn_cast<DefInit>(Pat->getLeafValue());
3293 DefInit *DI = dyn_cast<DefInit>(Pat->getLeafValue());
3312 SlotRec = cast<DefInit>(Slot->getLeafValue())->getDef();
3362 DefInit *Val = dyn_cast<DefInit>(Dest->getLeafValue());
3409 DefInit *Val = dyn_cast<DefInit>(Dest->getLeafValue());
3480 if (DefInit *DI = dyn_cast<DefInit>(N->getLeafValue())) {
3716 Record *R = cast<DefInit>(RNode->getLeafValue())->getDef();
3759 if (InVal->isLeaf() && isa<DefInit>(InVal->getLeafValue())) {
3760 Record *InRec = static_cast<DefInit*>(InVal->getLeafValue())->getDef();
4359 if (N->hasName() && isa<DefInit>(N->getLeafValue()))
4585 if (DefInit *DI = dyn_cast<DefInit>(Child->getLeafValue())) {