| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSubtarget.cpp | 112 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.cpp | 106 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
|
| H A D | WebAssemblyISelLowering.cpp | 889 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 D | PPCSubtarget.cpp | 247 CodeModel::Medium == getTargetMachine().getCodeModel(); in isUsingPCRelativeCalls()
|
| H A D | PPCSubtarget.h | 216 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
|
| H A D | PPCTargetTransformInfo.cpp | 364 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 D | PPCISelLowering.cpp | 3134 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 D | PPCInstrInfo.cpp | 94 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 D | InstructionSelect.cpp | 302 TLI.getTargetMachine().getTarget().getBackendName()); in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 292 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 1132 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 D | ExecutionEngine.h | 444 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 636 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 D | SIISelLowering.cpp | 1599 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 D | AArch64Subtarget.h | 556 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
|
| H A D | AArch64ISelLowering.cpp | 5608 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 D | ExecutionEngineBindings.cpp | 289 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64LegalizerInfo.cpp | 67 const TargetMachine &TM = ST.getTargetLowering()->getTargetMachine(); in AArch64LegalizerInfo() 903 auto &TM = ST->getTargetLowering()->getTargetMachine(); in legalizeSmallCMGlobalValue()
|
| H A D | AArch64PostLegalizerLowering.cpp | 934 bool NoNans = ST.getTargetLowering()->getTargetMachine().Options.NoNaNsFPMath; in lowerVectorFCMP()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 278 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 D | M68kISelDAGToDAG.cpp | 195 const M68kTargetMachine &getTargetMachine() { in getTargetMachine() function in __anon4058cfdd0211::M68kDAGToDAGISel
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 363 return getTargetMachine().isPositionIndependent(); in isJumpTableRelative()
|
| H A D | MipsISelLowering.cpp | 2075 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 D | TargetLoweringBase.cpp | 1965 if (getTargetMachine().getTargetTriple().isOSOpenBSD()) { in getIRStackGuard() 2021 return getTargetMachine().isPositionIndependent(); in isJumpTableRelative()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 97 const auto &TM = getTargetMachine(); in initSPUActions() 986 switch (getTargetMachine().getCodeModel()) { in makeAddress()
|