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.cpp353 auto T = TypeCache.computeType(BasicType::Int8, Log2LMUL, in createHeader()
362 auto T = TypeCache.computeType(BT, Log2LMUL, PrototypeDescriptor::Vector); in createHeader()
365 auto UT = TypeCache.computeType( in createHeader()
373 auto TupleT = TypeCache.computeType( in createHeader()
377 auto TupleUT = TypeCache.computeType( in createHeader()
392 auto T = TypeCache.computeType(BT, Log2LMUL, PrototypeDescriptor::Vector); in createHeader()
396 auto TupleT = TypeCache.computeType( in createHeader()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp926 auto T = computeType(BT, Log2LMUL, Proto); in computeTypes()
948 std::optional<RVVTypePtr> RVVTypeCache::computeType(BasicType BT, int Log2LMUL, in computeType() function in clang::RISCV::RVVTypeCache
1032 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,