Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h327 bool hasOptimizedCodeGen(LibFunc F) const { in hasOptimizedCodeGen() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp708 TLI->hasOptimizedCodeGen(Func); in canVectorizeInstrs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp569 LibInfo->hasOptimizedCodeGen(Func)) { in mightUseCTR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1514 LibInfo->hasOptimizedCodeGen(Func)) in selectInstruction()
H A DSelectionDAGBuilder.cpp7881 LibInfo->hasOptimizedCodeGen(Func)) { in visitCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp3227 TLI->getLibFunc(F->getName(), Func) && TLI->hasOptimizedCodeGen(Func) && in maybeMarkSanitizerLibraryCallNoBuiltin()