Home
last modified time | relevance | path

Searched refs:X86TargetMachine (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp68 RegisterTargetMachine<X86TargetMachine> X(getTheX86_32Target()); in LLVMInitializeX86Target()
69 RegisterTargetMachine<X86TargetMachine> Y(getTheX86_64Target()); in LLVMInitializeX86Target()
226 X86TargetMachine::X86TargetMachine(const Target &T, const Triple &TT, in X86TargetMachine() function in X86TargetMachine
253 X86TargetMachine::~X86TargetMachine() = default;
256 X86TargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl()
344 bool X86TargetMachine::isNoopAddrSpaceCast(unsigned SrcAS, in isNoopAddrSpaceCast()
357 X86TargetMachine::getTargetTransformInfo(const Function &F) const { in getTargetTransformInfo()
370 X86PassConfig(X86TargetMachine &TM, PassManagerBase &PM) in X86PassConfig()
373 X86TargetMachine &getX86TargetMachine() const { in getX86TargetMachine()
374 return getTM<X86TargetMachine>(); in getX86TargetMachine()
[all …]
H A DX86TargetMachine.h28 class X86TargetMachine final : public LLVMTargetMachine {
35 X86TargetMachine(const Target &T, const Triple &TT, StringRef CPU,
40 ~X86TargetMachine() override;
H A DX86.h26 class X86TargetMachine; variable
30 FunctionPass *createX86ISelDag(X86TargetMachine &TM, CodeGenOptLevel OptLevel);
160 InstructionSelector *createX86InstructionSelector(const X86TargetMachine &TM,
H A DX86IndirectBranchTracking.cpp124 const X86TargetMachine *TM = in runOnMachineFunction()
125 static_cast<const X86TargetMachine *>(&MF.getTarget()); in runOnMachineFunction()
H A DX86CodeGenPassBuilder.cpp49 Error X86TargetMachine::buildCodeGenPipeline( in buildCodeGenPipeline()
H A DX86Subtarget.cpp324 StringRef FS, const X86TargetMachine &TM, in X86Subtarget()
H A DX86Subtarget.h121 const X86TargetMachine &TM, MaybeAlign StackAlignOverride,
H A DX86TargetTransformInfo.h112 explicit X86TTIImpl(const X86TargetMachine *TM, const Function &F) in X86TTIImpl()
H A DX86PartialReduction.cpp508 auto &TM = TPC->getTM<X86TargetMachine>(); in runOnFunction()
H A DX86ISelLowering.h22 class X86TargetMachine; variable
975 explicit X86TargetLowering(const X86TargetMachine &TM,
H A DX86ISelDAGToDAG.cpp176 explicit X86DAGToDAGISel(X86TargetMachine &tm, CodeGenOptLevel OptLevel) in X86DAGToDAGISel()
506 const X86TargetMachine &getTargetMachine() const { in getTargetMachine()
507 return static_cast<const X86TargetMachine &>(TM); in getTargetMachine()
6472 FunctionPass *llvm::createX86ISelDag(X86TargetMachine &TM, in createX86ISelDag()
H A DX86FastISel.cpp132 const X86TargetMachine *getTargetMachine() const { in getTargetMachine()
133 return static_cast<const X86TargetMachine *>(&TM); in getTargetMachine()
H A DX86InstrInfo.cpp10142 const X86TargetMachine *TM = in runOnMachineFunction()
10143 static_cast<const X86TargetMachine *>(&MF.getTarget()); in runOnMachineFunction()
H A DX86ISelLowering.cpp86 X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM, in X86TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.h22 class X86TargetMachine; variable
31 X86LegalizerInfo(const X86Subtarget &STI, const X86TargetMachine &TM);
H A DX86InstructionSelector.cpp63 X86InstructionSelector(const X86TargetMachine &TM, const X86Subtarget &STI,
136 const X86TargetMachine &TM;
157 X86InstructionSelector::X86InstructionSelector(const X86TargetMachine &TM, in X86InstructionSelector()
1856 llvm::createX86InstructionSelector(const X86TargetMachine &TM, in createX86InstructionSelector()
H A DX86LegalizerInfo.cpp28 const X86TargetMachine &TM) in X86LegalizerInfo()
/freebsd/lib/clang/libllvm/
H A DMakefile1669 SRCS_MIN+= Target/X86/X86TargetMachine.cpp