Home
last modified time | relevance | path

Searched refs:TLIFunc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp51 Function *TLIFunc = M->getFunction(TLIName); in getTLIFunction() local
52 if (!TLIFunc) { in getTLIFunction()
53 TLIFunc = in getTLIFunction()
56 TLIFunc->copyAttributesFrom(ScalarFunc); in getTLIFunction()
59 << TLIName << "` of type `" << *(TLIFunc->getType()) in getTLIFunction()
65 appendToCompilerUsed(*M, {TLIFunc}); in getTLIFunction()
70 return TLIFunc; in getTLIFunction()
181 Function *TLIFunc = in replaceWithCallToVeclib() local
184 replaceWithTLIFunction(II, *OptInfo, TLIFunc); in replaceWithCallToVeclib()
186 << "` with call to `" << TLIFunc->getName() << "`.\n"); in replaceWithCallToVeclib()