Searched refs:getTargetMachine (Results 1 - 22 of 22) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp173 const TargetMachine &TM = getTLI()->getTargetMachine();
H A DSIISelLowering.cpp2115 getTargetMachine().getOptLevel() > CodeGenOpt::None)
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h176 const PPCTargetMachine &getTargetMachine() const { return TM; } function in class:llvm::PPCSubtarget
H A DPPCISelLowering.cpp2124 TLSModel::Model Model = getTargetMachine().getTLSModel(GV);
2830 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
3057 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
3475 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
3850 if (!getTargetMachine().Options.GuaranteedTailCallOpt)
3867 if (getTargetMachine().getRelocationModel() != Reloc::PIC_)
4385 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0;
4527 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
4770 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
4880 if (getTargetMachine()
[all...]
H A DPPCInstrInfo.cpp69 Subtarget(STI), RI(STI.getTargetMachine()) {}
236 if (Subtarget.getTargetMachine().getOptLevel() != CodeGenOpt::Aggressive)
H A DPPCFrameLowering.cpp79 : (STI.getTargetMachine().getRelocationModel() == Reloc::PIC_)
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h295 TargetMachine *getTargetMachine() override { return TM.get(); }
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h423 virtual TargetMachine *getTargetMachine() { return nullptr; } function in class:llvm::ExecutionEngine
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp284 return wrap(unwrap(EE)->getTargetMachine());
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1601 if ((getTargetMachine().getRelocationModel() == Reloc::PIC_) || ABI.IsN64()) {
1670 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64()) {
1673 getTargetMachine().getObjFileLowering());
1674 if (TLOF->IsGlobalInSmallSection(GV, getTargetMachine()))
1702 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64())
1723 TLSModel::Model model = getTargetMachine().getTLSModel(GV);
1796 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64())
1808 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64()) {
1811 getTargetMachine().getObjFileLowering());
1814 getTargetMachine()))
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1382 getTargetMachine().Options.FloatABIType == FloatABI::Hard &&
1790 getTargetMachine().getRelocationModel() == Reloc::Static) &&
1830 getTargetMachine().getRelocationModel() != Reloc::Static;
1861 getTargetMachine().getRelocationModel() == Reloc::PIC_)
1868 getTargetMachine().getRelocationModel() != Reloc::Static;
1889 getTargetMachine().getRelocationModel() == Reloc::PIC_)
2119 const Triple &TT = getTargetMachine().getTargetTriple();
2524 Reloc::Model RelocM = getTargetMachine().getRelocationModel();
2598 getTargetMachine().getSubtargetImpl(*F.getFunction())->getRegisterInfo();
2723 TLSModel::Model model = getTargetMachine()
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp238 if (getTargetMachine().getRelocationModel() != Reloc::PIC_)
242 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != nullptr)
273 if (getTargetMachine().getRelocationModel() == Reloc::Static)
277 if (getTargetMachine().getRelocationModel() == Reloc::DynamicNoPIC &&
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp956 unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_)
1270 unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_)
1906 if (getTargetMachine().getRelocationModel() == Reloc::PIC_) {
1922 switch(getTargetMachine().getCodeModel()) {
1976 TLSModel::Model model = getTargetMachine().getTLSModel(GV);
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2715 if (getTargetMachine().Options.GuaranteedTailCallOpt) {
2730 const Triple &TT = getTargetMachine().getTargetTriple();
3117 if (getTargetMachine().getCodeModel() == CodeModel::Large &&
3308 Subtarget->ClassifyGlobalReference(GV, getTargetMachine());
3322 assert(getTargetMachine().getCodeModel() == CodeModel::Small &&
3341 if (getTargetMachine().getCodeModel() == CodeModel::Large) {
3471 assert(getTargetMachine().getCodeModel() == CodeModel::Small &&
3480 TLSModel::Model Model = getTargetMachine().getTLSModel(GA->getGlobal());
4090 if (getTargetMachine().getCodeModel() == CodeModel::Large &&
4116 if (getTargetMachine()
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp140 const SystemZTargetMachine &getTargetMachine() const { function in class:__anon3014::SystemZDAGToDAGISel
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h166 const TargetMachine &getTargetMachine() const { return TM; } function in class:llvm::TargetLoweringBase
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp376 const X86TargetMachine &getTargetMachine() const { function in class:__anon3082::final
548 getTargetMachine().getRelocationModel() != Reloc::PIC_)))) {
H A DX86TargetTransformInfo.cpp1475 const TargetMachine &TM = getTLI()->getTargetMachine();
H A DX86FastISel.cpp138 const X86TargetMachine *getTargetMachine() const { function in class:__anon3075::final
H A DX86ISelLowering.cpp2051 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
2132 if (getTargetMachine().getCodeModel() == CodeModel::Kernel)
2155 if (getTargetMachine().getCodeModel() == CodeModel::Kernel)
20921 CodeModel::Model M = getTargetMachine().getCodeModel();
20922 Reloc::Model R = getTargetMachine().getRelocationModel();
20930 Subtarget->ClassifyGlobalReference(AM.BaseGV, getTargetMachine());
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp272 if (XTL.getTargetMachine().getCodeModel() == CodeModel::Small)
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4257 CodeGenOpt::Level OptLevel = getTargetMachine().getOptLevel();

Completed in 305 milliseconds