Home
last modified time | relevance | path

Searched refs:isSignExtLoad (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td96 // as isSignExtLoad require that this is not a perfect 1:1 mapping since a
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp888 !isSignExtLoad() && !isZeroExtLoad() && getMemoryVT() == nullptr && in getPredCode()
899 if (isSignExtLoad()) in getPredCode()
1011 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
1022 if (isSignExtLoad()) in getPredCode()
1109 bool TreePredicateFn::isSignExtLoad() const { in isSignExtLoad() function in TreePredicateFn
1223 if (isSignExtLoad()) in getCodeToRunOnSDNode()
H A DGlobalISelEmitter.cpp221 if (P.isSignExtLoad()) in explainPredicates()
298 Predicate.isSignExtLoad() || Predicate.isZeroExtLoad()) in isTrivialOperatorNode()
3126 Predicate.isSignExtLoad()) in getEquivNode()
3217 Predicate.isSignExtLoad()) in createAndImportSelDAGMatcher()
H A DCodeGenDAGPatterns.h549 bool isSignExtLoad() const;