Home
last modified time | relevance | path

Searched refs:SimplifyLibCalls (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp1449 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/
DCMakeLists.txt41 SimplifyLibCalls.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCMakeLists.txt52 SimplifyLibCalls.cpp
/external/swiftshader/third_party/LLVM/include/llvm/
DDefaultPasses.h84 SimplifyLibCalls = 1<<3, enumerator
/external/llvm/test/Transforms/InstCombine/
Dmemset_chk-1.ll66 ; Test that RAUW in SimplifyLibCalls for __memset_chk generates valid IR
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dmemset_chk-1.ll66 ; Test that RAUW in SimplifyLibCalls for __memset_chk generates valid IR
/external/clang/include/clang/Frontend/
DCodeGenOptions.def156 CODEGENOPT(SimplifyLibCalls , 1, 1) ///< Set when -fbuiltin is enabled.
/external/clang/lib/CodeGen/
DBackendUtil.cpp283 if (!CodeGenOpts.SimplifyLibCalls) in createTLII()
DCGCall.cpp1699 if (!CodeGenOpts.SimplifyLibCalls || in ConstructAttributeList()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp521 Opts.SimplifyLibCalls = !(Args.hasArg(OPT_fno_builtin) || in ParseCodeGenArgs()
523 if (Opts.SimplifyLibCalls) in ParseCodeGenArgs()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk978 llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp \
DBUILD.gn1234 "llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DREADME.txt1271 Those should be turned into a switch. SimplifyLibCalls only gets the second
/external/llvm/lib/Target/
DREADME.txt1271 Those should be turned into a switch. SimplifyLibCalls only gets the second
/external/swiftshader/
DCMakeLists.txt1475 ${LLVM_DIR}/lib/Transforms/Utils/SimplifyLibCalls.cpp