• Home
  • Raw
  • Download

Lines Matching refs:getLeafValue

623     if (isa<DefInit>(N->getLeafValue()))  in FindDepVarsOf()
732 if (P->isLeaf() && isa<IntInit>(P->getLeafValue())) in getPatternSize()
756 if (isa<IntInit>(Child->getLeafValue())) in getPatternSize()
907 !isa<DefInit>(NodeToApply->getLeafValue()) || in ApplyTypeConstraint()
908 !static_cast<DefInit*>(NodeToApply->getLeafValue())->getDef() in ApplyTypeConstraint()
914 getValueType(static_cast<DefInit*>(NodeToApply->getLeafValue())->getDef()); in ApplyTypeConstraint()
1129 OS << *getLeafValue(); in print()
1176 if (DefInit *DI = dyn_cast<DefInit>(getLeafValue())) { in isIsomorphicTo()
1177 if (DefInit *NDI = dyn_cast<DefInit>(N->getLeafValue())) { in isIsomorphicTo()
1183 return getLeafValue() == N->getLeafValue(); in isIsomorphicTo()
1199 New = new TreePatternNode(getLeafValue(), getNumTypes()); in clone()
1233 Init *Val = Child->getLeafValue(); in SubstituteFormalArguments()
1437 unsigned IID = cast<IntInit>(getChild(0)->getLeafValue())->getValue(); in getIntrinsicInfo()
1447 DefInit *DI = dyn_cast<DefInit>(getLeafValue()); in getComplexPatternInfo()
1502 if (DefInit *DI = dyn_cast<DefInit>(getLeafValue())) { in ApplyTypeConstraints()
1512 if (IntInit *II = dyn_cast<IntInit>(getLeafValue())) { in ApplyTypeConstraints()
1753 if (N->isLeaf() && isa<IntInit>(N->getLeafValue())) in OnlyOnRHSOfCommutative()
2063 DefInit *DI = dyn_cast<DefInit>(Nodes[i]->getLeafValue()); in InferAllTypes()
2336 DefInit *DI = dyn_cast<DefInit>(Pat->getLeafValue()); in HandleUse()
2346 DefInit *DI = dyn_cast<DefInit>(Pat->getLeafValue()); in HandleUse()
2364 SlotRec = cast<DefInit>(Slot->getLeafValue())->getDef(); in HandleUse()
2399 DefInit *Val = dyn_cast<DefInit>(Dest->getLeafValue()); in FindPatternInputsAndOutputs()
2440 DefInit *Val = dyn_cast<DefInit>(Dest->getLeafValue()); in FindPatternInputsAndOutputs()
2500 if (!N0->isLeaf() || !isa<DefInit>(N0->getLeafValue())) in IsNodeBitcast()
2518 if (DefInit *DI = dyn_cast<DefInit>(N->getLeafValue())) { in AnalyzeNode()
2785 Record *R = cast<DefInit>(RNode->getLeafValue())->getDef(); in ParseInstructions()
2827 if (InVal->isLeaf() && isa<DefInit>(InVal->getLeafValue())) { in ParseInstructions()
2828 Record *InRec = static_cast<DefInit*>(InVal->getLeafValue())->getDef(); in ParseInstructions()
3491 if (DefInit *DI = dyn_cast<DefInit>(Child->getLeafValue())) { in GenerateVariantsOf()