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