HomeSort by: relevance | last modified time | path
    Searched defs:isUnindexed (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 2242 bool isUnindexed() const { return getAddressingMode() == ISD::UNINDEXED; }
2343 bool isUnindexed() const { return getAddressingMode() == ISD::UNINDEXED; }
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 910 if (isUnindexed())
912 "IsUnindexed requires IsLoad or IsStore");
926 if (!isUnindexed() && !isNonExtLoad() && !isAnyExtLoad() &&
948 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() &&
1070 if (isUnindexed())
1168 bool TreePredicateFn::isUnindexed() const {
1169 return isPredefinedPredicateEqualTo("IsUnindexed", true);
1295 if (isUnindexed())
1298 "IsUnindexed cannot be used with ImmLeaf or its subclasses");

Completed in 23 milliseconds