Searched refs:getLibFunc (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h352 /// getLibFunc - Search for a particular function name. If it is one of the
354 bool getLibFunc(StringRef funcName, LibFunc::Func &F) const;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetLibraryInfo.cpp336 bool TargetLibraryInfo::getLibFunc(StringRef funcName, function in class:TargetLibraryInfo
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryBuiltins.cpp98 if (!TLI || !TLI->getLibFunc(FnName, TLIFn) || !TLI->has(TLIFn))
311 if (!TLI || !TLI->getLibFunc(FnName, TLIFn) || !TLI->has(TLIFn))
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp799 LibInfo->getLibFunc(F->getName(), Func) &&
H A DSelectionDAGBuilder.cpp5650 LibInfo->getLibFunc(F->getName(), Func) &&
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2994 TLI->getLibFunc(CI->getCalledFunction()->getName(), Func) &&

Completed in 250 milliseconds