• Home
  • Raw
  • Download

Lines Matching refs:isLeaf

585   if (N->isLeaf()) {  in FindDepVarsOf()
667 if (PatFragRec->getOnlyTree()->isLeaf()) in getCodeToRunOnSDNode()
695 if (P->isLeaf() && dynamic_cast<IntInit*>(P->getLeafValue())) in getPatternSize()
715 if (!Child->isLeaf() && Child->getNumTypes() && in getPatternSize()
718 else if (Child->isLeaf()) { in getPatternSize()
868 if (!NodeToApply->isLeaf() || in ApplyTypeConstraint()
1053 if (isLeaf()) in print()
1061 if (!isLeaf()) { in print()
1095 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo()
1100 if (isLeaf()) { in isIsomorphicTo()
1123 if (isLeaf()) { in clone()
1143 if (isLeaf()) return; in RemoveAllTypes()
1153 if (isLeaf()) return; in SubstituteFormalArguments()
1157 if (Child->isLeaf()) { in SubstituteFormalArguments()
1180 if (isLeaf()) return this; // nothing to do. in InlinePatternFragments()
1330 if (!isLeaf()) return 0; in getComplexPatternInfo()
1341 if (isLeaf()) { in NodeHasProperty()
1384 if (isLeaf()) { in ApplyTypeConstraints()
1652 if (!N->isLeaf() && N->getOperator()->getName() == "imm") in OnlyOnRHSOfCommutative()
1654 if (N->isLeaf() && dynamic_cast<IntInit*>(N->getLeafValue())) in OnlyOnRHSOfCommutative()
1667 if (isLeaf()) return true; in canPatternMatch()
1886 if (N->isLeaf()) in SimplifyTree()
1950 if (Nodes[i] == Trees[0] && Nodes[i]->isLeaf()) { in InferAllTypes()
2234 if (Pat->isLeaf()) { in HandleUse()
2244 if (Pat->isLeaf()) { in HandleUse()
2262 if (Slot->isLeaf()) { in HandleUse()
2285 if (Pat->isLeaf()) { in FindPatternInputsAndOutputs()
2295 if (!Dest->isLeaf()) in FindPatternInputsAndOutputs()
2336 if (!Dest->isLeaf()) in FindPatternInputsAndOutputs()
2405 if (!N0->isLeaf() || !dynamic_cast<DefInit*>(N0->getLeafValue())) in IsNodeBitcast()
2409 if (N1->isLeaf()) in IsNodeBitcast()
2411 if (N1->getNumChildren() != 1 || !N1->getChild(0)->isLeaf()) in IsNodeBitcast()
2421 if (N->isLeaf()) { in AnalyzeNode()
2667 if (InVal->isLeaf() && in ParseInstructions()
2768 if (!P->isLeaf()) { in FindNames()
2845 if (N->isLeaf()) in ForceArbitraryInstResultType()
2969 if (!DstPattern->isLeaf()) in ParsePatterns()
3095 if (N->getChild(0)->isLeaf() || N->getChild(0)->getOperator() != Operator) in GatherChildrenOfAssociativeOpcode()
3100 if (N->getChild(1)->isLeaf() || N->getChild(1)->getOperator() != Operator) in GatherChildrenOfAssociativeOpcode()
3114 if (N->isLeaf()) { in GenerateVariantsOf()
3192 if (Child->isLeaf()) in GenerateVariantsOf()