Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td158 // as isSignExtLoad require that this is not a perfect 1:1 mapping since a
/netbsd-src/external/apache2/llvm/dist/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.cpp224 if (P.isSignExtLoad()) in explainPredicates()
322 Predicate.isSignExtLoad() || Predicate.isZeroExtLoad()) in isTrivialOperatorNode()
3748 Predicate.isSignExtLoad()) in getEquivNode()
3850 Predicate.isSignExtLoad()) in addBuiltinPredicates()