Lines Matching defs:TLI
99 /// based on available mappings in the \p TLI.
100 static bool replaceWithCallToVeclib(const TargetLibraryInfo &TLI,
139 TLI.getVectorMappingInfo(ScalarName, EC, /*Masked*/ false);
140 if (!VD && !(VD = TLI.getVectorMappingInfo(ScalarName, EC, /*Masked*/ true)))
143 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Found TLI mapping from: `" << ScalarName
191 static bool runImpl(const TargetLibraryInfo &TLI, Function &F) {
199 if (replaceWithCallToVeclib(TLI, II))
214 const TargetLibraryInfo &TLI = AM.getResult<TargetLibraryAnalysis>(F);
215 auto Changed = runImpl(TLI, F);
238 const TargetLibraryInfo &TLI =
240 return runImpl(TLI, F);