Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp967 if (!isUnindexed() && !isNonExtLoad() && !isAnyExtLoad() && in getPredCode()
977 if (isAnyExtLoad()) in getPredCode()
1126 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
1134 if (isAnyExtLoad()) in getPredCode()
1229 bool TreePredicateFn::isAnyExtLoad() const { in isAnyExtLoad() function in TreePredicateFn
1358 if (isAnyExtLoad()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h560 bool isAnyExtLoad() const;
H A DGlobalISelEmitter.cpp235 if (P.isAnyExtLoad()) in explainPredicates()
337 if (Predicate.isNonExtLoad() || Predicate.isAnyExtLoad() || in isTrivialOperatorNode()
3865 if (Predicate.isLoad() && Predicate.isAnyExtLoad()) { in addBuiltinPredicates()