Home
last modified time | relevance | path

Searched refs:RVVTypes (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp45 RVVTypes Signature;
151 RVVTypes &Types, bool HasPolicy, Policy PolicyAttrs);
250 std::optional<RVVTypes> Types = in InitIntrinsicList()
274 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in InitIntrinsicList()
284 std::optional<RVVTypes> MaskTypes = in InitIntrinsicList()
296 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in InitIntrinsicList()
309 StringRef OverloadedSuffixStr, bool IsMasked, RVVTypes &Signature, in InitRVVIntrinsic()
353 RVVTypes Sigs = IDef.Signature; in CreateRVVIntrinsicDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h228 using RVVTypes = std::vector<RVVTypePtr>; variable
338 std::optional<RVVTypes>
370 RVVTypes InputTypes; // Builtin input types
383 const RVVTypes &Types,
390 const RVVTypes &getInputTypes() const { return InputTypes; } in getInputTypes()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DRISCVVEmitter.cpp552 std::optional<RVVTypes> Types = in createRVVIntrinsics()
576 std::optional<RVVTypes> PolicyTypes = in createRVVIntrinsics()
588 std::optional<RVVTypes> MaskTypes = in createRVVIntrinsics()
602 std::optional<RVVTypes> PolicyTypes = in createRVVIntrinsics()
/openbsd-src/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp788 std::optional<RVVTypes>
795 RVVTypes Types; in computeTypes()
852 const RVVTypes &OutInTypes, in RVVIntrinsic()