Home
last modified time | relevance | path

Searched refs:CSKYTargetInfo (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DCSKY.cpp18 bool CSKYTargetInfo::isValidCPUName(StringRef Name) const { in isValidCPUName()
22 bool CSKYTargetInfo::setCPU(const std::string &Name) { in setCPU()
34 void CSKYTargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()
98 bool CSKYTargetInfo::hasFeature(StringRef Feature) const { in hasFeature()
113 bool CSKYTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures()
141 ArrayRef<Builtin::Info> CSKYTargetInfo::getTargetBuiltins() const { in getTargetBuiltins()
145 ArrayRef<const char *> CSKYTargetInfo::getGCCRegNames() const { in getGCCRegNames()
219 ArrayRef<TargetInfo::GCCRegAlias> CSKYTargetInfo::getGCCRegAliases() const { in getGCCRegAliases()
291 bool CSKYTargetInfo::validateAsmConstraint( in validateAsmConstraint()
310 unsigned CSKYTargetInfo::getMinGlobalAlign(uint64_t Size) const { in getMinGlobalAlign()
H A DCSKY.h23 class LLVM_LIBRARY_VISIBILITY CSKYTargetInfo : public TargetInfo {
41 CSKYTargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in CSKYTargetInfo() function
/llvm-project-15.0.7/llvm/lib/Target/CSKY/TargetInfo/
H A DCMakeLists.txt2 CSKYTargetInfo.cpp
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargets.cpp669 return new LinuxTargetInfo<CSKYTargetInfo>(Triple, Opts); in AllocateTarget()
671 return new CSKYTargetInfo(Triple, Opts); in AllocateTarget()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6479 llvm/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.cpp
6480 llvm/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.h