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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp901 if (!isUnindexed() && !isNonExtLoad() && !isAnyExtLoad() &&
908 if (isNonExtLoad())
1055 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() +
1060 if (isNonExtLoad())
1147 bool TreePredicateFn::isNonExtLoad() const { function in class:TreePredicateFn
1274 if (isNonExtLoad())
H A DCodeGenDAGPatterns.h556 bool isNonExtLoad() const;
H A DGlobalISelEmitter.cpp216 if (P.isNonExtLoad())
317 if (Predicate.isNonExtLoad() || Predicate.isAnyExtLoad() ||
3570 if (Predicate.isLoad() && Predicate.isNonExtLoad()) {

Completed in 123 milliseconds