Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp938 if (!isUnindexed() && !isNonExtLoad() && !isAnyExtLoad() && in getPredCode()
948 if (isAnyExtLoad()) in getPredCode()
1102 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
1110 if (isAnyExtLoad()) in getPredCode()
1210 bool TreePredicateFn::isAnyExtLoad() const { in isAnyExtLoad() function in TreePredicateFn
1343 if (isAnyExtLoad()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h552 bool isAnyExtLoad() const;
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp111 if (P.isAnyExtLoad()) in explainPredicates()
213 if (Predicate.isNonExtLoad() || Predicate.isAnyExtLoad() || in isTrivialOperatorNode()
606 if (Predicate.isLoad() && Predicate.isAnyExtLoad()) { in addBuiltinPredicates()