HomeSort by relevance Sort by last modified time
    Searched defs:RISCVTargetMachine (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVTargetMachine.h 1 //===-- RISCVTargetMachine.h - Define TargetMachine for RISCV ---*- C++ -*-===//
24 class RISCVTargetMachine : public LLVMTargetMachine {
29 RISCVTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
RISCVTargetMachine.cpp 1 //===-- RISCVTargetMachine.cpp - Define TargetMachine for RISCV -----------===//
15 #include "RISCVTargetMachine.h"
28 RegisterTargetMachine<RISCVTargetMachine> X(getTheRISCV32Target());
29 RegisterTargetMachine<RISCVTargetMachine> Y(getTheRISCV64Target());
54 RISCVTargetMachine::RISCVTargetMachine(const Target &T, const Triple &TT,
71 RISCVPassConfig(RISCVTargetMachine &TM, PassManagerBase &PM)
74 RISCVTargetMachine &getRISCVTargetMachine() const {
75 return getTM<RISCVTargetMachine>();
85 TargetPassConfig *RISCVTargetMachine::createPassConfig(PassManagerBase &PM)
    [all...]

Completed in 1730 milliseconds