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>
397 RVVTypes InputTypes; // Builtin input types
410 const RVVTypes &Types,
416 const RVVTypes &getInputTypes() const { return InputTypes; } in getInputTypes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp47 RVVTypes Signature;
178 RVVTypes &Types, bool HasPolicy, Policy PolicyAttrs);
297 std::optional<RVVTypes> Types = in ConstructRVVIntrinsics()
321 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in ConstructRVVIntrinsics()
331 std::optional<RVVTypes> MaskTypes = in ConstructRVVIntrinsics()
344 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in ConstructRVVIntrinsics()
371 StringRef OverloadedSuffixStr, bool IsMasked, RVVTypes &Signature, in InitRVVIntrinsic()
418 RVVTypes Sigs = IDef.Signature; in CreateRVVIntrinsicDecl()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp564 std::optional<RVVTypes> Types = in createRVVIntrinsics()
588 std::optional<RVVTypes> PolicyTypes = in createRVVIntrinsics()
600 std::optional<RVVTypes> MaskTypes = in createRVVIntrinsics()
614 std::optional<RVVTypes> PolicyTypes = in createRVVIntrinsics()
/freebsd/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()