Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Proto

146   std::string Proto;
173 Intrinsic(StringRef Name, StringRef Proto, uint64_t MergeTy,
182 std::string getProto() const { return Proto; }
192 unsigned getNumParams() const { return Proto.size() - 1; }
218 return Proto.find_first_of("ajfrKLR@") != std::string::npos;
224 auto Idx = Proto.find_first_of("ajfrKLR@");
237 std::string Proto) const;
812 Intrinsic::Intrinsic(StringRef Name, StringRef Proto, uint64_t MergeTy,
817 : Name(Name.str()), LLVMName(LLVMName), Proto(Proto.str()),
822 for (unsigned I = 0; I < Proto.size(); ++I) {
823 SVEType T(BaseTypeSpec, Proto[I]);
854 std::string Proto) const {
874 T = SVEType(TS, Proto[C - '0']);
994 StringRef Proto = R->getValueAsString("Prototype");
1044 SVEType(TS, Proto[EltSizeArg + /* offset by return arg */ 1])
1050 Name, Proto, Merge, MergeSuffix, MemEltType, LLVMName, Flags, ImmChecks,
1056 Name, Proto, Merge, MergeSuffix, MemEltType, LLVMName, Flags,