Home
last modified time | relevance | path

Searched refs:InOut (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h33 InOut = 3, // aarch64_inout_zt0 enumerator
90 bool isInOutZA() const { return decodeZAState(Bitmask) == StateValue::InOut; } in isInOutZA()
97 State == StateValue::InOut || State == StateValue::Preserved; in sharesZA()
119 return decodeZT0State(Bitmask) == StateValue::InOut; in isInOutZT0()
127 State == StateValue::InOut || State == StateValue::Preserved; in sharesZT0()
H A DAArch64SMEAttributes.cpp74 Bitmask |= encodeZAState(StateValue::InOut); in SMEAttrs()
84 Bitmask |= encodeZT0State(StateValue::InOut); in SMEAttrs()
/src/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp197 case ParamCommandPassDirection::InOut: in getDirectionAsString()
H A DCommentSema.cpp226 .Cases("[in,out]", "[out,in]", ParamCommandPassDirection::InOut) in getParamPassDirection()
H A DJSONNodeDumper.cpp1798 case comments::ParamCommandPassDirection::InOut: in visitParamCommandComment()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h708 enum class ParamCommandPassDirection { In, Out, InOut };
/src/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp773 case ParamCommandPassDirection::InOut: in visitParamCommandComment()