Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp936 if (!isUnindexed() && !isNonExtLoad() && !isAnyExtLoad() && in getPredCode()
943 if (isNonExtLoad()) in getPredCode()
975 !isNonExtLoad() && !isAnyExtLoad() && !isZeroExtLoad() && in getPredCode()
1083 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + isZeroExtLoad()) > in getPredCode()
1090 if (isNonExtLoad()) in getPredCode()
1114 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
1119 if (isNonExtLoad()) in getPredCode()
1216 bool TreePredicateFn::isNonExtLoad() const { in isNonExtLoad() function in TreePredicateFn
1362 if (isNonExtLoad()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h544 bool isNonExtLoad() const;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp108 if (P.isNonExtLoad()) in explainPredicates()
212 if (Predicate.isNonExtLoad() || Predicate.isAnyExtLoad() || in isTrivialOperatorNode()
627 if (Predicate.isNonExtLoad()) { in addBuiltinPredicates()