Searched refs:BasicPrototype (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 663 SmallVector<PrototypeDescriptor> BasicPrototype = in createRVVIntrinsics() local 672 BasicPrototype, /*IsMasked=*/false, in createRVVIntrinsics() 678 BasicPrototype, /*IsMasked=*/true, HasMaskedOffOperand, HasVL, NF, in createRVVIntrinsics() 706 BasicPrototype, /*IsMasked=*/false, in createRVVIntrinsics() 733 BasicPrototype, /*IsMasked=*/true, HasMaskedOffOperand, HasVL, in createRVVIntrinsics() 782 SR.Prototype = std::move(BasicPrototype); in createRVVIntrinsics()
|