Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp903 if (!isUnindexed() && !isNonExtLoad() && !isAnyExtLoad() && in getPredCode()
913 if (isAnyExtLoad()) in getPredCode()
1057 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
1065 if (isAnyExtLoad()) in getPredCode()
1154 bool TreePredicateFn::isAnyExtLoad() const { in isAnyExtLoad() function in TreePredicateFn
1283 if (isAnyExtLoad()) in getCodeToRunOnSDNode()
DCodeGenDAGPatterns.h554 bool isAnyExtLoad() const;
DGlobalISelEmitter.cpp222 if (P.isAnyExtLoad()) in explainPredicates()
321 if (Predicate.isNonExtLoad() || Predicate.isAnyExtLoad() || in isTrivialOperatorNode()
3770 if (Predicate.isLoad() && Predicate.isAnyExtLoad()) { in addBuiltinPredicates()