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

  /external/llvm/lib/Target/PTX/
PTXFPRoundingModePass.cpp 40 PTXTargetMachine& TargetMachine;
46 TargetMachine(TM) {
84 const PTXSubtarget& ST = TargetMachine.getSubtarget<PTXSubtarget>();
  /external/llvm/lib/Target/
TargetMachine.cpp 1 //===-- TargetMachine.cpp - General Target Information ---------------------==//
17 #include "llvm/Target/TargetMachine.h"
189 // TargetMachine Class
192 TargetMachine::TargetMachine(const Target &T,
208 TargetMachine::~TargetMachine() {
215 Reloc::Model TargetMachine::getRelocationModel() const {
223 CodeModel::Model TargetMachine::getCodeModel() const {
229 bool TargetMachine::getAsmVerbosityDefault()
    [all...]
  /external/llvm/include/llvm/Target/
TargetMachine.h 1 //===-- llvm/Target/TargetMachine.h - Target Information --------*- C++ -*-===//
10 // This file defines the TargetMachine and LLVMTargetMachine classes.
68 /// TargetMachine - Primary interface to the complete machine description for
72 class TargetMachine {
73 TargetMachine(const TargetMachine &); // DO NOT IMPLEMENT
74 void operator=(const TargetMachine &); // DO NOT IMPLEMENT
76 TargetMachine(const Target &T, StringRef TargetTriple,
87 /// feature strings the TargetMachine instance is created with.
107 virtual ~TargetMachine();
    [all...]

Completed in 113 milliseconds