Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp136 using RVVTypes = std::vector<RVVTypePtr>; typedef
163 RVVTypes InputTypes; // Builtin input types
173 bool HasAutoDef, StringRef ManualCodegen, const RVVTypes &Types,
234 Optional<RVVTypes> computeTypes(BasicType BT, int Log2LMUL,
750 StringRef ManualCodegen, const RVVTypes &OutInTypes, in RVVIntrinsic()
1110 Optional<RVVTypes> Types = computeTypes(I, Log2LMUL, ProtoSeq); in createRVVIntrinsics()
1124 Optional<RVVTypes> MaskTypes = in createRVVIntrinsics()
1137 Optional<RVVTypes>
1140 RVVTypes Types; in computeTypes()