Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp58 SmallVector<PrototypeDescriptor> OverloadedSuffix; member
271 InsertToSignatureSet(SR.OverloadedSuffix); in init()
689 SR.OverloadedSuffix = parsePrototypes(OverloadedSuffixProto); in createRVVIntrinsics()
718 R.OverloadedSuffixIndex = SST.getIndex(SR.OverloadedSuffix); in createRVVIntrinsicRecords()
721 R.OverloadedSuffixSize = SR.OverloadedSuffix.size(); in createRVVIntrinsicRecords()
/src/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp977 StringRef OverloadedSuffix, StringRef IRName, bool IsMasked, in RVVIntrinsic() argument
996 if (!OverloadedSuffix.empty()) in RVVIntrinsic()
997 OverloadedName += "_" + OverloadedSuffix.str(); in RVVIntrinsic()
/src/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h406 llvm::StringRef OverloadedName, llvm::StringRef OverloadedSuffix,
/src/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector_common.td163 string OverloadedSuffix = overloaded_suffix;