Searched defs:TargetMachine (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/
H A DTargetMachine.cpp1 //===-- TargetMachine.cpp - General Target Information ---------------------==//
14 #include "llvm/Target/TargetMachine.h"
44 // TargetMachine Class
47 TargetMachine::TargetMachine(const Target &T, function in class:TargetMachine
61 TargetMachine::~TargetMachine() {
67 void TargetMachine::resetTargetOptions(const MachineFunction *MF) const {
91 Reloc::Model TargetMachine::getRelocationModel() const {
99 CodeModel::Model TargetMachine
[all...]
/external/llvm/include/llvm/Target/
H A DTargetMachine.h1 //===-- llvm/Target/TargetMachine.h - Target Information --------*- C++ -*-===//
10 // This file defines the TargetMachine and LLVMTargetMachine classes.
52 /// TargetMachine - Primary interface to the complete machine description for
56 class TargetMachine { class in namespace:llvm
57 TargetMachine(const TargetMachine &) LLVM_DELETED_FUNCTION;
58 void operator=(const TargetMachine &) LLVM_DELETED_FUNCTION;
60 TargetMachine(const Target &T, StringRef TargetTriple,
67 /// feature strings the TargetMachine instance is created with.
87 virtual ~TargetMachine();
[all...]
H A DTargetInstrInfo.h712 CreateTargetHazardRecognizer(const TargetMachine *TM,
964 CreateTargetScheduleState(const TargetMachine*, const ScheduleDAG*) const { argument

Completed in 111 milliseconds