Home
last modified time | relevance | path

Searched refs:RVVTypePtr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h246 using RVVTypePtr = RVVType *; variable
247 using RVVTypes = std::vector<RVVTypePtr>;
368 std::optional<RVVTypePtr> computeType(BasicType BT, int Log2LMUL,
396 RVVTypePtr OutputType; // Builtin output type
415 RVVTypePtr getOutputType() const { return OutputType; } in getOutputType()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp948 std::optional<RVVTypePtr> RVVTypeCache::computeType(BasicType BT, int Log2LMUL, in computeType()