//===-- TargetParser - Parser for target features ---------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file implements a target parser to recognise CSKY hardware features
// such as CPU/ARCH names.
//
//===----------------------------------------------------------------------===//
using namespace llvm;
bool
// ======================================================= //
// Information by ID
// ======================================================= //
StringRef
// The default cpu's name is same as arch name.
StringRef
// ======================================================= //
// Parsers
// ======================================================= //
CSKY::ArchKind
CSKY::ArchKind
uint64_t
void
StringRef
CSKY::FPUVersion
uint64_t
StringRef
static bool
StringRef
bool