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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenIntrinsics.h 157 WriteOnly,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AMDGPUMetadata.h 56 WriteOnly = 2,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 167 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 };
201 return RefAndFlags.getInt() & WriteOnly;
205 return RefAndFlags.getInt() & (ReadOnly | WriteOnly);
208 unsigned BadAccessMask = ReadOnly | WriteOnly;
219 RefAndFlags.setInt(RefAndFlags.getInt() | WriteOnly);
678 // Gets the number of readonly and writeonly refs in RefEdgeList
827 /// readonly or writeonly. Both readonly and writeonly variables
829 /// const-folded, while writeonly vars can be completely eliminated
840 GVarFlags(bool ReadOnly, bool WriteOnly, bool Constant
    [all...]

Completed in 96 milliseconds