/external/llvm/include/llvm/ExecutionEngine/Orc/ |
CompileUtils.h | 21 #include "llvm/Target/TargetMachine.h" 31 SimpleCompiler(TargetMachine &TM) : TM(TM) {} 56 TargetMachine &TM;
|
/external/llvm/include/llvm/Target/ |
TargetMachine.h | 1 //===-- llvm/Target/TargetMachine.h - Target Information --------*- C++ -*-===// 10 // This file defines the TargetMachine and LLVMTargetMachine classes. 66 class TargetMachine { 67 TargetMachine(const TargetMachine &) = delete; 68 void operator=(const TargetMachine &) = delete; 70 TargetMachine(const Target &T, StringRef DataLayoutString, 85 /// Triple string, CPU name, and target feature strings the TargetMachine 108 virtual ~TargetMachine(); 146 /// This is the only time the DataLayout in the TargetMachine is used [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64TargetMachine.h | 1 //==-- AArch64TargetMachine.h - Define TargetMachine for AArch64 -*- C++ -*-==// 10 // This file declares the AArch64 specific subclass of TargetMachine. 20 #include "llvm/Target/TargetMachine.h"
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUCodeGenPrepare.cpp | 35 const TargetMachine *TM; 39 AMDGPUCodeGenPrepare(const TargetMachine *TM = nullptr) : 80 FunctionPass *llvm::createAMDGPUCodeGenPreparePass(const TargetMachine *TM) {
|
/external/llvm/lib/Target/AVR/ |
AVRTargetMachine.h | 1 //===-- AVRTargetMachine.h - Define TargetMachine for AVR -------*- C++ -*-===// 10 // This file declares the AVR specific subclass of TargetMachine. 18 #include "llvm/Target/TargetMachine.h"
|
/external/llvm/lib/Target/Lanai/ |
LanaiTargetMachine.h | 1 //===-- LanaiTargetMachine.h - Define TargetMachine for Lanai --- C++ ---===// 10 // This file declares the Lanai specific subclass of TargetMachine. 23 #include "llvm/Target/TargetMachine.h"
|
/external/llvm/lib/Target/X86/ |
X86TargetMachine.h | 1 //===-- X86TargetMachine.h - Define TargetMachine for the X86 ---*- C++ -*-===// 10 // This file declares the X86 specific subclass of TargetMachine. 19 #include "llvm/Target/TargetMachine.h"
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
AlphaTargetMachine.h | 1 //===-- AlphaTargetMachine.h - Define TargetMachine for Alpha ---*- C++ -*-===// 10 // This file declares the Alpha-specific subclass of TargetMachine. 22 #include "llvm/Target/TargetMachine.h"
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
BlackfinTargetMachine.h | 1 //===-- BlackfinTargetMachine.h - TargetMachine for Blackfin ----*- C++ -*-===// 10 // This file declares the Blackfin specific subclass of TargetMachine. 23 #include "llvm/Target/TargetMachine.h"
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
SPUTargetMachine.h | 1 //===-- SPUTargetMachine.h - Define TargetMachine for Cell SPU ----*- C++ -*-=// 10 // This file declares the CellSPU-specific subclass of TargetMachine. 22 #include "llvm/Target/TargetMachine.h"
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
MBlazeTargetMachine.h | 1 //===-- MBlazeTargetMachine.h - Define TargetMachine for MBlaze --- C++ ---===// 10 // This file declares the MBlaze specific subclass of TargetMachine. 25 #include "llvm/Target/TargetMachine.h"
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
MSP430TargetMachine.h | 1 //==-- MSP430TargetMachine.h - Define TargetMachine for MSP430 ---*- C++ -*-==// 10 // This file declares the MSP430 specific subclass of TargetMachine. 26 #include "llvm/Target/TargetMachine.h"
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
SystemZTargetMachine.h | 1 //==- SystemZTargetMachine.h - Define TargetMachine for SystemZ ---*- C++ -*-=// 10 // This file declares the SystemZ specific subclass of TargetMachine. 26 #include "llvm/Target/TargetMachine.h"
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
XCoreTargetMachine.h | 1 //===-- XCoreTargetMachine.h - Define TargetMachine for XCore ---*- C++ -*-===// 10 // This file declares the XCore specific subclass of TargetMachine. 17 #include "llvm/Target/TargetMachine.h"
|
/external/zlib/src/contrib/vstudio/vc10/ |
minizip.vcxproj | 146 <TargetMachine>MachineX86</TargetMachine>
177 <TargetMachine>MachineX86</TargetMachine>
204 <TargetMachine>MachineX64</TargetMachine>
231 <TargetMachine>MachineIA64</TargetMachine>
262 <TargetMachine>MachineX64</TargetMachine>
[all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
CompileUtils.h | 21 #include "llvm/Target/TargetMachine.h" 31 SimpleCompiler(TargetMachine &TM) : TM(TM) {} 56 TargetMachine &TM;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/ |
TargetMachine.h | 1 //===-- llvm/Target/TargetMachine.h - Target Information --------*- C++ -*-===// 10 // This file defines the TargetMachine and LLVMTargetMachine classes. 57 class TargetMachine { 59 TargetMachine(const Target &T, StringRef DataLayoutString, 74 /// Triple string, CPU name, and target feature strings the TargetMachine 98 TargetMachine(const TargetMachine &) = delete; 99 void operator=(const TargetMachine &) = delete; 100 virtual ~TargetMachine(); 138 /// This is the only time the DataLayout in the TargetMachine is used [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
CompileUtils.h | 21 #include "llvm/Target/TargetMachine.h" 31 SimpleCompiler(TargetMachine &TM) : TM(TM) {} 56 TargetMachine &TM;
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/ |
TargetMachine.h | 1 //===-- llvm/Target/TargetMachine.h - Target Information --------*- C++ -*-===// 10 // This file defines the TargetMachine and LLVMTargetMachine classes. 57 class TargetMachine { 59 TargetMachine(const Target &T, StringRef DataLayoutString, 74 /// Triple string, CPU name, and target feature strings the TargetMachine 98 TargetMachine(const TargetMachine &) = delete; 99 void operator=(const TargetMachine &) = delete; 100 virtual ~TargetMachine(); 138 /// This is the only time the DataLayout in the TargetMachine is used [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
CompileUtils.h | 21 #include "llvm/Target/TargetMachine.h" 31 SimpleCompiler(TargetMachine &TM) : TM(TM) {} 56 TargetMachine &TM;
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/ |
TargetMachine.h | 1 //===-- llvm/Target/TargetMachine.h - Target Information --------*- C++ -*-===// 10 // This file defines the TargetMachine and LLVMTargetMachine classes. 57 class TargetMachine { 59 TargetMachine(const Target &T, StringRef DataLayoutString, 74 /// Triple string, CPU name, and target feature strings the TargetMachine 98 TargetMachine(const TargetMachine &) = delete; 99 void operator=(const TargetMachine &) = delete; 100 virtual ~TargetMachine(); 138 /// This is the only time the DataLayout in the TargetMachine is used [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
CompileUtils.h | 21 #include "llvm/Target/TargetMachine.h" 31 SimpleCompiler(TargetMachine &TM) : TM(TM) {} 56 TargetMachine &TM;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/ |
TargetMachine.h | 1 //===-- llvm/Target/TargetMachine.h - Target Information --------*- C++ -*-===// 10 // This file defines the TargetMachine and LLVMTargetMachine classes. 57 class TargetMachine { 59 TargetMachine(const Target &T, StringRef DataLayoutString, 74 /// Triple string, CPU name, and target feature strings the TargetMachine 98 TargetMachine(const TargetMachine &) = delete; 99 void operator=(const TargetMachine &) = delete; 100 virtual ~TargetMachine(); 138 /// This is the only time the DataLayout in the TargetMachine is used [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
CompileUtils.h | 21 #include "llvm/Target/TargetMachine.h" 31 SimpleCompiler(TargetMachine &TM) : TM(TM) {} 56 TargetMachine &TM;
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/ |
TargetMachine.h | 1 //===-- llvm/Target/TargetMachine.h - Target Information --------*- C++ -*-===// 10 // This file defines the TargetMachine and LLVMTargetMachine classes. 57 class TargetMachine { 59 TargetMachine(const Target &T, StringRef DataLayoutString, 74 /// Triple string, CPU name, and target feature strings the TargetMachine 98 TargetMachine(const TargetMachine &) = delete; 99 void operator=(const TargetMachine &) = delete; 100 virtual ~TargetMachine(); 138 /// This is the only time the DataLayout in the TargetMachine is used [all...] |