/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 256 bool hasOptimizedCodeGen(LibFunc::Func F) const { in hasOptimizedCodeGen() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 316 bool hasOptimizedCodeGen(LibFunc F) const { in hasOptimizedCodeGen() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 355 bool hasOptimizedCodeGen(LibFunc F) const { in hasOptimizedCodeGen() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 413 bool hasOptimizedCodeGen(LibFunc F) const { in hasOptimizedCodeGen() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 413 bool hasOptimizedCodeGen(LibFunc F) const { in hasOptimizedCodeGen() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 412 bool hasOptimizedCodeGen(LibFunc F) const { in hasOptimizedCodeGen() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 413 bool hasOptimizedCodeGen(LibFunc F) const { in hasOptimizedCodeGen() function
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoops.cpp | 321 LibInfo->hasOptimizedCodeGen(Func)) { in mightUseCTR()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 681 TLI->hasOptimizedCodeGen(Func); in canVectorizeInstrs()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 337 LibInfo->hasOptimizedCodeGen(Func)) { in mightUseCTR()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 763 TLI->hasOptimizedCodeGen(Func); in canVectorizeInstrs()
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1392 LibInfo->hasOptimizedCodeGen(Func)) in selectInstruction()
|
H A D | SelectionDAGBuilder.cpp | 6222 LibInfo->hasOptimizedCodeGen(Func)) { in visitCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1625 LibInfo->hasOptimizedCodeGen(Func)) in selectInstruction()
|
H A D | SelectionDAGBuilder.cpp | 7623 LibInfo->hasOptimizedCodeGen(Func)) { in visitCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1516 LibInfo->hasOptimizedCodeGen(Func)) in selectInstruction()
|
H A D | SelectionDAGBuilder.cpp | 8394 LibInfo->hasOptimizedCodeGen(Func)) { in visitCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2913 TLI->getLibFunc(F->getName(), Func) && TLI->hasOptimizedCodeGen(Func) && in maybeMarkSanitizerLibraryCallNoBuiltin()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3378 TLI->getLibFunc(F->getName(), Func) && TLI->hasOptimizedCodeGen(Func) && in maybeMarkSanitizerLibraryCallNoBuiltin()
|