Searched refs:getTLI (Results 51 - 75 of 100) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp278 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DMergeICmps.cpp899 const auto &TLI = getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DSeparateConstOffsetFromGEP.cpp1152 auto *TLI = &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DLoopRerollPass.cpp1719 auto *TLI = &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(
H A DDeadStoreElimination.cpp2053 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1107 static_cast<const GCNTargetMachine &>(getTLI()->getTargetMachine());
1164 const TargetMachine &TM = getTLI()->getTargetMachine();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp87 const TargetMachine &TM = getTLI()->getTargetMachine();
829 getTLI()->getTypeLegalizationCost(DL, ValTy->getScalarType());
1122 if (getTLI()->findOptimalMemOpLowering(
H A DARMParallelDSP.cpp265 TLI = &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1810 TLIWP.getTLI(F), ACT.getAssumptionCache(F),
1828 P.getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F),
H A DCFLAndersAliasAnalysis.cpp923 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DLint.cpp753 auto *TLI = &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DGlobalsModRef.cpp1031 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DBranchProbabilityInfo.cpp1325 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DLoopAccessAnalysis.cpp2275 TLI = TLIP ? &TLIP->getTLI(F) : nullptr;
H A DLazyValueInfo.cpp1502 Info.TLI = &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DMemoryDependenceAnalysis.cpp1803 auto &TLI = getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp816 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DSafeStack.cpp892 auto &TLI = getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp538 return getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DPartialInlining.cpp385 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp236 auto &TLI = getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DPGOInstrumentation.cpp1642 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
2006 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
H A DInstrProfiling.cpp160 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp176 MemAlign = Align(getTLI()->getByValTypeAlignment(ElementTy, DL));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4621 const TargetMachine &TM = getTLI()->getTargetMachine();
4643 const TargetMachine &TM = getTLI()->getTargetMachine();
4724 MVT LegalVT = getTLI()->getTypeLegalizationCost(DL, VecTy).second;
4831 MVT LegalVT = getTLI()->getTypeLegalizationCost(DL, VecTy).second;
4877 getTLI()->getTypeLegalizationCost(DL, ResultTy).first *

Completed in 305 milliseconds

1234