Home
last modified time | relevance | path

Searched refs:ArgAttribute (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DCodeGenIntrinsics.h160 struct ArgAttribute { struct
165 ArgAttribute(unsigned Idx, ArgAttrKind K, uint64_t V) in ArgAttribute() argument
168 bool operator<(const ArgAttribute &Other) const {
174 std::vector<ArgAttribute> ArgumentAttributes;
DCodeGenTarget.cpp901 ArgAttribute Val{ParamIdx + 1, ImmArg, 0}; in isParamImmArg()
/external/llvm/utils/TableGen/
DCodeGenIntrinsics.h111 enum ArgAttribute { NoCapture, Returned, ReadOnly, WriteOnly, ReadNone }; enum
112 std::vector<std::pair<unsigned, ArgAttribute>> ArgumentAttributes;