HomeSort by: relevance | last modified time | path
    Searched refs:isZeroExtLoad (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 927 !isSignExtLoad() && !isZeroExtLoad() && getMemoryVT() == nullptr &&
942 if (isZeroExtLoad())
944 "IsZeroExtLoad requires IsLoad");
1078 isZeroExtLoad()) > 1)
1081 "IsZeroExtLoad are mutually exclusive");
1091 if (isZeroExtLoad())
1180 bool TreePredicateFn::isZeroExtLoad() const {
1181 return isPredefinedPredicateEqualTo("IsZeroExtLoad", true);
1311 if (isZeroExtLoad())
1314 "IsZeroExtLoad cannot be used with ImmLeaf or its subclasses")
    [all...]
CodeGenDAGPatterns.h 556 bool isZeroExtLoad() const;
GlobalISelEmitter.cpp 226 if (P.isZeroExtLoad())
322 Predicate.isSignExtLoad() || Predicate.isZeroExtLoad())
3751 Predicate.isZeroExtLoad())
3855 Predicate.isZeroExtLoad())

Completed in 22 milliseconds