Searched refs:X86TargetMachine (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.cpp | 29 RegisterTargetMachine<X86TargetMachine> X(TheX86_32Target); in LLVMInitializeX86Target() 30 RegisterTargetMachine<X86TargetMachine> Y(TheX86_64Target); in LLVMInitializeX86Target() 93 X86TargetMachine::X86TargetMachine(const Target &T, StringRef TT, StringRef CPU, in X86TargetMachine() function in X86TargetMachine 115 X86TargetMachine::~X86TargetMachine() {} in ~X86TargetMachine() 118 X86TargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() 164 TargetIRAnalysis X86TargetMachine::getTargetIRAnalysis() { in getTargetIRAnalysis() 178 X86PassConfig(X86TargetMachine *TM, PassManagerBase &PM) in X86PassConfig() 181 X86TargetMachine &getX86TargetMachine() const { in getX86TargetMachine() 182 return getTM<X86TargetMachine>(); in getX86TargetMachine() 194 TargetPassConfig *X86TargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
|
D | X86TargetMachine.h | 25 class X86TargetMachine final : public LLVMTargetMachine { 32 X86TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, 35 ~X86TargetMachine() override;
|
D | X86.h | 24 class X86TargetMachine; variable 29 FunctionPass *createX86ISelDag(X86TargetMachine &TM,
|
D | X86SelectionDAGInfo.h | 22 class X86TargetMachine; variable
|
D | Android.mk | 31 X86TargetMachine.cpp \
|
D | CMakeLists.txt | 30 X86TargetMachine.cpp
|
D | X86TargetTransformInfo.h | 42 explicit X86TTIImpl(const X86TargetMachine *TM, Function &F) in X86TTIImpl()
|
D | X86Subtarget.cpp | 291 const std::string &FS, const X86TargetMachine &TM, in X86Subtarget()
|
D | X86ISelLowering.h | 25 class X86TargetMachine; variable 565 explicit X86TargetLowering(const X86TargetMachine &TM,
|
D | X86Subtarget.h | 261 const std::string &FS, const X86TargetMachine &TM,
|
D | X86ISelDAGToDAG.cpp | 158 explicit X86DAGToDAGISel(X86TargetMachine &tm, CodeGenOpt::Level OptLevel) in X86DAGToDAGISel() 292 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() 293 return static_cast<const X86TargetMachine &>(TM); in getTargetMachine() 2846 FunctionPass *llvm::createX86ISelDag(X86TargetMachine &TM, in createX86ISelDag()
|
D | X86FastISel.cpp | 137 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() 138 return static_cast<const X86TargetMachine *>(&TM); in getTargetMachine()
|
D | X86InstrInfo.cpp | 6228 const X86TargetMachine *TM = in runOnMachineFunction() 6229 static_cast<const X86TargetMachine *>(&MF.getTarget()); in runOnMachineFunction()
|
D | X86ISelLowering.cpp | 80 X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM, in X86TargetLowering()
|
/external/llvm/patches/ |
D | 0004-Add-Android-makefiles-for-LLVM.patch | 2843 + X86TargetMachine.cpp \
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 215 target implementation (e.g., ``X86TargetMachine``) which implements the various
|