Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp100 GO, TLInfo.getTargetMachine()); in isAddressedViaADA()
125 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.cpp97 auto FloatABI = getTargetLowering()->getTargetMachine().Options.FloatABIType; in useHardFloatABI()
H A DCSKYISelLowering.cpp653 getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in LowerCall()
665 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal( in LowerCall()
1156 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in LowerGlobalAddress()
1275 TLSModel::Model Model = getTargetMachine().getTLSModel(N->getGlobal()); in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp105 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
H A DWebAssemblyISelLowering.cpp1040 const TargetMachine &TM = getTargetMachine(); in LowerCall()
1686 getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV))) { in LowerGlobalTLSAddress()
1732 if (getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV)) { in LowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp189 CodeModel::Medium == getTargetMachine().getCodeModel(); in isUsingPCRelativeCalls()
H A DPPCSubtarget.h155 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
H A DPPCTargetTransformInfo.cpp344 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable()
944 const PPCTargetMachine &TM = ST->getTargetMachine(); in shouldBuildRelLookupTables()
H A DPPCISelLowering.cpp3247 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBase()
3264 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBaseExpr()
3368 TLSModel::Model Model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddressAIX()
3452 const TargetMachine &TM = getTargetMachine(); in LowerGlobalTLSAddressLinux()
5026 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5413 const TargetMachine &TM = Subtarget.getTargetMachine(); in transformCallee()
5807 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5884 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
7068 if (getTargetMachine().Options.GuaranteedTailCallOpt) in LowerFormalArguments_AIX()
16707 const auto &TM = getTargetMachine(); in getRegForInlineAsmConstraint()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp599 const TargetOptions &Options = TLI->getTargetMachine().Options; in getArithmeticInstrCost()
655 TLI->getTargetMachine().Options.UnsafeFPMath)) { in getArithmeticInstrCost()
1078 static_cast<const GCNTargetMachine &>(getTLI()->getTargetMachine()); in rewriteIntrinsicWithAddressSpace()
1155 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
H A DSIMachineFunctionInfo.cpp35 return static_cast<const GCNTargetMachine &>(TLI->getTargetMachine()); in getTM()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h285 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp334 TLI.getTargetMachine().getTarget().getBackendName()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1134 getTargetMachine().getObjFileLowering()); in LowerConstantPool()
1138 if (getTargetMachine().getCodeModel() == CodeModel::Small || in LowerConstantPool()
1168 getTargetMachine().getObjFileLowering()); in LowerGlobalAddress()
1173 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) { in LowerGlobalAddress()
1216 if (getTargetMachine().getCodeModel() == CodeModel::Small) { in LowerJumpTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h320 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h443 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp211 unsigned Opc = TLI.getTargetMachine().isPositionIndependent() ? M68k::CALLq in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp289 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h304 return getTLI()->getTargetMachine().isNoopAddrSpaceCast(FromAS, ToAS); in isNoopAddrSpaceCast()
308 return getTLI()->getTargetMachine().getAssumedAddrSpace(V); in getAssumedAddrSpace()
312 return getTLI()->getTargetMachine().Options.ThreadModel == in isSingleThreaded()
318 return getTLI()->getTargetMachine().getPredicatedAddrSpace(V); in getPredicatedAddrSpace()
503 const TargetMachine &TM = getTLI()->getTargetMachine(); in shouldBuildRelLookupTables()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h365 return getTargetMachine().isPositionIndependent(); in isJumpTableRelative()
H A DMipsISelLowering.cpp2090 getTargetMachine().getObjFileLowering()); in lowerGlobalAddress()
2092 if (GO && TLOF->IsGlobalInSmallSection(GO, getTargetMachine())) in lowerGlobalAddress()
2155 TLSModel::Model model = getTargetMachine().getTLSModel(GV); in lowerGlobalTLSAddress()
2244 getTargetMachine().getObjFileLowering()); in lowerConstantPool()
2247 getTargetMachine())) in lowerConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp197 const M68kTargetMachine &getTargetMachine() { in getTargetMachine() function in __anon52c348f10211::M68kDAGToDAGISel
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp420 getTargetMachine().getCodeModel() == CodeModel::Large) in getJumpTableEncoding()
489 getTargetMachine().getCodeModel() == CodeModel::Large)) in getPICJumpTableRelocBaseExpr()
525 return (getTargetMachine().getCodeModel() == CodeModel::Kernel) ? 256 : 257; in getAddressSpace()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2006 if (getTargetMachine().getTargetTriple().isOSOpenBSD()) { in getIRStackGuard()
2066 return getTargetMachine().isPositionIndependent(); in isJumpTableRelative()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp73 const TargetMachine &TM = ST.getTargetLowering()->getTargetMachine(); in AArch64LegalizerInfo()
1323 auto &TM = ST->getTargetLowering()->getTargetMachine(); in legalizeSmallCMGlobalValue()

123