clang 22.0.0git
RISCV.cpp File Reference
#include "RISCV.h"
#include "../Clang.h"
#include "clang/Driver/CommonArgs.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/Options.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/Error.h"
#include "llvm/TargetParser/Host.h"
#include "llvm/TargetParser/RISCVISAInfo.h"
#include "llvm/TargetParser/RISCVTargetParser.h"

Go to the source code of this file.

Macros

#define RESERVE_REG(REG)

Functions

static bool getArchFeatures (const Driver &D, StringRef Arch, std::vector< StringRef > &Features, const ArgList &Args)
static void getRISCFeaturesFromMcpu (const Driver &D, const Arg *A, const llvm::Triple &Triple, StringRef Mcpu, std::vector< StringRef > &Features)

Macro Definition Documentation

◆ RESERVE_REG

#define RESERVE_REG ( REG)
Value:
if (Args.hasArg(options::OPT_ffixed_##REG)) \
Features.push_back("+reserve-" #REG);

Function Documentation

◆ getArchFeatures()

bool getArchFeatures ( const Driver & D,
StringRef Arch,
std::vector< StringRef > & Features,
const ArgList & Args )
static

Definition at line 26 of file RISCV.cpp.

References Arch.

◆ getRISCFeaturesFromMcpu()

void getRISCFeaturesFromMcpu ( const Driver & D,
const Arg * A,
const llvm::Triple & Triple,
StringRef Mcpu,
std::vector< StringRef > & Features )
static

Definition at line 53 of file RISCV.cpp.

References clang::driver::Driver::Diag().