Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp565 TypeCache.computeTypes(BT, Log2LMUL, NF, Prototype); in createRVVIntrinsics()
589 TypeCache.computeTypes(BT, Log2LMUL, NF, PolicyPrototype); in createRVVIntrinsics()
601 TypeCache.computeTypes(BT, Log2LMUL, NF, MaskedPrototype); in createRVVIntrinsics()
615 TypeCache.computeTypes(BT, Log2LMUL, NF, PolicyPrototype); in createRVVIntrinsics()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp298 TypeCache.computeTypes(BaseType, Log2LMUL, Record.NF, ProtoSeq); in ConstructRVVIntrinsics()
321 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in ConstructRVVIntrinsics()
332 TypeCache.computeTypes(BaseType, Log2LMUL, Record.NF, ProtoMaskSeq); in ConstructRVVIntrinsics()
344 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in ConstructRVVIntrinsics()
/src/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h366 computeTypes(BasicType BT, int Log2LMUL, unsigned NF,
/src/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp922 RVVTypeCache::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes() function in clang::RISCV::RVVTypeCache