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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenIntrinsics.h 158 ReadNone,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2147 bool ReadNone, bool NoMerge, const AsmStmt &S,
2158 // Attach readnone and readonly attributes.
2160 if (ReadNone)
2162 llvm::Attribute::ReadNone);
2254 // It can be marked readnone if it doesn't have any input memory constraints
2256 bool ReadOnly = true, ReadNone = true;
2356 ReadOnly = ReadNone = false;
2408 ReadNone = false;
2508 ReadOnly = ReadNone = false;
2580 ReadOnly, ReadNone, InNoMergeAttributedStmt, S
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 564 unsigned ReadNone : 1;

Completed in 37 milliseconds