Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp866 if (!isUnindexed() && !isNonExtLoad() && !isAnyExtLoad() && in getPredCode()
872 if (isNonExtLoad()) in getPredCode()
990 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
995 if (isNonExtLoad()) in getPredCode()
1079 bool TreePredicateFn::isNonExtLoad() const { in isNonExtLoad() function in TreePredicateFn
1191 if (isNonExtLoad()) in getCodeToRunOnSDNode()
DCodeGenDAGPatterns.h517 bool isNonExtLoad() const;
DGlobalISelEmitter.cpp216 if (P.isNonExtLoad()) in explainPredicates()
294 if (Predicate.isNonExtLoad() || Predicate.isAnyExtLoad() || in isTrivialOperatorNode()
3210 if (Predicate.isLoad() && Predicate.isNonExtLoad()) { in createAndImportSelDAGMatcher()