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.cpp939 !isSignExtLoad() && !isZeroExtLoad() && getMemoryVT() == nullptr && in getPredCode()
956 if (isZeroExtLoad()) in getPredCode()
981 !isZeroExtLoad() && !isSignExtLoad() && !isAtomicOrderingAcquire() && in getPredCode()
1089 if (isAtomic() && (isZeroExtLoad() || isSignExtLoad())) in getPredCode()
1103 isZeroExtLoad()) > 1) in getPredCode()
1116 if (isZeroExtLoad()) in getPredCode()
1216 bool TreePredicateFn::isZeroExtLoad() const { in isZeroExtLoad() function in TreePredicateFn
1351 if (isZeroExtLoad()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h556 bool isZeroExtLoad() const;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp115 if (P.isZeroExtLoad()) in explainPredicates()
214 Predicate.isSignExtLoad() || Predicate.isZeroExtLoad()) in isTrivialOperatorNode()
532 Predicate.isZeroExtLoad()) in getEquivNode()
644 Predicate.isZeroExtLoad()) in addBuiltinPredicates()