Home
last modified time | relevance | path

Searched refs:getTargetMachine (Results 1 – 25 of 60) 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); 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.cpp652 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(GV); in LowerCall()
664 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(nullptr); in LowerCall()
1154 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(GV); in LowerGlobalAddress()
1273 TLSModel::Model Model = getTargetMachine().getTLSModel(N->getGlobal()); in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp117 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
H A DWebAssemblyUtilities.cpp189 Subtarget->getTargetLowering()->getTargetMachine()); in canLowerMultivalueReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp110 *static_cast<const RISCVTargetMachine *>(&TLInfo.getTargetMachine()), in getInstructionSelector()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp250 CodeModel::Medium == getTargetMachine().getCodeModel(); in isUsingPCRelativeCalls()
H A DPPCSubtarget.h156 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
H A DPPCTLSDynamicCall.cpp57 Subtarget.getTargetMachine().getCodeModel() == CodeModel::Large; in processBlock()
H A DPPCTargetTransformInfo.cpp344 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable()
955 const PPCTargetMachine &TM = ST->getTargetMachine(); in shouldBuildRelLookupTables()
H A DPPCISelLowering.cpp3252 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBase()
3269 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBaseExpr()
3420 TLSModel::Model Model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddressAIX()
3424 updateForAIXShLibTLSModelOpt(Model, DAG, getTargetMachine()); in LowerGlobalTLSAddressAIX()
3566 const TargetMachine &TM = getTargetMachine(); in LowerGlobalTLSAddressLinux()
4268 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4510 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
5055 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
5109 !callsShareTOCBase(CallerFunc, CalleeGV, getTargetMachine())) in IsEligibleForTailCallOptimization_64SVR4()
5140 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
[all …]
H A DPPCInstrInfo.cpp96 Subtarget(STI), RI(STI.getTargetMachine()) {} in PPCInstrInfo()
615 Subtarget.getTargetMachine().getCodeModel() == CodeModel::Medium)) in shouldReduceRegisterPressure()
673 Subtarget.getTargetMachine().getCodeModel() == CodeModel::Medium) && in generateLoadForNewConst()
758 if (Subtarget.getTargetMachine().getOptLevel() != CodeGenOptLevel::Aggressive) in getMachineCombinerPatterns()
3150 Subtarget.getTargetMachine().setGlibcHWCAPAccess(); in expandPostRAPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp596 const TargetOptions &Options = TLI->getTargetMachine().Options; in getArithmeticInstrCost()
652 TLI->getTargetMachine().Options.UnsafeFPMath)) { in getArithmeticInstrCost()
1057 static_cast<const GCNTargetMachine &>(getTLI()->getTargetMachine()); in rewriteIntrinsicWithAddressSpace()
1167 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/Target/Lanai/
H A DLanaiISelLowering.cpp1133 getTargetMachine().getObjFileLowering()); in LowerConstantPool()
1137 if (getTargetMachine().getCodeModel() == CodeModel::Small || in LowerConstantPool()
1167 getTargetMachine().getObjFileLowering()); in LowerGlobalAddress()
1172 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) { in LowerGlobalAddress()
1215 if (getTargetMachine().getCodeModel() == CodeModel::Small) { in LowerJumpTable()
/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.cpp329 TLI.getTargetMachine().getTarget().getBackendName()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h284 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.h306 return getTLI()->getTargetMachine().isNoopAddrSpaceCast(FromAS, ToAS); in isNoopAddrSpaceCast()
310 return getTLI()->getTargetMachine().getAssumedAddrSpace(V); in getAssumedAddrSpace()
314 return getTLI()->getTargetMachine().Options.ThreadModel == in isSingleThreaded()
320 return getTLI()->getTargetMachine().getPredicatedAddrSpace(V); in getPredicatedAddrSpace()
516 const TargetMachine &TM = getTLI()->getTargetMachine(); in shouldBuildRelLookupTables()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h369 return getTargetMachine().isPositionIndependent(); in isJumpTableRelative()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp195 const M68kTargetMachine &getTargetMachine() { in getTargetMachine() function in __anon65c018290211::M68kDAGToDAGISel
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp421 getTargetMachine().getCodeModel() == CodeModel::Large && in getJumpTableEncoding()
491 getTargetMachine().getCodeModel() == CodeModel::Large)) in getPICJumpTableRelocBaseExpr()
527 return (getTargetMachine().getCodeModel() == CodeModel::Kernel) ? 256 : 257; in getAddressSpace()

123