/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZSubtarget.cpp | 100 GO, TLInfo.getTargetMachine()); in isAddressedViaADA() 125 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(GV); in isPC32DBLSymbol()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYSubtarget.cpp | 97 auto FloatABI = getTargetLowering()->getTargetMachine().Options.FloatABIType; in useHardFloatABI()
|
H A D | CSKYISelLowering.cpp | 652 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-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetTransformInfo.cpp | 117 const TargetMachine &TM = getTLI()->getTargetMachine(); in getUnrollingPreferences()
|
H A D | WebAssemblyISelLowering.cpp | 1054 const TargetMachine &TM = getTargetMachine(); in LowerCall() 1703 getTargetMachine().shouldAssumeDSOLocal(GV))) { in LowerGlobalTLSAddress() 1749 if (getTargetMachine().shouldAssumeDSOLocal(GV)) { in LowerGlobalAddress()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.cpp | 250 CodeModel::Medium == getTargetMachine().getCodeModel();
|
H A D | PPCSubtarget.h | 156 const PPCTargetMachine &getTargetMachine() const { return TM; } 155 const PPCTargetMachine &getTargetMachine() const { return TM; } getTargetMachine() function
|
H A D | PPCTargetTransformInfo.cpp | 344 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable() 955 const PPCTargetMachine &TM = ST->getTargetMachine(); in getTgtMemIntrinsic()
|
H A D | PPCISelLowering.cpp | 3252 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 LowerGlobalAddress() 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 isBLACompatibleAddress() 5109 !callsShareTOCBase(CallerFunc, CalleeGV, getTargetMachine())) in EmitTailCallStoreFPAndRetAddr() 5140 if (!getTargetMachine() [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 596 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 D | SIMachineFunctionInfo.cpp | 35 return static_cast<const GCNTargetMachine &>(TLI->getTargetMachine()); in getTM()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelect.cpp | 329 TLI.getTargetMachine().getTarget().getBackendName()); in runOnMachineFunction()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 285 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1133 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-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.h | 284 switch (TLInfo.getTargetMachine().getCodeModel()) { in getMinimumJumpTableEntries()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 443 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/GISel/ |
H A D | M68kCallLowering.cpp | 211 unsigned Opc = TLI.getTargetMachine().isPositionIndependent() ? M68k::CALLq in lowerCall()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 289 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 306 return getTLI()->getTargetMachine().isNoopAddrSpaceCast(FromAS, ToAS); 310 return getTLI()->getTargetMachine().getAssumedAddrSpace(V); 314 return getTLI()->getTargetMachine().Options.ThreadModel == in isSingleThreaded() 320 return getTLI()->getTargetMachine().getPredicatedAddrSpace(V); 516 const TargetMachine &TM = getTLI()->getTargetMachine(); in shouldBuildRelLookupTables()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 369 return getTargetMachine().isPositionIndependent();
|
H A D | MipsISelLowering.cpp | 2106 getTargetMachine().getObjFileLowering()); in lowerGlobalAddress() 2108 if (GO && TLOF->IsGlobalInSmallSection(GO, getTargetMachine())) in lowerGlobalAddress() 2171 TLSModel::Model model = getTargetMachine().getTLSModel(GV); in lowerGlobalTLSAddress() 2260 getTargetMachine().getObjFileLowering()); in lowerVASTART() 2263 getTargetMachine())) in lowerVASTART()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 193 /// getTargetMachine - Return a reference to the TargetMachine, casted 195 const M68kTargetMachine &getTargetMachine() { 197 const M68kTargetMachine &getTargetMachine() { getTargetMachine() function in __anond8c464fb0211::M68kDAGToDAGISel
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLoweringCall.cpp | 421 getTargetMachine().getCodeModel() == CodeModel::Large && in getJumpTableEncoding() 491 getTargetMachine().getCodeModel() == CodeModel::Large)) in getPICJumpTableRelocBaseExpr() 527 return (getTargetMachine().getCodeModel() == CodeModel::Kernel) ? 256 : 257; in getAddressSpace()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1931 if (getTargetMachine().getTargetTriple().isOSOpenBSD()) { in getDefaultSafeStackPointerLocation() 1992 return getTargetMachine().isPositionIndependent(); in isLegalAddressingMode()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 79 const TargetMachine &TM = ST.getTargetLowering()->getTargetMachine(); in AArch64LegalizerInfo() 1468 auto &TM = ST->getTargetLowering()->getTargetMachine(); in legalizeIntrinsic()
|