HomeSort by: relevance | last modified time | path
    Searched defs:RISCV (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
RISCVToolchain.h 1 //===--- RISCVToolchain.h - RISCV ToolChain Implementations -----*- C++ -*-===//
49 namespace RISCV {
52 Linker(const ToolChain &TC) : Tool("RISCV::Linker", "ld", TC) {}
60 } // end namespace RISCV
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TargetParser.h 148 namespace RISCV {
176 } // namespace RISCV
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.h 1 //===-- RISCVISelLowering.h - RISCV DAG Lowering Interface ------*- C++ -*-===//
9 // This file defines the interfaces that RISCV uses to lower LLVM code into a
17 #include "RISCV.h"
562 namespace RISCV {
565 } // namespace RISCV
574 using namespace RISCV;
RISCVISelDAGToDAG.h 1 //===---- RISCVISelDAGToDAG.h - A dag to dag inst selector for RISCV ------===//
9 // This file defines an instruction selector for the RISCV target.
16 #include "RISCV.h"
20 // RISCV-specific code to select RISCV machine instructions for
31 return "RISCV DAG->DAG Pattern Instruction Selection";
94 namespace RISCV {
169 } // namespace RISCV
RISCVISelDAGToDAG.cpp 1 //===-- RISCVISelDAGToDAG.cpp - A dag to dag inst selector for RISCV ------===//
9 // This file defines an instruction selector for the RISCV target.
27 #define DEBUG_TYPE "riscv-isel"
30 namespace RISCV {
40 } // namespace RISCV
52 SDValue SrcReg = CurDAG->getRegister(RISCV::X0, XLenVT);
55 if (Inst.Opc == RISCV::LUI)
56 Result = CurDAG->getMachineNode(RISCV::LUI, DL, XLenVT, SDImm);
88 RISCV::VRN2M1RegClassID, RISCV::VRN3M1RegClassID, RISCV::VRN4M1RegClassID
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVFixupKinds.h 1 //===-- RISCVFixupKinds.h - RISCV Specific Fixup Entries --------*- C++ -*-===//
14 #undef RISCV
17 namespace RISCV {
89 } // end namespace RISCV
  /src/external/gpl3/binutils/dist/gprofng/src/
dbe_types.h 46 RISCV
  /src/external/gpl3/binutils.old/dist/gprofng/src/
dbe_types.h 46 RISCV
  /src/external/apache2/llvm/dist/llvm/lib/Support/
TargetParser.cpp 242 namespace RISCV {
330 } // namespace RISCV
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetBuiltins.h 127 /// RISCV builtins
128 namespace RISCV {
135 } // namespace RISCV
326 X86::LastTSBuiltin, VE::LastTSBuiltin, RISCV::LastTSBuiltin,

Completed in 33 milliseconds