Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td158 // as isSignExtLoad require that this is not a perfect 1:1 mapping since a
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp927 !isSignExtLoad() && !isZeroExtLoad() && getMemoryVT() == nullptr && in getPredCode()
939 if (isSignExtLoad()) in getPredCode()
1077 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
1088 if (isSignExtLoad()) in getPredCode()
1177 bool TreePredicateFn::isSignExtLoad() const { in isSignExtLoad() function in TreePredicateFn
1307 if (isSignExtLoad()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h554 bool isSignExtLoad() const;
H A DGlobalISelEmitter.cpp237 if (P.isSignExtLoad()) in explainPredicates()
335 Predicate.isSignExtLoad() || Predicate.isZeroExtLoad()) in isTrivialOperatorNode()
3761 Predicate.isSignExtLoad()) in getEquivNode()
3864 Predicate.isSignExtLoad()) in addBuiltinPredicates()