Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp937 !isSignExtLoad() && !isZeroExtLoad() && getMemoryVT() == nullptr && in getPredCode()
952 if (isZeroExtLoad()) in getPredCode()
975 !isNonExtLoad() && !isAnyExtLoad() && !isZeroExtLoad() && in getPredCode()
1083 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + isZeroExtLoad()) > in getPredCode()
1099 if (isZeroExtLoad()) in getPredCode()
1115 isZeroExtLoad()) > 1) in getPredCode()
1128 if (isZeroExtLoad()) in getPredCode()
1225 bool TreePredicateFn::isZeroExtLoad() const { in isZeroExtLoad() function in TreePredicateFn
1374 if (isZeroExtLoad()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h550 bool isZeroExtLoad() const;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp114 if (P.isZeroExtLoad()) in explainPredicates()
213 Predicate.isSignExtLoad() || Predicate.isZeroExtLoad()) in isTrivialOperatorNode()
557 Predicate.isZeroExtLoad()) in getEquivNode()
671 Predicate.isZeroExtLoad()) in addBuiltinPredicates()