Home
last modified time | relevance | path

Searched refs:disableAllFunctions (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLibraryInfo.h74 void disableAllFunctions();
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLibraryInfo.cpp72 void TargetLibraryInfo::disableAllFunctions() { in disableAllFunctions() function in TargetLibraryInfo
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h140 void disableAllFunctions();
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h150 void disableAllFunctions();
/external/llvm/tools/llc/
Dllc.cpp371 TLII.disableAllFunctions(); in compileModule()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp494 TLII.disableAllFunctions(); in compileModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp540 PMB.LibraryInfo->disableAllFunctions(); in optimize()
DThinLTOCodeGenerator.cpp227 PMB.LibraryInfo->disableAllFunctions(); in optimizeModule()
/external/llvm/tools/opt/
Dopt.cpp486 TLII.disableAllFunctions(); in main()
/external/swiftshader/third_party/LLVM/tools/opt/
Dopt.cpp549 TLI->disableAllFunctions(); in main()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp408 TLI.disableAllFunctions(); in initialize()
1002 void TargetLibraryInfoImpl::disableAllFunctions() { in disableAllFunctions() function in TargetLibraryInfoImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp511 TLI.disableAllFunctions(); in initialize()
1380 void TargetLibraryInfoImpl::disableAllFunctions() { in disableAllFunctions() function in TargetLibraryInfoImpl
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
Dopt.cpp633 TLII.disableAllFunctions(); in main()
/external/clang/lib/CodeGen/
DBackendUtil.cpp284 TLII->disableAllFunctions(); in createTLII()