Home
last modified time | relevance | path

Searched refs:LibraryInfo (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp158 LibraryInfo = nullptr; in PassManagerBuilder()
186 delete LibraryInfo; in ~PassManagerBuilder()
284 if (LibraryInfo) in populateFunctionPassManager()
285 FPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateFunctionPassManager()
527 if (LibraryInfo) in populateModulePassManager()
528 MPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateModulePassManager()
1034 if (LibraryInfo) in populateThinLTOPassManager()
1035 PM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateThinLTOPassManager()
1065 if (LibraryInfo) in populateLTOPassManager()
1066 PM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateLTOPassManager()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h140 TargetLibraryInfoImpl *LibraryInfo; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp568 PMB.LibraryInfo = new TargetLibraryInfoImpl(TargetTriple); in optimize()
570 PMB.LibraryInfo->disableAllFunctions(); in optimize()
DThinLTOCodeGenerator.cpp234 PMB.LibraryInfo = new TargetLibraryInfoImpl(TM.getTargetTriple()); in optimizeModule()
236 PMB.LibraryInfo->disableAllFunctions(); in optimizeModule()
DLTOBackend.cpp279 PMB.LibraryInfo = new TargetLibraryInfoImpl(Triple(TM->getTargetTriple())); in runOldPMPasses()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp450 pmb.LibraryInfo = new ::llvm::TargetLibraryInfoImpl( in optimize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h408 Pass *PassPtr, const TargetLibraryInfo *LibraryInfo,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1022 Pass *PassPtr, const TargetLibraryInfo *LibraryInfo, in init() argument
1031 LibInfo = LibraryInfo; in init()