Searched refs:ArgAttribute (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenIntrinsics.h | 76 enum ArgAttribute { enum 79 std::vector<std::pair<unsigned, ArgAttribute> > ArgumentAttributes;
|
/external/llvm/utils/TableGen/ |
D | CodeGenIntrinsics.h | 111 enum ArgAttribute { NoCapture, Returned, ReadOnly, WriteOnly, ReadNone }; enum 112 std::vector<std::pair<unsigned, ArgAttribute>> ArgumentAttributes;
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenIntrinsics.h | 137 enum ArgAttribute { NoCapture, Returned, ReadOnly, WriteOnly, ReadNone }; enum 138 std::vector<std::pair<unsigned, ArgAttribute>> ArgumentAttributes;
|