Home
last modified time | relevance | path

Searched refs:PrototypeDescriptor (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h170 struct PrototypeDescriptor { struct
171 constexpr PrototypeDescriptor() = default;
172 constexpr PrototypeDescriptor(
178 constexpr PrototypeDescriptor(uint8_t PT, uint8_t VTM, uint8_t TM) in PrototypeDescriptor() argument
185 bool operator!=(const PrototypeDescriptor &PD) const { argument
188 bool operator==(const PrototypeDescriptor &PD) const {
191 bool operator<(const PrototypeDescriptor &PD) const {
194 static const PrototypeDescriptor Mask; argument
195 static const PrototypeDescriptor Vector; argument
196 static const PrototypeDescriptor VL; argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp25 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 …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp52 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 …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp57 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()