Searched refs:BasicPrototype (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 532 SmallVector<PrototypeDescriptor> BasicPrototype = in createRVVIntrinsics() local 541 BasicPrototype, /*IsMasked=*/false, in createRVVIntrinsics() 545 BasicPrototype, /*IsMasked=*/true, HasMaskedOffOperand, HasVL, NF, in createRVVIntrinsics() 573 BasicPrototype, /*IsMasked=*/false, in createRVVIntrinsics() 600 BasicPrototype, /*IsMasked=*/true, HasMaskedOffOperand, HasVL, in createRVVIntrinsics() 657 SR.Prototype = std::move(BasicPrototype); in createRVVIntrinsics()
|