/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 114 bool getLibFunc(StringRef funcName, LibFunc &F) const; 123 bool getLibFunc(const Function &FDecl, LibFunc &F) const; 263 if (getLibFunc(AttrStr, LF)) 306 bool getLibFunc(StringRef funcName, LibFunc &F) const { in getLibFunc() function 307 return Impl->getLibFunc(funcName, F); in getLibFunc() 310 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc() function 311 return Impl->getLibFunc(FDecl, F); in getLibFunc() 316 bool getLibFunc(const CallBase &CB, LibFunc &F) const { in getLibFunc() function 318 getLibFunc(*(CB.getCalledFunction()), F); in getLibFunc()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOMemOPSizeOpt.cpp | 146 if (asMI() == nullptr && TLI.getLibFunc(*asCI(), Func) && in isMemcmp() 154 if (asMI() == nullptr && TLI.getLibFunc(*asCI(), Func) && in isBcmp() 164 if (TLI.getLibFunc(*asCI(), Func)) { in getName() 210 if (TLI.getLibFunc(CI, Func) && in visitCallInst()
|
H A D | ValueProfilePlugins.inc | 60 if (TLI.getLibFunc(CI, Func) &&
|
H A D | GCOVProfiling.cpp | 636 if (TLI->getLibFunc(*Callee, LF)) { in AddFlushBeforeForkAndExec()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | MemoryOpRemark.cpp | 54 bool KnownLibCall = TLI.getLibFunc(*CF, LF) && TLI.has(LF); in canHandle() 251 bool KnownLibCall = TLI.getLibFunc(*F, LF) && TLI.has(LF); in visitCall()
|
H A D | LibCallsShrinkWrap.cpp | 305 if (!TLI.getLibFunc(*Callee, Func) || !TLI.has(Func)) in checkCandidate() 510 TLI.getLibFunc(*Callee, Func); in perform()
|
H A D | MetaRenamer.cpp | 189 GetTLI(F).getLibFunc(F, Tmp) || in MetaRename()
|
H A D | SimplifyLibCalls.cpp | 1885 if (CalleeFn && TLI->getLibFunc(CalleeFn->getName(), LibFn) && in replacePowWithExp() 2285 if (TLI->getLibFunc(LogNm, LogLb)) in optimizeLog() 2375 TLI->getLibFunc(*Arg, ArgLb); in optimizeLog() 2510 if (F && TLI->getLibFunc(F->getName(), Func) && in optimizeTan() 2552 TLI->getLibFunc(Name, TheLibFunc); in insertSinCosCall() 2640 if (!Callee || !TLI->getLibFunc(*Callee, Func) || in classifyArgUse() 3367 if (TLI->getLibFunc(*Callee, Func) && isLibFuncEmittable(M, TLI, Func)) { in optimizeStringMemoryLibCall() 3635 if (TLI->getLibFunc(*Callee, Func) && isLibFuncEmittable(M, TLI, Func)) { in optimizeCall() 4031 if (!TLI->getLibFunc(*Callee, Func)) in optimizeCall()
|
H A D | BuildLibCalls.cpp | 264 if (!(TLI.getLibFunc(F, TheLibFunc) && TLI.has(TheLibFunc))) in inferNonMandatoryLibFuncAttrs() 1383 return TLI->getLibFunc(Name, TheLibFunc) && in isLibFuncEmittable() 1726 TLI->getLibFunc(Name, TheLibFunc); in emitUnaryFloatFnCall() 1779 TLI->getLibFunc(Name, TheLibFunc); in emitBinaryFloatFnCall()
|
H A D | Local.cpp | 2884 if (TLI.getLibFunc(*Call, LF)) { in callsGCLeafFunction() 3379 TLI->getLibFunc(F->getName(), Func) && TLI->hasOptimizedCodeGen(Func) && in maybeMarkSanitizerLibraryCallNoBuiltin()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyPeephole.cpp | 140 if (LibInfo.getLibFunc(Name, Func)) { in runOnMachineFunction()
|
H A D | WebAssemblyMemIntrinsicResults.cpp | 165 if (!LibInfo.getLibFunc(Name, Func)) in optimizeCall()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | PartiallyInlineLibCalls.cpp | 135 !TLI->getLibFunc(*CalledFunc, LF) || !TLI->has(LF)) in runPartiallyInlineLibCalls()
|
H A D | DeadStoreElimination.cpp | 886 if (TLI.getLibFunc(*CB, F) && TLI.has(F) && in strengthenLocationSize() 1831 if (!TLI.getLibFunc(*InnerCallee, Func) || !TLI.has(Func) || in tryFoldIntoCalloc()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | ModuleInliner.cpp | 99 return TLI.getLibFunc(F, LF) || in isKnownLibFunction()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 174 if (!TLI || !TLI->getLibFunc(*Callee, TLIFn) || !TLI->has(TLIFn)) in getAllocationDataForFunction() 507 if (TLI && TLI->getLibFunc(*Callee, TLIFn) && TLI->has(TLIFn)) { in getAllocationFamily() 553 if (TLI && TLI->getLibFunc(*Callee, TLIFn) && TLI->has(TLIFn) && in getFreedOperand() 885 if (!TLI || !TLI->getLibFunc(*CB->getCalledFunction(), TLIFn) || in findLoadSizeOffset()
|
H A D | MemoryLocation.cpp | 250 if (TLI && TLI->getLibFunc(*Call, F) && TLI->has(F)) { in getForArgument()
|
H A D | TargetLibraryInfo.cpp | 932 bool TargetLibraryInfoImpl::getLibFunc(StringRef funcName, LibFunc &F) const { in getLibFunc() function in TargetLibraryInfoImpl 1100 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc() function in TargetLibraryInfoImpl 1110 return getLibFunc(FDecl.getName(), F) && in getLibFunc()
|
H A D | ConstantFolding.cpp | 2246 if (!TLI->getLibFunc(Name, Func)) in ConstantFoldScalarCall1() 2591 if (!TLI->getLibFunc(Name, Func)) in ConstantFoldScalarCall2() 3283 if (!TLI->getLibFunc(*F, LibF)) in ConstantFoldCall() 3317 if (!TLI || !TLI->getLibFunc(*F, Func)) in isMathLibCallNoop()
|
H A D | BranchProbabilityInfo.cpp | 998 TLI->getLibFunc(*CalledFn, Func); in calcZeroHeuristics()
|
H A D | LazyCallGraph.cpp | 150 return TLI.getLibFunc(F, LF) || in isKnownLibFunction()
|
/openbsd/gnu/llvm/llvm/tools/opt/ |
H A D | opt.cpp | 663 if (TLII.getLibFunc(FuncName, F)) in main()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 413 if (!TLI.getLibFunc(*Call, Func) || !isLibFuncEmittable(M, &TLI, Func)) in foldSqrt()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 867 if (TLI->getLibFunc(*CI, Func) && in runOnBlock()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 762 TLI->getLibFunc(CI->getCalledFunction()->getName(), Func) && in canVectorizeInstrs()
|