Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h38 LibFunc TheLibFunc, FunctionType *T,
41 LibFunc TheLibFunc, FunctionType *T);
44 LibFunc TheLibFunc, AttributeList AttributeList, in getOrInsertLibFunc() argument
47 return getOrInsertLibFunc(M, TLI, TheLibFunc, in getOrInsertLibFunc()
54 LibFunc TheLibFunc, Type *RetTy, ArgsTy... Args) { in getOrInsertLibFunc() argument
55 return getOrInsertLibFunc(M, TLI, TheLibFunc, AttributeList{}, RetTy, in getOrInsertLibFunc()
62 LibFunc TheLibFunc, AttributeList AttributeList,
68 LibFunc TheLibFunc);
81 LibFunc &TheLibFunc);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp263 LibFunc TheLibFunc; in inferNonMandatoryLibFuncAttrs() local
264 if (!(TLI.getLibFunc(F, TheLibFunc) && TLI.has(TheLibFunc))) in inferNonMandatoryLibFuncAttrs()
272 switch (TheLibFunc) { in inferNonMandatoryLibFuncAttrs()
1308 switch (TheLibFunc) { in getOrInsertLibFunc()
1386 LibFunc TheLibFunc; in isLibFuncEmittable() local
1415 TheLibFunc = FloatFn; in getFloatFn()
1418 TheLibFunc = DoubleFn; in getFloatFn()
1724 LibFunc TheLibFunc; in emitUnaryFloatFnCall() local
1736 LibFunc TheLibFunc; in emitUnaryFloatFnCall() local
1777 LibFunc TheLibFunc; in emitBinaryFloatFnCall() local
[all …]
H A DSimplifyLibCalls.cpp2674 LibFunc TheLibFunc; in insertSinCosCall() local
2675 TLI->getLibFunc(Name, TheLibFunc); in insertSinCosCall()
2677 M, *TLI, TheLibFunc, OrigCallee->getAttributes(), ResTy, ArgTy); in insertSinCosCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2755 LibFunc TheLibFunc; in isAllocSiteRemovable() local
2756 if (CB && TLI.getLibFunc(*CB->getCalledFunction(), TheLibFunc) && in isAllocSiteRemovable()
2757 TLI.has(TheLibFunc) && TheLibFunc == LibFunc_aligned_alloc && in isAllocSiteRemovable()