| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 111 bool getLibFunc(StringRef funcName, LibFunc &F) const; 118 bool getLibFunc(const Function &FDecl, LibFunc &F) const; 248 if (getLibFunc(AttrStr, LF)) 289 bool getLibFunc(StringRef funcName, LibFunc &F) const { in getLibFunc() function 290 return Impl->getLibFunc(funcName, F); in getLibFunc() 293 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc() function 294 return Impl->getLibFunc(FDecl, F); in getLibFunc() 299 bool getLibFunc(const CallBase &CB, LibFunc &F) const { in getLibFunc() function 301 getLibFunc(*(CB.getCalledFunction()), F); in getLibFunc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 192 if (asMI() == nullptr && TLI.getLibFunc(*asCI(), Func) && in isMemcmp() 200 if (asMI() == nullptr && TLI.getLibFunc(*asCI(), Func) && in isBcmp() 210 if (TLI.getLibFunc(*asCI(), Func)) { in getName() 256 if (TLI.getLibFunc(CI, Func) && in visitCallInst()
|
| H A D | ValueProfilePlugins.inc | 59 if (TLI.getLibFunc(CI, Func) &&
|
| H A D | GCOVProfiling.cpp | 688 if (TLI->getLibFunc(*Callee, LF)) { in AddFlushBeforeForkAndExec()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MemoryOpRemark.cpp | 53 bool KnownLibCall = TLI.getLibFunc(*CF, LF) && TLI.has(LF); in canHandle() 249 bool KnownLibCall = TLI.getLibFunc(*F, LF) && TLI.has(LF); in visitCall()
|
| H A D | MetaRenamer.cpp | 131 GetTLI(F).getLibFunc(F, Tmp)) in MetaRename()
|
| H A D | LibCallsShrinkWrap.cpp | 304 if (!TLI.getLibFunc(*Callee, Func) || !TLI.has(Func)) in checkCandidate() 509 TLI.getLibFunc(*Callee, Func); in perform()
|
| H A D | SimplifyLibCalls.cpp | 1180 if (!TLI->getLibFunc(*InnerCallee, Func) || !TLI->has(Func) || in foldMallocMemset() 1476 TLI->getLibFunc(CalleeFn->getName(), LibFn) && TLI->has(LibFn)) { in replacePowWithExp() 1869 if (TLI->getLibFunc(LogNm, LogLb)) in optimizeLog() 1959 TLI->getLibFunc(*Arg, ArgLb); in optimizeLog() 2091 if (F && TLI->getLibFunc(F->getName(), Func) && TLI->has(Func) && in optimizeTan() 2213 if (!Callee || !TLI->getLibFunc(*Callee, Func) || !TLI->has(Func) || in classifyArgUse() 2837 if (TLI->getLibFunc(FloatFuncName, Func)) in hasFloatVersion() 2847 if (TLI->getLibFunc(*Callee, Func) && TLI->has(Func)) { in optimizeStringMemoryLibCall() 3105 if (TLI->getLibFunc(*Callee, Func) && TLI->has(Func)) { in optimizeCall() 3501 if (!TLI->getLibFunc(*Callee, Func)) in optimizeCall()
|
| H A D | Local.cpp | 2742 if (TLI.getLibFunc(*Call, LF)) { in callsGCLeafFunction() 3236 TLI->getLibFunc(F->getName(), Func) && TLI->hasOptimizedCodeGen(Func) && in maybeMarkSanitizerLibraryCallNoBuiltin()
|
| H A D | BuildLibCalls.cpp | 220 if (!(TLI.getLibFunc(F, TheLibFunc) && TLI.has(TheLibFunc))) in inferLibFuncAttributes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyPeephole.cpp | 163 if (LibInfo.getLibFunc(Name, Func)) { in runOnMachineFunction()
|
| H A D | WebAssemblyMemIntrinsicResults.cpp | 166 if (!LibInfo.getLibFunc(Name, Func)) in optimizeCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | PartiallyInlineLibCalls.cpp | 131 !TLI->getLibFunc(*CalledFunc, LF) || !TLI->has(LF)) in runPartiallyInlineLibCalls()
|
| H A D | DeadStoreElimination.cpp | 191 if (TLI.getLibFunc(*CB, LF) && TLI.has(LF)) { in hasAnalyzableMemoryWrite() 1107 if (TLI.getLibFunc(*CB, LF) && TLI.has(LF)) { in getLocForWriteEx()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryLocation.cpp | 231 if (TLI && TLI->getLibFunc(*Call, F) && TLI->has(F)) { in getForArgument()
|
| H A D | MemoryBuiltins.cpp | 146 if (!TLI || !TLI->getLibFunc(*Callee, TLIFn) || !TLI->has(TLIFn)) in getAllocationDataForFunction() 495 if (!TLI || !TLI->getLibFunc(*Callee, TLIFn) || !TLI->has(TLIFn)) in isFreeCall()
|
| H A D | TargetLibraryInfo.cpp | 702 bool TargetLibraryInfoImpl::getLibFunc(StringRef funcName, LibFunc &F) const { in getLibFunc() function in TargetLibraryInfoImpl 1602 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc() function in TargetLibraryInfoImpl 1611 return getLibFunc(FDecl.getName(), F) && in getLibFunc()
|
| H A D | ConstantFolding.cpp | 2166 TLI->getLibFunc(Name, Func); in ConstantFoldScalarCall1() 2490 TLI->getLibFunc(Name, Func); in ConstantFoldScalarCall2() 3157 if (!TLI->getLibFunc(*F, LibF)) in ConstantFoldCall() 3191 if (!TLI || !TLI->getLibFunc(*F, Func)) in isMathLibCallNoop()
|
| H A D | BranchProbabilityInfo.cpp | 950 TLI->getLibFunc(*CalledFn, Func); in calcZeroHeuristics()
|
| H A D | BasicAliasAnalysis.cpp | 748 TLI.getLibFunc(*Call->getCalledFunction(), F) && in isWriteOnlyParam()
|
| H A D | LazyCallGraph.cpp | 153 return TLI.getLibFunc(F, LF) || in isKnownLibFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandMemCmp.cpp | 863 if (TLI->getLibFunc(*CI, Func) && in runOnBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/opt/ |
| H A D | opt.cpp | 767 if (TLII.getLibFunc(FuncName, F)) in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 723 TLI->getLibFunc(CI->getCalledFunction()->getName(), Func) && in canVectorizeInstrs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 571 LibInfo->getLibFunc(F->getName(), Func) && in mightUseCTR()
|