Searched refs:X86TargetMachine (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.cpp | 65 RegisterTargetMachine<X86TargetMachine> X(getTheX86_32Target()); in LLVMInitializeX86Target() 66 RegisterTargetMachine<X86TargetMachine> Y(getTheX86_64Target()); in LLVMInitializeX86Target() 208 X86TargetMachine::X86TargetMachine(const Target &T, const Triple &TT, in X86TargetMachine() function in X86TargetMachine 242 X86TargetMachine::~X86TargetMachine() = default; 245 X86TargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() 334 X86TargetMachine::getTargetTransformInfo(const Function &F) { in getTargetTransformInfo() 347 X86PassConfig(X86TargetMachine &TM, PassManagerBase &PM) in X86PassConfig() 350 X86TargetMachine &getX86TargetMachine() const { in getX86TargetMachine() 351 return getTM<X86TargetMachine>(); in getX86TargetMachine() 395 TargetPassConfig *X86TargetMachine::createPassConfig(PassManagerBase &PM) { in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | X86LegalizerInfo.h | 23 class X86TargetMachine; variable 31 const X86TargetMachine &TM; 34 X86LegalizerInfo(const X86Subtarget &STI, const X86TargetMachine &TM);
|
| H A D | X86TargetMachine.h | 31 class X86TargetMachine final : public LLVMTargetMachine { 36 X86TargetMachine(const Target &T, const Triple &TT, StringRef CPU, 40 ~X86TargetMachine() override;
|
| H A D | X86.h | 29 class X86TargetMachine; variable 33 FunctionPass *createX86ISelDag(X86TargetMachine &TM, 132 InstructionSelector *createX86InstructionSelector(const X86TargetMachine &TM,
|
| H A D | X86SelectionDAGInfo.h | 23 class X86TargetMachine; variable
|
| H A D | X86TargetTransformInfo.h | 40 explicit X86TTIImpl(const X86TargetMachine *TM, const Function &F) in X86TTIImpl()
|
| H A D | X86Subtarget.cpp | 315 const X86TargetMachine &TM, in X86Subtarget()
|
| H A D | X86Subtarget.h | 473 const X86TargetMachine &TM, unsigned StackAlignOverride,
|
| H A D | X86InstructionSelector.cpp | 61 X86InstructionSelector(const X86TargetMachine &TM, const X86Subtarget &STI, 135 const X86TargetMachine &TM; 156 X86InstructionSelector::X86InstructionSelector(const X86TargetMachine &TM, in X86InstructionSelector() 1810 llvm::createX86InstructionSelector(const X86TargetMachine &TM, in createX86InstructionSelector()
|
| H A D | X86ISelLowering.h | 25 class X86TargetMachine; variable 664 explicit X86TargetLowering(const X86TargetMachine &TM,
|
| H A D | X86LegalizerInfo.cpp | 59 const X86TargetMachine &TM) in X86LegalizerInfo()
|
| H A D | X86ISelDAGToDAG.cpp | 172 explicit X86DAGToDAGISel(X86TargetMachine &tm, CodeGenOpt::Level OptLevel) in X86DAGToDAGISel() 410 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() 411 return static_cast<const X86TargetMachine &>(TM); in getTargetMachine() 4108 FunctionPass *llvm::createX86ISelDag(X86TargetMachine &TM, in createX86ISelDag()
|
| H A D | X86FastISel.cpp | 143 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() 144 return static_cast<const X86TargetMachine *>(&TM); in getTargetMachine()
|
| H A D | X86InstrInfo.cpp | 7410 const X86TargetMachine *TM = in runOnMachineFunction() 7411 static_cast<const X86TargetMachine *>(&MF.getTarget()); in runOnMachineFunction()
|
| H A D | X86ISelLowering.cpp | 99 X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM, in X86TargetLowering()
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 1252 SRCS_MIN+= Target/X86/X86TargetMachine.cpp
|