Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp888 !isSignExtLoad() && !isZeroExtLoad() && getMemoryVT() == nullptr && in getPredCode()
902 if (isZeroExtLoad()) in getPredCode()
1012 isZeroExtLoad()) > 1) in getPredCode()
1025 if (isZeroExtLoad()) in getPredCode()
1112 bool TreePredicateFn::isZeroExtLoad() const { in isZeroExtLoad() function in TreePredicateFn
1227 if (isZeroExtLoad()) in getCodeToRunOnSDNode()
H A DGlobalISelEmitter.cpp223 if (P.isZeroExtLoad()) in explainPredicates()
298 Predicate.isSignExtLoad() || Predicate.isZeroExtLoad()) in isTrivialOperatorNode()
3129 Predicate.isZeroExtLoad()) in getEquivNode()
3222 Predicate.isZeroExtLoad()) in createAndImportSelDAGMatcher()
H A DCodeGenDAGPatterns.h551 bool isZeroExtLoad() const;