Searched defs:LLVMTargetMachine (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp1 //===-- LLVMTargetMachine.cpp - Implement the LLVMTargetMachine class -----===//
10 // This file implements the LLVMTargetMachine class.
50 void LLVMTargetMachine::initAsmInfo() {
86 LLVMTargetMachine::LLVMTargetMachine(const Target &T, function in class:LLVMTargetMachine
99 TargetIRAnalysis LLVMTargetMachine::getTargetIRAnalysis() {
106 LLVMTargetMachine::addMachineModuleInfo(PassManagerBase &PM) const {
114 void LLVMTargetMachine::addMachineFunctionAnalysis(PassManagerBase &PM,
121 addPassesToGenerateCode(LLVMTargetMachine *T
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLLVMTargetMachine.cpp1 //===-- LLVMTargetMachine.cpp - Implement the LLVMTargetMachine class -----===//
10 // This file implements the LLVMTargetMachine class.
111 LLVMTargetMachine::LLVMTargetMachine(const Target &T, StringRef Triple, function in class:LLVMTargetMachine
126 bool LLVMTargetMachine::addPassesToEmitFile(PassManagerBase &PM,
215 bool LLVMTargetMachine::addPassesToEmitMachineCode(PassManagerBase &PM,
235 bool LLVMTargetMachine::addPassesToEmitMC(PassManagerBase &PM,
292 bool LLVMTargetMachine::addCommonCodeGenPasses(PassManagerBase &PM,
/external/llvm/include/llvm/Target/
H A DTargetMachine.h10 // This file defines the TargetMachine and LLVMTargetMachine classes.
281 class LLVMTargetMachine : public TargetMachine { class in namespace:llvm
283 LLVMTargetMachine(const Target &T, StringRef DataLayoutString,
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetMachine.h10 // This file defines the TargetMachine and LLVMTargetMachine classes.
282 /// LLVMTargetMachine - This class describes a target machine that is
285 class LLVMTargetMachine : public TargetMachine { class in namespace:llvm
287 LLVMTargetMachine(const Target &T, StringRef TargetTriple,

Completed in 125 milliseconds