Searched refs:BasicPrototype (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 544 SmallVector<PrototypeDescriptor> BasicPrototype = in createRVVIntrinsics() local 553 BasicPrototype, /*IsMasked=*/false, in createRVVIntrinsics() 559 BasicPrototype, /*IsMasked=*/true, HasMaskedOffOperand, HasVL, NF, in createRVVIntrinsics() 587 BasicPrototype, /*IsMasked=*/false, in createRVVIntrinsics() 615 BasicPrototype, /*IsMasked=*/true, HasMaskedOffOperand, HasVL, in createRVVIntrinsics() 688 SR.Prototype = std::move(BasicPrototype); in createRVVIntrinsics()
|