Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h355 bool hasOptimizedCodeGen(LibFunc F) const { in hasOptimizedCodeGen() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp763 TLI->hasOptimizedCodeGen(Func); in canVectorizeInstrs()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1516 LibInfo->hasOptimizedCodeGen(Func)) in selectInstruction()
H A DSelectionDAGBuilder.cpp8394 LibInfo->hasOptimizedCodeGen(Func)) { in visitCall()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp3379 TLI->getLibFunc(F->getName(), Func) && TLI->hasOptimizedCodeGen(Func) && in maybeMarkSanitizerLibraryCallNoBuiltin()