Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Support/
DTargetParser.h171 bool getCPUFeaturesExceptStdExt(CPUKind Kind, std::vector<StringRef> &Features);
/external/llvm-project/llvm/lib/Support/
DTargetParser.cpp311 bool getCPUFeaturesExceptStdExt(CPUKind Kind, in getCPUFeaturesExceptStdExt() function
/external/llvm-project/clang/lib/Driver/ToolChains/Arch/
DRISCV.cpp459 !llvm::RISCV::getCPUFeaturesExceptStdExt(CPUKind, Features)) { in getRISCFeaturesFromMcpu()