Searched refs:OverloadedName (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaRISCVVectorLookup.cpp | 373 std::string OverloadedName; in InitRVVIntrinsic() local 374 if (!Record.OverloadedName) in InitRVVIntrinsic() 375 OverloadedName = StringRef(Record.Name).split("_").first.str(); in InitRVVIntrinsic() 377 OverloadedName = Record.OverloadedName; in InitRVVIntrinsic() 379 OverloadedName += "_" + OverloadedSuffixStr.str(); in InitRVVIntrinsic() 385 OverloadedName, PolicyAttrs, in InitRVVIntrinsic() 397 OverloadIntrinsics[OverloadedName]; in InitRVVIntrinsic()
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 40 std::string OverloadedName; member 507 StringRef OverloadedName = R->getValueAsString("OverloadedName"); in createRVVIntrinsics() local 578 Name, SuffixStr, OverloadedName, OverloadedSuffixStr, IRName, in createRVVIntrinsics() 593 Name, SuffixStr, OverloadedName, OverloadedSuffixStr, IRName, in createRVVIntrinsics() 605 Name, SuffixStr, OverloadedName, OverloadedSuffixStr, MaskedIRName, in createRVVIntrinsics() 620 Name, SuffixStr, OverloadedName, OverloadedSuffixStr, in createRVVIntrinsics() 641 SR.OverloadedName = OverloadedName.str(); in createRVVIntrinsics() 716 R.OverloadedName = SR.OverloadedName.c_str(); in createRVVIntrinsicRecords()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 992 OverloadedName = NewName.split("_").first.str(); in RVVIntrinsic() 994 OverloadedName = NewOverloadedName.str(); in RVVIntrinsic() 998 OverloadedName += "_" + OverloadedSuffix.str(); in RVVIntrinsic() 1000 updateNamesAndPolicy(IsMasked, hasPolicy(), Name, BuiltinName, OverloadedName, in RVVIntrinsic() 1145 std::string &OverloadedName, Policy &PolicyAttrs, bool HasFRMRoundModeOp) { in updateNamesAndPolicy() argument 1150 OverloadedName += suffix; in updateNamesAndPolicy() 1156 OverloadedName = "__riscv_" + OverloadedName; in updateNamesAndPolicy() 1209 if (Record.OverloadedName == nullptr || in operator <<() 1210 StringRef(Record.OverloadedName).empty()) in operator <<() 1213 OS << "\"" << Record.OverloadedName << "\","; in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 387 std::string OverloadedName; variable 406 llvm::StringRef OverloadedName, llvm::StringRef OverloadedSuffix, 420 llvm::StringRef getOverloadedName() const { return OverloadedName; } in getOverloadedName() 482 std::string &OverloadedName, 519 const char *OverloadedName; member
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_vector.td | 494 OverloadedName = MName, 536 OverloadedName = MName, 1343 OverloadedName = "vmv_v" in { 1856 OverloadedName = "vfmv_v" in 1976 let OverloadedName = "vfcvt_x" in 1979 let OverloadedName = "vfcvt_xu" in 2160 let OverloadedName = "vmv_s", 2173 let OverloadedName = "vfmv_s", 2499 let OverloadedName = NAME in 2510 let OverloadedName = name in [all …]
|
| H A D | riscv_sifive_vector.td | 33 let OverloadedName = name; 108 let OverloadedName = NAME, 116 let OverloadedName = NAME, 124 let OverloadedName = NAME,
|
| H A D | riscv_vector_common.td | 156 // If empty, default OverloadedName is sub string of `Name` which end of first 159 string OverloadedName = ""; 161 // If not empty, each OverloadedName will have this appended after an 448 let OverloadedName = NAME; 591 let OverloadedName = overloaded_name; 650 OverloadedName = NAME # "_" # s_p[0] in { 666 OverloadedName = NAME # "_" # s_p[0] in {
|