LLVM 17.0.0git
|
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::RISCV |
Functions | |
bool | llvm::RISCV::parseCPU (StringRef CPU, bool IsRV64) |
bool | llvm::RISCV::parseTuneCPU (StringRef CPU, bool IsRV64) |
StringRef | llvm::RISCV::getMArchFromMcpu (StringRef CPU) |
void | llvm::RISCV::fillValidCPUArchList (SmallVectorImpl< StringRef > &Values, bool IsRV64) |
void | llvm::RISCV::fillValidTuneCPUArchList (SmallVectorImpl< StringRef > &Values, bool IsRV64) |
Variables | |
static constexpr unsigned | llvm::RISCV::RVVBitsPerBlock = 64 |