Searched refs:optimizeStringMemoryLibCall (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyLibCalls.h | 125 Value *optimizeStringMemoryLibCall(CallInst *CI, IRBuilder<> &B);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyLibCalls.h | 187 Value *optimizeStringMemoryLibCall(CallInst *CI, IRBuilder<> &B);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 193 Value *optimizeStringMemoryLibCall(CallInst *CI, IRBuilderBase &B);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyLibCalls.h | 190 Value *optimizeStringMemoryLibCall(CallInst *CI, IRBuilderBase &B);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 193 Value *optimizeStringMemoryLibCall(CallInst *CI, IRBuilderBase &B);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 193 Value *optimizeStringMemoryLibCall(CallInst *CI, IRBuilderBase &B);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 193 Value *optimizeStringMemoryLibCall(CallInst *CI, IRBuilderBase &B);
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1886 Value *LibCallSimplifier::optimizeStringMemoryLibCall(CallInst *CI, in optimizeStringMemoryLibCall() function in LibCallSimplifier 1998 if (Value *V = optimizeStringMemoryLibCall(SimplifiedCI, TmpBuilder)) { in optimizeCall() 2013 if (Value *V = optimizeStringMemoryLibCall(CI, Builder)) in optimizeCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 2865 Value *LibCallSimplifier::optimizeStringMemoryLibCall(CallInst *CI, in optimizeStringMemoryLibCall() function in LibCallSimplifier 3107 if (Value *V = optimizeStringMemoryLibCall(SimplifiedCI, TmpBuilder)) { in optimizeCall() 3121 if (Value *V = optimizeStringMemoryLibCall(CI, Builder)) in optimizeCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 3361 Value *LibCallSimplifier::optimizeStringMemoryLibCall(CallInst *CI, in optimizeStringMemoryLibCall() function in LibCallSimplifier 3625 if (Value *V = optimizeStringMemoryLibCall(SimplifiedCI, Builder)) { in optimizeCall() 3639 if (Value *V = optimizeStringMemoryLibCall(CI, Builder)) in optimizeCall()
|