Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h247 using RVVTypes = std::vector<RVVTypePtr>; variable
365 std::optional<RVVTypes>
399 RVVTypes InputTypes; // Builtin input types
412 const RVVTypes &Types,
418 const RVVTypes &getInputTypes() const { return InputTypes; } in getInputTypes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp53 RVVTypes Signature;
198 RVVTypes &Types, bool HasPolicy, Policy PolicyAttrs);
281 std::optional<RVVTypes> Types = in ConstructRVVIntrinsics()
305 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in ConstructRVVIntrinsics()
315 std::optional<RVVTypes> MaskTypes = in ConstructRVVIntrinsics()
328 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in ConstructRVVIntrinsics()
361 StringRef OverloadedSuffixStr, bool IsMasked, RVVTypes &Signature, in InitRVVIntrinsic()
408 RVVTypes Sigs = IDef.Signature; in CreateRVVIntrinsicDecl()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp685 std::optional<RVVTypes> Types = in createRVVIntrinsics()
709 std::optional<RVVTypes> PolicyTypes = in createRVVIntrinsics()
721 std::optional<RVVTypes> MaskTypes = in createRVVIntrinsics()
735 std::optional<RVVTypes> PolicyTypes = in createRVVIntrinsics()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp918 std::optional<RVVTypes>
921 RVVTypes Types; in computeTypes()
977 const RVVTypes &OutInTypes, const std::vector<int64_t> &NewIntrinsicTypes, in RVVIntrinsic()