Home
last modified time | relevance | path

Searched refs:computeType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp438 auto T = TypeCache.computeType(BasicType::Int8, Log2LMUL, in createHeader()
447 auto T = TypeCache.computeType(BT, Log2LMUL, PrototypeDescriptor::Vector); in createHeader()
450 auto UT = TypeCache.computeType( in createHeader()
458 auto TupleT = TypeCache.computeType( in createHeader()
462 auto TupleUT = TypeCache.computeType( in createHeader()
477 auto T = TypeCache.computeType(BT, Log2LMUL, PrototypeDescriptor::Vector); in createHeader()
481 auto TupleT = TypeCache.computeType( in createHeader()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp923 auto T = computeType(BT, Log2LMUL, Proto); in computeTypes()
945 std::optional<RVVTypePtr> RVVTypeCache::computeType(BasicType BT, int Log2LMUL, in computeType() function in clang::RISCV::RVVTypeCache
1029 auto T = TypeCache.computeType(Type, Log2LMUL, PD); in getSuffixStr()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h368 std::optional<RVVTypePtr> computeType(BasicType BT, int Log2LMUL,