Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h406 bool hasOptimizedCodeGen(LibFunc F) const { in hasOptimizedCodeGen() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp909 TLI->hasOptimizedCodeGen(Func); in canVectorizeInstrs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1639 LibInfo->hasOptimizedCodeGen(Func)) in selectInstruction()
H A DSelectionDAGBuilder.cpp9222 LibInfo->hasOptimizedCodeGen(Func)) { in visitCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4114 TLI->getLibFunc(F->getName(), Func) && TLI->hasOptimizedCodeGen(Func) && in maybeMarkSanitizerLibraryCallNoBuiltin()