Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td89 // as isSignExtLoad require that this is not a perfect 1:1 mapping since a
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp867 !isSignExtLoad() && !isZeroExtLoad() && getMemoryVT() == nullptr && in getPredCode()
878 if (isSignExtLoad()) in getPredCode()
990 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
1001 if (isSignExtLoad()) in getPredCode()
1085 bool TreePredicateFn::isSignExtLoad() const { in isSignExtLoad() function in TreePredicateFn
1199 if (isSignExtLoad()) in getCodeToRunOnSDNode()
DGlobalISelEmitter.cpp220 if (P.isSignExtLoad()) in explainPredicates()
295 Predicate.isSignExtLoad() || Predicate.isZeroExtLoad()) in isTrivialOperatorNode()
3133 Predicate.isSignExtLoad()) in getEquivNode()
3223 Predicate.isSignExtLoad()) in createAndImportSelDAGMatcher()
DCodeGenDAGPatterns.h521 bool isSignExtLoad() const;