Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPassManagerBuilder.cpp36 LibraryInfo = 0; in PassManagerBuilder()
44 delete LibraryInfo; in ~PassManagerBuilder()
85 if (LibraryInfo) FPM.add(new TargetLibraryInfo(*LibraryInfo)); in populateFunctionPassManager()
108 if (LibraryInfo) MPM.add(new TargetLibraryInfo(*LibraryInfo)); in populateModulePassManager()
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp131 LibraryInfo = nullptr; in PassManagerBuilder()
153 delete LibraryInfo; in ~PassManagerBuilder()
216 if (LibraryInfo) in populateFunctionPassManager()
217 FPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateFunctionPassManager()
360 if (LibraryInfo) in populateModulePassManager()
361 MPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateModulePassManager()
762 if (LibraryInfo) in populateLTOPassManager()
763 PM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo)); in populateLTOPassManager()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/
DPassManagerBuilder.h84 TargetLibraryInfo *LibraryInfo; variable
/external/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h116 TargetLibraryInfoImpl *LibraryInfo; variable
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp248 pmb.LibraryInfo = new compat::target_library_info(
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp543 PMB.LibraryInfo = new TargetLibraryInfoImpl(TargetTriple); in optimize()
DThinLTOCodeGenerator.cpp159 PMB.LibraryInfo = new TargetLibraryInfoImpl(TM.getTargetTriple()); in optimizeModule()
/external/clang/lib/CodeGen/
DBackendUtil.cpp332 PMBuilder.LibraryInfo = createTLII(TargetTriple, CodeGenOpts); in CreatePasses()
/external/llvm/tools/gold/
Dgold-plugin.cpp1015 PMB.LibraryInfo = new TargetLibraryInfoImpl(Triple(TM->getTargetTriple())); in runLTOPasses()