Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp233 RVVType::computeTypes(BaseType, Log2LMUL, Record.NF, ProtoSeq); in InitIntrinsicList()
249 Optional<RVVTypes> MaskTypes = RVVType::computeTypes( in InitIntrinsicList()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp522 RVVType::computeTypes(BT, Log2LMUL, NF, Prototype); in createRVVIntrinsics()
539 RVVType::computeTypes(BT, Log2LMUL, NF, MaskedPrototype); in createRVVIntrinsics()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h270 computeTypes(BasicType BT, int Log2LMUL, unsigned NF,
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp789 RVVType::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes() function in clang::RISCV::RVVType