Home
last modified time | relevance | path

Searched refs:isNonExtLoad (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp887 if (!isUnindexed() && !isNonExtLoad() && !isAnyExtLoad() && in getPredCode()
893 if (isNonExtLoad()) in getPredCode()
1011 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
1016 if (isNonExtLoad()) in getPredCode()
1103 bool TreePredicateFn::isNonExtLoad() const { in isNonExtLoad() function in TreePredicateFn
1215 if (isNonExtLoad()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h545 bool isNonExtLoad() const;
H A DGlobalISelEmitter.cpp217 if (P.isNonExtLoad()) in explainPredicates()
297 if (Predicate.isNonExtLoad() || Predicate.isAnyExtLoad() || in isTrivialOperatorNode()
3204 if (Predicate.isLoad() && Predicate.isNonExtLoad()) { in createAndImportSelDAGMatcher()