Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp57 SmallVector<PrototypeDescriptor> OverloadedSuffix; member
246 InsertToSignatureSet(SR.OverloadedSuffix); in init()
591 SR.OverloadedSuffix = parsePrototypes(OverloadedSuffixProto); in createRVVIntrinsics()
618 R.OverloadedSuffixIndex = SST.getIndex(SR.OverloadedSuffix); in createRVVIntrinsicRecords()
621 R.OverloadedSuffixSize = SR.OverloadedSuffix.size(); in createRVVIntrinsicRecords()
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp850 StringRef OverloadedSuffix, StringRef IRName, bool IsMasked, in RVVIntrinsic() argument
869 if (!OverloadedSuffix.empty()) in RVVIntrinsic()
870 OverloadedName += "_" + OverloadedSuffix.str(); in RVVIntrinsic()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h307 llvm::StringRef OverloadedName, llvm::StringRef OverloadedSuffix,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Driscv_vector.td158 string OverloadedSuffix = overloaded_suffix;