Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp331 auto T = RVVType::computeType(BasicType::Int8, Log2LMUL, in createHeader()
340 auto T = RVVType::computeType(BT, Log2LMUL, PrototypeDescriptor::Vector); in createHeader()
343 auto UT = RVVType::computeType( in createHeader()
354 auto T = RVVType::computeType(BasicType::Float16, Log2LMUL, in createHeader()
363 auto T = RVVType::computeType(BasicType::Float32, Log2LMUL, in createHeader()
372 auto T = RVVType::computeType(BasicType::Float64, Log2LMUL, in createHeader()
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp797 auto T = computeType(BT, Log2LMUL, Proto); in computeTypes()
819 Optional<RVVTypePtr> RVVType::computeType(BasicType BT, int Log2LMUL, in computeType() function in clang::RISCV::RVVType
906 auto T = RVVType::computeType(Type, Log2LMUL, PD); in getSuffixStr()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h272 static llvm::Optional<RVVTypePtr> computeType(BasicType BT, int Log2LMUL,