Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp44 RVVTypes Signature;
149 RVVTypes &Types);
232 Optional<RVVTypes> Types = in InitIntrinsicList()
249 Optional<RVVTypes> MaskTypes = RVVType::computeTypes( in InitIntrinsicList()
263 StringRef OverloadedSuffixStr, bool IsMask, RVVTypes &Signature) { in InitRVVIntrinsic()
308 RVVTypes Sigs = IDef.Signature; in CreateRVVIntrinsicDecl()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h169 using RVVTypes = std::vector<RVVTypePtr>; variable
269 static llvm::Optional<RVVTypes>
299 RVVTypes InputTypes; // Builtin input types
311 const RVVTypes &Types,
318 const RVVTypes &getInputTypes() const { return InputTypes; } in getInputTypes()
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp788 Optional<RVVTypes>
795 RVVTypes Types; in computeTypes()
853 const RVVTypes &OutInTypes, const std::vector<int64_t> &NewIntrinsicTypes, in RVVIntrinsic()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp521 Optional<RVVTypes> Types = in createRVVIntrinsics()
538 Optional<RVVTypes> MaskTypes = in createRVVIntrinsics()