Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp965 if (!isUnindexed() && !isNonExtLoad() && !isAnyExtLoad() && in getPredCode()
975 if (isAnyExtLoad()) in getPredCode()
1124 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
1132 if (isAnyExtLoad()) in getPredCode()
1227 bool TreePredicateFn::isAnyExtLoad() const { in isAnyExtLoad() function in TreePredicateFn
1356 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()
3873 if (Predicate.isLoad() && Predicate.isAnyExtLoad()) { in addBuiltinPredicates()