Home
last modified time | relevance | path

Searched refs:getCPUFeaturesExceptStdExt (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetParser.h175 bool getCPUFeaturesExceptStdExt(CPUKind Kind, std::vector<StringRef> &Features);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTargetParser.cpp319 bool getCPUFeaturesExceptStdExt(CPUKind Kind, in getCPUFeaturesExceptStdExt() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp477 !llvm::RISCV::getCPUFeaturesExceptStdExt(CPUKind, Features)) { in getRISCFeaturesFromMcpu()