Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp926 if (!isUnindexed() && !isNonExtLoad() && !isAnyExtLoad() && in getPredCode()
933 if (isNonExtLoad()) in getPredCode()
1077 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
1082 if (isNonExtLoad()) in getPredCode()
1171 bool TreePredicateFn::isNonExtLoad() const { in isNonExtLoad() function in TreePredicateFn
1299 if (isNonExtLoad()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h550 bool isNonExtLoad() const;
H A DGlobalISelEmitter.cpp220 if (P.isNonExtLoad()) in explainPredicates()
321 if (Predicate.isNonExtLoad() || Predicate.isAnyExtLoad() || in isTrivialOperatorNode()
3813 if (Predicate.isLoad() && Predicate.isNonExtLoad()) { in addBuiltinPredicates()