Searched refs:PrototypeDescriptor (Results 1 – 4 of 4) sorted by relevance
170 struct PrototypeDescriptor { struct171 constexpr PrototypeDescriptor() = default;172 constexpr PrototypeDescriptor(178 constexpr PrototypeDescriptor(uint8_t PT, uint8_t VTM, uint8_t TM) in PrototypeDescriptor() argument185 bool operator!=(const PrototypeDescriptor &PD) const { argument188 bool operator==(const PrototypeDescriptor &PD) const {191 bool operator<(const PrototypeDescriptor &PD) const {194 static const PrototypeDescriptor Mask; argument195 static const PrototypeDescriptor Vector; argument196 static const PrototypeDescriptor VL; argument[all …]
25 const PrototypeDescriptor PrototypeDescriptor::Mask = PrototypeDescriptor(27 const PrototypeDescriptor PrototypeDescriptor::VL =28 PrototypeDescriptor(BaseTypeModifier::SizeT);29 const PrototypeDescriptor PrototypeDescriptor::Vector =30 PrototypeDescriptor(BaseTypeModifier::Vector);75 const PrototypeDescriptor &prototype) in RVVType()407 std::optional<PrototypeDescriptor>408 PrototypeDescriptor::parsePrototypeDescriptor( in parsePrototypeDescriptor()410 PrototypeDescriptor PD; in parsePrototypeDescriptor()672 void RVVType::applyModifier(const PrototypeDescriptor &Transformer) { in applyModifier()[all …]
52 SmallVector<PrototypeDescriptor> Prototype;55 SmallVector<PrototypeDescriptor> Suffix;58 SmallVector<PrototypeDescriptor> OverloadedSuffix;79 std::vector<PrototypeDescriptor> SignatureTable;81 void insert(ArrayRef<PrototypeDescriptor> Signature);90 unsigned getIndex(ArrayRef<PrototypeDescriptor> Signature);242 bool operator()(const SmallVector<PrototypeDescriptor> &A, in init()243 const SmallVector<PrototypeDescriptor> &B) const { in init()257 std::set<SmallVector<PrototypeDescriptor>, Compare> Signatures; in init()259 [&](const SmallVector<PrototypeDescriptor> &Signature) { in init()[all …]
57 static const PrototypeDescriptor RVVSignatureTable[] = {63 static const PrototypeDescriptor RVSiFiveVectorSignatureTable[] = {82 static ArrayRef<PrototypeDescriptor>239 ArrayRef<PrototypeDescriptor> BasicProtoSeq = in ConstructRVVIntrinsics()241 ArrayRef<PrototypeDescriptor> SuffixProto = in ConstructRVVIntrinsics()243 ArrayRef<PrototypeDescriptor> OverloadedSuffixProto = ProtoSeq2ArrayRef( in ConstructRVVIntrinsics()253 llvm::SmallVector<PrototypeDescriptor> ProtoSeq = in ConstructRVVIntrinsics()259 llvm::SmallVector<PrototypeDescriptor> ProtoMaskSeq; in ConstructRVVIntrinsics()316 llvm::SmallVector<PrototypeDescriptor> PolicyPrototype = in ConstructRVVIntrinsics()339 llvm::SmallVector<PrototypeDescriptor> PolicyPrototype = in ConstructRVVIntrinsics()