/external/llvm/lib/Target/X86/ |
X86TargetObjectFile.h | 18 class X86TargetMachine; 37 const X86TargetMachine &TM; 39 X8632_ELFTargetObjectFile(const X86TargetMachine &tm) 48 const X86TargetMachine &TM; 50 X8664_ELFTargetObjectFile(const X86TargetMachine &tm)
|
X86.h | 34 class X86TargetMachine; 41 FunctionPass *createX86ISelDag(X86TargetMachine &TM, 60 FunctionPass *createX86JITCodeEmitterPass(X86TargetMachine &TM,
|
X86JITInfo.h | 22 class X86TargetMachine; 26 X86TargetMachine &TM; 31 explicit X86JITInfo(X86TargetMachine &tm);
|
X86SelectionDAGInfo.h | 22 class X86TargetMachine; 33 explicit X86SelectionDAGInfo(const X86TargetMachine &TM);
|
X86TargetMachine.cpp | 1 //===-- X86TargetMachine.cpp - Define TargetMachine for the X86 -----------===// 14 #include "X86TargetMachine.h" 71 : X86TargetMachine(T, TT, CPU, FS, RM, false), 88 : X86TargetMachine(T, TT, CPU, FS, RM, true), 96 /// X86TargetMachine ctor - Create an X86 target. 98 X86TargetMachine::X86TargetMachine(const Target &T, StringRef TT, 134 bool X86TargetMachine::addInstSelector(PassManagerBase &PM, 146 bool X86TargetMachine::addPreRegAlloc(PassManagerBase &PM, 152 bool X86TargetMachine::addPostRegAlloc(PassManagerBase &PM [all...] |
X86TargetMachine.h | 1 //===-- X86TargetMachine.h - Define TargetMachine for the X86 ---*- C++ -*-===// 34 class X86TargetMachine : public LLVMTargetMachine { 45 X86TargetMachine(const Target &T, StringRef TT, 83 class X86_32TargetMachine : public X86TargetMachine { 109 class X86_64TargetMachine : public X86TargetMachine {
|
X86FrameLowering.h | 23 class X86TargetMachine; 26 const X86TargetMachine &TM; 29 explicit X86FrameLowering(const X86TargetMachine &tm, const X86Subtarget &sti)
|
X86RegisterInfo.h | 25 class X86TargetMachine; 29 X86TargetMachine &TM; 54 X86RegisterInfo(X86TargetMachine &tm, const TargetInstrInfo &tii);
|
Android.mk | 33 X86TargetMachine.cpp \
|
X86InstrInfo.h | 27 class X86TargetMachine; 618 X86TargetMachine &TM; 634 explicit X86InstrInfo(X86TargetMachine &tm); [all...] |
X86CodeEmitter.cpp | 19 #include "X86TargetMachine.h" 47 X86TargetMachine &TM; 55 explicit Emitter(X86TargetMachine &tm, CodeEmitter &mce) 59 Emitter(X86TargetMachine &tm, CodeEmitter &mce, 109 FunctionPass *llvm::createX86JITCodeEmitterPass(X86TargetMachine &TM, [all...] |
X86JITInfo.cpp | 18 #include "X86TargetMachine.h" 437 X86JITInfo::X86JITInfo(X86TargetMachine &tm) : TM(tm) {
|
X86SelectionDAGInfo.cpp | 15 #include "X86TargetMachine.h" 20 X86SelectionDAGInfo::X86SelectionDAGInfo(const X86TargetMachine &TM) :
|
X86RegisterInfo.cpp | 21 #include "X86TargetMachine.h" 53 X86RegisterInfo::X86RegisterInfo(X86TargetMachine &tm, 812 const X86TargetMachine *TM = 813 static_cast<const X86TargetMachine *>(&MF.getTarget());
|
X86ISelDAGToDAG.cpp | 21 #include "X86TargetMachine.h" 159 explicit X86DAGToDAGISel(X86TargetMachine &tm, CodeGenOpt::Level OptLevel) 283 const X86TargetMachine &getTargetMachine() { 284 return static_cast<const X86TargetMachine &>(TM); [all...] |
X86ISelLowering.h | 481 explicit X86TargetLowering(X86TargetMachine &TM); [all...] |
X86FastISel.cpp | 21 #include "X86TargetMachine.h" 120 const X86TargetMachine *getTargetMachine() const { 121 return static_cast<const X86TargetMachine *>(&TM); [all...] |
X86InstrInfo.cpp | 19 #include "X86TargetMachine.h" 56 X86InstrInfo::X86InstrInfo(X86TargetMachine &tm) [all...] |
X86ISelLowering.cpp | 19 #include "X86TargetMachine.h" 190 static TargetLoweringObjectFile *createTLOF(X86TargetMachine &TM) { 210 X86TargetLowering::X86TargetLowering(X86TargetMachine &TM) [all...] |