Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp41 RVVTypes Signature;
173 RVVTypes &Types, bool HasPolicy, Policy PolicyAttrs);
290 std::optional<RVVTypes> Types = in ConstructRVVIntrinsics()
314 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in ConstructRVVIntrinsics()
324 std::optional<RVVTypes> MaskTypes = in ConstructRVVIntrinsics()
337 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in ConstructRVVIntrinsics()
365 StringRef OverloadedSuffixStr, bool IsMasked, RVVTypes &Signature, in InitRVVIntrinsic()
410 RVVTypes Sigs = IDef.Signature; in CreateRVVIntrinsicDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h247 using RVVTypes = std::vector<RVVTypePtr>; variable
365 std::optional<RVVTypes>
397 RVVTypes InputTypes; // Builtin input types
410 const RVVTypes &Types,
417 const RVVTypes &getInputTypes() const { return InputTypes; } in getInputTypes()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp566 std::optional<RVVTypes> Types = in createRVVIntrinsics()
590 std::optional<RVVTypes> PolicyTypes = in createRVVIntrinsics()
602 std::optional<RVVTypes> MaskTypes = in createRVVIntrinsics()
617 std::optional<RVVTypes> PolicyTypes = in createRVVIntrinsics()
/freebsd-14.2/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp921 std::optional<RVVTypes>
924 RVVTypes Types; in computeTypes()
980 const RVVTypes &OutInTypes, const std::vector<int64_t> &NewIntrinsicTypes, in RVVIntrinsic()