Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp251 TypeCache.computeTypes(BaseType, Log2LMUL, Record.NF, ProtoSeq); in InitIntrinsicList()
274 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in InitIntrinsicList()
285 TypeCache.computeTypes(BaseType, Log2LMUL, Record.NF, ProtoMaskSeq); in InitIntrinsicList()
296 std::optional<RVVTypes> PolicyTypes = TypeCache.computeTypes( in InitIntrinsicList()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DRISCVVEmitter.cpp553 TypeCache.computeTypes(BT, Log2LMUL, NF, Prototype); in createRVVIntrinsics()
577 TypeCache.computeTypes(BT, Log2LMUL, NF, PolicyPrototype); in createRVVIntrinsics()
589 TypeCache.computeTypes(BT, Log2LMUL, NF, MaskedPrototype); in createRVVIntrinsics()
603 TypeCache.computeTypes(BT, Log2LMUL, NF, PolicyPrototype); in createRVVIntrinsics()
/openbsd-src/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h339 computeTypes(BasicType BT, int Log2LMUL, unsigned NF,
/openbsd-src/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp789 RVVTypeCache::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes() function in clang::RISCV::RVVTypeCache