Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h43 StringLiteral DefaultMarch; member
47 bool is64Bit() const { return DefaultMarch.starts_with("rv64"); } in is64Bit()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp105 return Info->DefaultMarch; in getMArchFromMcpu()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVProcessors.td77 string DefaultMarch = default_march;