Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DRISCVTargetDefEmitter.cpp41 ISAInfoTy ISAInfo = llvm::RISCVISAInfo::parseFeatures(XLen, FeatureVector); in getMArch()
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DRISCV.cpp236 auto ParseResult = llvm::RISCVISAInfo::parseFeatures(XLen, FeaturesVec); in initFeatureMap()
302 auto ParseResult = llvm::RISCVISAInfo::parseFeatures(XLen, Features); in handleTargetFeatures()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DRISCVISAInfo.h62 parseFeatures(unsigned XLen, const std::vector<std::string> &Features);
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp121 return llvm::RISCVISAInfo::parseFeatures(XLen, FeatureVector); in parseFeatureBits()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DRISCVISAInfo.cpp472 RISCVISAInfo::parseFeatures(unsigned XLen, in parseFeatures() function in RISCVISAInfo