Home
last modified time | relevance | path

Searched refs:getTargetMachine (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp112 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp106 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
H A DWebAssemblyISelLowering.cpp889 const TargetMachine &TM = getTargetMachine(); in LowerCall()
1549 if (getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV)) { in LowerGlobalAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp247 CodeModel::Medium == getTargetMachine().getCodeModel(); in isUsingPCRelativeCalls()
H A DPPCSubtarget.h216 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
H A DPPCTargetTransformInfo.cpp364 const PPCTargetMachine &TM = ST->getTargetMachine(); in mightUseCTR()
718 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable()
1289 const PPCTargetMachine &TM = ST->getTargetMachine(); in shouldBuildRelLookupTables()
H A DPPCISelLowering.cpp3134 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBase()
3151 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBaseExpr()
3287 const TargetMachine &TM = getTargetMachine(); in LowerGlobalTLSAddressLinux()
4874 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5243 const TargetMachine &TM = Subtarget.getTargetMachine(); in transformCallee()
5595 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5672 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
6861 if (getTargetMachine().Options.GuaranteedTailCallOpt) in LowerFormalArguments_AIX()
15810 const auto &TM = getTargetMachine(); in getRegForInlineAsmConstraint()
16944 const TargetOptions &Options = getTargetMachine().Options; in combineFMALike()
[all …]
H A DPPCInstrInfo.cpp94 Subtarget(STI), RI(STI.getTargetMachine()) {} in PPCInstrInfo()
632 Subtarget.getTargetMachine().getCodeModel() == CodeModel::Medium)) in shouldReduceRegisterPressure()
692 Subtarget.getTargetMachine().getCodeModel() == CodeModel::Medium) && in generateLoadForNewConst()
764 if (Subtarget.getTargetMachine().getOptLevel() != CodeGenOpt::Aggressive) in getMachineCombinerPatterns()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp302 TLI.getTargetMachine().getTarget().getBackendName()); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h292 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1132 getTargetMachine().getObjFileLowering()); in LowerConstantPool()
1136 if (getTargetMachine().getCodeModel() == CodeModel::Small || in LowerConstantPool()
1166 getTargetMachine().getObjFileLowering()); in LowerGlobalAddress()
1171 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) { in LowerGlobalAddress()
1214 if (getTargetMachine().getCodeModel() == CodeModel::Small) { in LowerJumpTable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h444 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp636 const TargetOptions &Options = TLI->getTargetMachine().Options; in getArithmeticInstrCost()
1102 static_cast<const GCNTargetMachine &>(getTLI()->getTargetMachine()); in rewriteIntrinsicWithAddressSpace()
1159 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
H A DSIISelLowering.cpp1599 static_cast<const GCNTargetMachine &>(getTargetMachine()); in isFreeAddrSpaceCast()
2424 static_cast<const GCNTargetMachine &>(getTargetMachine()); in LowerFormalArguments()
4138 getTargetMachine().getTargetTriple().getOS() == Triple::AMDPAL); in EmitInstrWithCustomInserter()
5008 const Triple &TT = getTargetMachine().getTargetTriple(); in shouldEmitFixup()
5020 !getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in shouldEmitGOTReloc()
5031 const auto OS = getTargetMachine().getTargetTriple().getOS(); in shouldUseLDSConstAddress()
5379 static_cast<const AMDGPUTargetMachine &>(getTargetMachine()); in lowerADDRSPACECAST()
6734 Triple::OSType OS = getTargetMachine().getTargetTriple().getOS(); in LowerINTRINSIC_WO_CHAIN()
7617 if (getTargetMachine().getOptLevel() > CodeGenOpt::None) { in LowerINTRINSIC_VOID()
10808 if (getTargetMachine().getOptLevel() == CodeGenOpt::None) in PerformDAGCombine()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h556 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
H A DAArch64ISelLowering.cpp5608 const Triple &TT = getTargetMachine().getTargetTriple(); in isEligibleForTailCallOptimization()
6132 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerCall()
6459 if (getTargetMachine().getCodeModel() == CodeModel::Large) { in LowerGlobalAddress()
6690 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerELFGlobalTLSAddress()
7569 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerJumpTable()
7601 if (getTargetMachine().getCodeModel() == CodeModel::Large) { in LowerConstantPool()
7617 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerBlockAddress()
10914 bool NoNaNs = getTargetMachine().Options.NoNaNsFPMath; in LowerVSETCC()
11364 const TargetOptions &Options = getTargetMachine().Options; in isProfitableToHoist()
17441 if (getTargetMachine().getOptLevel() == CodeGenOpt::None) in shouldExpandAtomicRMWInIR()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp289 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp67 const TargetMachine &TM = ST.getTargetLowering()->getTargetMachine(); in AArch64LegalizerInfo()
903 auto &TM = ST->getTargetLowering()->getTargetMachine(); in legalizeSmallCMGlobalValue()
H A DAArch64PostLegalizerLowering.cpp934 bool NoNans = ST.getTargetLowering()->getTargetMachine().Options.NoNaNsFPMath; in lowerVectorFCMP()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h278 return getTLI()->getTargetMachine().isNoopAddrSpaceCast(FromAS, ToAS); in isNoopAddrSpaceCast()
282 return getTLI()->getTargetMachine().getAssumedAddrSpace(V); in getAssumedAddrSpace()
436 const TargetMachine &TM = getTLI()->getTargetMachine(); in shouldBuildRelLookupTables()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp195 const M68kTargetMachine &getTargetMachine() { in getTargetMachine() function in __anon4058cfdd0211::M68kDAGToDAGISel
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h363 return getTargetMachine().isPositionIndependent(); in isJumpTableRelative()
H A DMipsISelLowering.cpp2075 getTargetMachine().getObjFileLowering()); in lowerGlobalAddress()
2077 if (GO && TLOF->IsGlobalInSmallSection(GO, getTargetMachine())) in lowerGlobalAddress()
2140 TLSModel::Model model = getTargetMachine().getTLSModel(GV); in lowerGlobalTLSAddress()
2229 getTargetMachine().getObjFileLowering()); in lowerConstantPool()
2232 getTargetMachine())) in lowerConstantPool()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1965 if (getTargetMachine().getTargetTriple().isOSOpenBSD()) { in getIRStackGuard()
2021 return getTargetMachine().isPositionIndependent(); in isJumpTableRelative()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp97 const auto &TM = getTargetMachine(); in initSPUActions()
986 switch (getTargetMachine().getCodeModel()) { in makeAddress()

12