Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp234 Optional<RVVTypes> computeTypes(BasicType BT, int Log2LMUL,
1110 Optional<RVVTypes> Types = computeTypes(I, Log2LMUL, ProtoSeq); in createRVVIntrinsics()
1125 computeTypes(I, Log2LMUL, ProtoMaskSeq); in createRVVIntrinsics()
1138 RVVEmitter::computeTypes(BasicType BT, int Log2LMUL, in computeTypes() function in RVVEmitter