Searched refs:SimplifyLibCalls (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SimplifyLibCalls.cpp | 1449 class SimplifyLibCalls : public FunctionPass { class 1472 SimplifyLibCalls() : FunctionPass(ID), StrCpy(false), StrCpyChk(true) { in SimplifyLibCalls() function in __anon0f7d73dd0311::SimplifyLibCalls 1492 char SimplifyLibCalls::ID = 0; 1494 INITIALIZE_PASS_BEGIN(SimplifyLibCalls, "simplify-libcalls", 1497 INITIALIZE_PASS_END(SimplifyLibCalls, "simplify-libcalls", in INITIALIZE_PASS_DEPENDENCY() 1502 return new SimplifyLibCalls(); in INITIALIZE_PASS_DEPENDENCY() 1507 void SimplifyLibCalls::InitOptimizations() { in InitOptimizations() 1594 bool SimplifyLibCalls::runOnFunction(Function &F) { in runOnFunction() 1655 void SimplifyLibCalls::setDoesNotAccessMemory(Function &F) { in setDoesNotAccessMemory() 1662 void SimplifyLibCalls::setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | CMakeLists.txt | 41 SimplifyLibCalls.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CMakeLists.txt | 52 SimplifyLibCalls.cpp
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | DefaultPasses.h | 84 SimplifyLibCalls = 1<<3, enumerator
|
/external/llvm/test/Transforms/InstCombine/ |
D | memset_chk-1.ll | 66 ; Test that RAUW in SimplifyLibCalls for __memset_chk generates valid IR
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | memset_chk-1.ll | 66 ; Test that RAUW in SimplifyLibCalls for __memset_chk generates valid IR
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 156 CODEGENOPT(SimplifyLibCalls , 1, 1) ///< Set when -fbuiltin is enabled.
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 283 if (!CodeGenOpts.SimplifyLibCalls) in createTLII()
|
D | CGCall.cpp | 1699 if (!CodeGenOpts.SimplifyLibCalls || in ConstructAttributeList()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 521 Opts.SimplifyLibCalls = !(Args.hasArg(OPT_fno_builtin) || in ParseCodeGenArgs() 523 if (Opts.SimplifyLibCalls) in ParseCodeGenArgs()
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 978 llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp \
|
D | BUILD.gn | 1234 "llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | README.txt | 1271 Those should be turned into a switch. SimplifyLibCalls only gets the second
|
/external/llvm/lib/Target/ |
D | README.txt | 1271 Those should be turned into a switch. SimplifyLibCalls only gets the second
|
/external/swiftshader/ |
D | CMakeLists.txt | 1475 ${LLVM_DIR}/lib/Transforms/Utils/SimplifyLibCalls.cpp
|