Searched refs:PMB (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/Transforms/ |
D | PassManagerBuilder.h | 33 void LLVMPassManagerBuilderDispose(LLVMPassManagerBuilderRef PMB); 37 LLVMPassManagerBuilderSetOptLevel(LLVMPassManagerBuilderRef PMB, 42 LLVMPassManagerBuilderSetSizeLevel(LLVMPassManagerBuilderRef PMB, 47 LLVMPassManagerBuilderSetDisableUnitAtATime(LLVMPassManagerBuilderRef PMB, 52 LLVMPassManagerBuilderSetDisableUnrollLoops(LLVMPassManagerBuilderRef PMB, 57 LLVMPassManagerBuilderSetDisableSimplifyLibCalls(LLVMPassManagerBuilderRef PMB, 62 LLVMPassManagerBuilderUseInlinerWithThreshold(LLVMPassManagerBuilderRef PMB, 67 LLVMPassManagerBuilderPopulateFunctionPassManager(LLVMPassManagerBuilderRef PMB, 72 LLVMPassManagerBuilderPopulateModulePassManager(LLVMPassManagerBuilderRef PMB, 76 void LLVMPassManagerBuilderPopulateLTOPassManager(LLVMPassManagerBuilderRef PMB,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PassManagerBuilder.cpp | 1109 PassManagerBuilder *PMB = new PassManagerBuilder(); in LLVMPassManagerBuilderCreate() local 1110 return wrap(PMB); in LLVMPassManagerBuilderCreate() 1113 void LLVMPassManagerBuilderDispose(LLVMPassManagerBuilderRef PMB) { in LLVMPassManagerBuilderDispose() argument 1114 PassManagerBuilder *Builder = unwrap(PMB); in LLVMPassManagerBuilderDispose() 1119 LLVMPassManagerBuilderSetOptLevel(LLVMPassManagerBuilderRef PMB, in LLVMPassManagerBuilderSetOptLevel() argument 1121 PassManagerBuilder *Builder = unwrap(PMB); in LLVMPassManagerBuilderSetOptLevel() 1126 LLVMPassManagerBuilderSetSizeLevel(LLVMPassManagerBuilderRef PMB, in LLVMPassManagerBuilderSetSizeLevel() argument 1128 PassManagerBuilder *Builder = unwrap(PMB); in LLVMPassManagerBuilderSetSizeLevel() 1133 LLVMPassManagerBuilderSetDisableUnitAtATime(LLVMPassManagerBuilderRef PMB, in LLVMPassManagerBuilderSetDisableUnitAtATime() argument 1139 LLVMPassManagerBuilderSetDisableUnrollLoops(LLVMPassManagerBuilderRef PMB, in LLVMPassManagerBuilderSetDisableUnrollLoops() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOBackend.cpp | 278 PassManagerBuilder PMB; in runOldPMPasses() local 279 PMB.LibraryInfo = new TargetLibraryInfoImpl(Triple(TM->getTargetTriple())); in runOldPMPasses() 280 PMB.Inliner = createFunctionInliningPass(); in runOldPMPasses() 281 PMB.ExportSummary = ExportSummary; in runOldPMPasses() 282 PMB.ImportSummary = ImportSummary; in runOldPMPasses() 285 PMB.VerifyInput = true; in runOldPMPasses() 286 PMB.VerifyOutput = !Conf.DisableVerify; in runOldPMPasses() 287 PMB.LoopVectorize = true; in runOldPMPasses() 288 PMB.SLPVectorize = true; in runOldPMPasses() 289 PMB.OptLevel = Conf.OptLevel; in runOldPMPasses() [all …]
|
D | LTOCodeGenerator.cpp | 562 PassManagerBuilder PMB; in optimize() local 563 PMB.DisableGVNLoadPRE = DisableGVNLoadPRE; in optimize() 564 PMB.LoopVectorize = !DisableVectorization; in optimize() 565 PMB.SLPVectorize = !DisableVectorization; in optimize() 567 PMB.Inliner = createFunctionInliningPass(); in optimize() 568 PMB.LibraryInfo = new TargetLibraryInfoImpl(TargetTriple); in optimize() 570 PMB.LibraryInfo->disableAllFunctions(); in optimize() 571 PMB.OptLevel = OptLevel; in optimize() 572 PMB.VerifyInput = !DisableVerify; in optimize() 573 PMB.VerifyOutput = !DisableVerify; in optimize() [all …]
|
D | ThinLTOCodeGenerator.cpp | 233 PassManagerBuilder PMB; in optimizeModule() local 234 PMB.LibraryInfo = new TargetLibraryInfoImpl(TM.getTargetTriple()); in optimizeModule() 236 PMB.LibraryInfo->disableAllFunctions(); in optimizeModule() 237 PMB.Inliner = createFunctionInliningPass(); in optimizeModule() 239 PMB.OptLevel = OptLevel; in optimizeModule() 240 PMB.LoopVectorize = true; in optimizeModule() 241 PMB.SLPVectorize = true; in optimizeModule() 243 PMB.VerifyInput = false; in optimizeModule() 244 PMB.VerifyOutput = false; in optimizeModule() 245 PMB.ImportSummary = Index; in optimizeModule() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.h | 39 void adjustPassManager(PassManagerBuilder &PMB) override;
|
D | HexagonTargetMachine.cpp | 252 void HexagonTargetMachine::adjustPassManager(PassManagerBuilder &PMB) { in adjustPassManager() argument 253 PMB.addExtension( in adjustPassManager() 258 PMB.addExtension( in adjustPassManager()
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | nvsbl10.txt | 6146 PMB 113
|
D | vfear11a.txt | 163 PMB 113
|
D | ulyss10.txt | 164 PMB 113
|