Home
last modified time | relevance | path

Searched refs:isAnyExtLoad (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()
896 if (isAnyExtLoad()) in getPredCode()
1011 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
1019 if (isAnyExtLoad()) in getPredCode()
1106 bool TreePredicateFn::isAnyExtLoad() const { in isAnyExtLoad() function in TreePredicateFn
1219 if (isAnyExtLoad()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h547 bool isAnyExtLoad() const;
H A DGlobalISelEmitter.cpp219 if (P.isAnyExtLoad()) in explainPredicates()
297 if (Predicate.isNonExtLoad() || Predicate.isAnyExtLoad() || in isTrivialOperatorNode()
3209 if (Predicate.isLoad() && Predicate.isAnyExtLoad()) { in createAndImportSelDAGMatcher()