Searched defs:ReadNone (Results 1 – 4 of 4) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenIntrinsics.h | 111 enum ArgAttribute { NoCapture, Returned, ReadOnly, WriteOnly, ReadNone }; enumerator
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenIntrinsics.h | 155 ReadNone, enumerator
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 2118 bool ReadOnly, bool ReadNone, bool NoMerge, in UpdateAsmCallInst() 2226 bool ReadOnly = true, ReadNone = true; in EmitAsmStmt() local
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1844 bool ReadOnly = true, ReadNone = true; in EmitAsmStmt() local
|