Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp936 if (!isUnindexed() && !isNonExtLoad() && !isAnyExtLoad() && in getPredCode()
946 if (isAnyExtLoad()) in getPredCode()
975 !isNonExtLoad() && !isAnyExtLoad() && !isZeroExtLoad() && in getPredCode()
1083 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + isZeroExtLoad()) > in getPredCode()
1093 if (isAnyExtLoad()) in getPredCode()
1114 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
1122 if (isAnyExtLoad()) in getPredCode()
1219 bool TreePredicateFn::isAnyExtLoad() const { in isAnyExtLoad() function in TreePredicateFn
1366 if (isAnyExtLoad()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h546 bool isAnyExtLoad() const;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp110 if (P.isAnyExtLoad()) in explainPredicates()
212 if (Predicate.isNonExtLoad() || Predicate.isAnyExtLoad() || in isTrivialOperatorNode()
632 if (Predicate.isAnyExtLoad()) { in addBuiltinPredicates()