HomeSort by: relevance | last modified time | path
    Searched refs:hasOptimizedCodeGen (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 327 bool hasOptimizedCodeGen(LibFunc F) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 708 TLI->hasOptimizedCodeGen(Func);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 569 LibInfo->hasOptimizedCodeGen(Func)) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 1514 LibInfo->hasOptimizedCodeGen(Func))
SelectionDAGBuilder.cpp 7881 LibInfo->hasOptimizedCodeGen(Func)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp 3227 TLI->getLibFunc(F->getName(), Func) && TLI->hasOptimizedCodeGen(Func) &&

Completed in 31 milliseconds