Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td127 // as isSignExtLoad require that this is not a perfect 1:1 mapping since a
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td155 // as isSignExtLoad require that this is not a perfect 1:1 mapping since a
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp904 !isSignExtLoad() && !isZeroExtLoad() && getMemoryVT() == nullptr && in getPredCode()
916 if (isSignExtLoad()) in getPredCode()
1057 if ((isNonExtLoad() + isAnyExtLoad() + isSignExtLoad() + in getPredCode()
1068 if (isSignExtLoad()) in getPredCode()
1157 bool TreePredicateFn::isSignExtLoad() const { in isSignExtLoad() function in TreePredicateFn
1287 if (isSignExtLoad()) in getCodeToRunOnSDNode()
DCodeGenDAGPatterns.h556 bool isSignExtLoad() const;
DGlobalISelEmitter.cpp224 if (P.isSignExtLoad()) in explainPredicates()
322 Predicate.isSignExtLoad() || Predicate.isZeroExtLoad()) in isTrivialOperatorNode()
3710 Predicate.isSignExtLoad()) in getEquivNode()
3793 Predicate.isSignExtLoad()) in addBuiltinPredicates()