• Home
  • Raw
  • Download

Lines Matching refs:isLeaf

622   if (N->isLeaf()) {  in FindDepVarsOf()
704 if (PatFragRec->getOnlyTree()->isLeaf()) in getCodeToRunOnSDNode()
732 if (P->isLeaf() && isa<IntInit>(P->getLeafValue())) in getPatternSize()
752 if (!Child->isLeaf() && Child->getNumTypes() && in getPatternSize()
755 else if (Child->isLeaf()) { in getPatternSize()
906 if (!NodeToApply->isLeaf() || in ApplyTypeConstraint()
1128 if (isLeaf()) in print()
1136 if (!isLeaf()) { in print()
1170 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo()
1175 if (isLeaf()) { in isIsomorphicTo()
1198 if (isLeaf()) { in clone()
1218 if (isLeaf()) return; in RemoveAllTypes()
1228 if (isLeaf()) return; in SubstituteFormalArguments()
1232 if (Child->isLeaf()) { in SubstituteFormalArguments()
1258 if (isLeaf()) in InlinePatternFragments()
1410 if (!isLeaf()) return 0; in getComplexPatternInfo()
1421 if (isLeaf()) { in NodeHasProperty()
1466 if (isLeaf()) { in ApplyTypeConstraints()
1698 if (!N->isLeaf() && N->getOperator()->getName() == "imm") in OnlyOnRHSOfCommutative()
1700 if (N->isLeaf() && isa<IntInit>(N->getLeafValue())) in OnlyOnRHSOfCommutative()
1713 if (isLeaf()) return true; in canPatternMatch()
1935 if (N->isLeaf()) in SimplifyTree()
1999 if (Nodes[i] == Trees[0] && Nodes[i]->isLeaf()) { in InferAllTypes()
2272 if (Pat->isLeaf()) { in HandleUse()
2282 if (Pat->isLeaf()) { in HandleUse()
2300 if (Slot->isLeaf()) { in HandleUse()
2323 if (Pat->isLeaf()) { in FindPatternInputsAndOutputs()
2333 if (!Dest->isLeaf()) in FindPatternInputsAndOutputs()
2374 if (!Dest->isLeaf()) in FindPatternInputsAndOutputs()
2436 if (!N0->isLeaf() || !isa<DefInit>(N0->getLeafValue())) in IsNodeBitcast()
2440 if (N1->isLeaf()) in IsNodeBitcast()
2442 if (N1->getNumChildren() != 1 || !N1->getChild(0)->isLeaf()) in IsNodeBitcast()
2453 if (N->isLeaf()) { in AnalyzeNode()
2590 if (Tree->isLeaf()) in getInstructionsInTree()
2744 if (InVal->isLeaf() && isa<DefInit>(InVal->getLeafValue())) { in ParseInstructions()
2844 if (!P->isLeaf()) { in FindNames()
3055 if (N->isLeaf()) in ForceArbitraryInstResultType()
3184 if (!DstPattern->isLeaf()) in ParsePatterns()
3310 if (N->getChild(0)->isLeaf() || N->getChild(0)->getOperator() != Operator) in GatherChildrenOfAssociativeOpcode()
3315 if (N->getChild(1)->isLeaf() || N->getChild(1)->getOperator() != Operator) in GatherChildrenOfAssociativeOpcode()
3329 if (N->isLeaf()) { in GenerateVariantsOf()
3407 if (Child->isLeaf()) in GenerateVariantsOf()