Searched refs:Inliner (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PassManagerBuilder.cpp | 159 Inliner = nullptr; in PassManagerBuilder() 187 delete Inliner; in ~PassManagerBuilder() 490 if (Inliner) { in populateModulePassManager() 491 MPM.add(Inliner); in populateModulePassManager() 492 Inliner = nullptr; in populateModulePassManager() 596 if (Inliner) { in populateModulePassManager() 597 MPM.add(Inliner); in populateModulePassManager() 598 Inliner = nullptr; in populateModulePassManager() 922 bool RunInliner = Inliner; in addLTOOptimizationPasses() 924 PM.add(Inliner); in addLTOOptimizationPasses() [all …]
|
D | CMakeLists.txt | 24 Inliner.cpp
|
/third_party/skia/src/sksl/ |
D | SkSLInliner.cpp | 220 const Variable* Inliner::RemapVariable(const Variable* variable, in RemapVariable() 238 Inliner::ReturnComplexity Inliner::GetReturnComplexity(const FunctionDefinition& funcDef) { in GetReturnComplexity() 253 void Inliner::ensureScopedBlocks(Statement* inlinedBody, Statement* parentStmt) { in ensureScopedBlocks() 295 void Inliner::reset() { in reset() 300 std::unique_ptr<Expression> Inliner::inlineExpression(int line, in inlineExpression() 453 std::unique_ptr<Statement> Inliner::inlineStatement(int line, in inlineStatement() 607 Inliner::InlinedCall Inliner::inlineCall(FunctionCall* call, in inlineCall() 720 bool Inliner::isSafeToInline(const FunctionDefinition* functionDef, const ProgramUsage& usage) { in isSafeToInline() 1053 bool Inliner::candidateCanBeInlined(const InlineCandidate& candidate, in candidateCanBeInlined() 1067 int Inliner::getFunctionSize(const FunctionDeclaration& funcDecl, FunctionSizeCache* cache) { in getFunctionSize() [all …]
|
D | SkSLInliner.h | 38 class Inliner { 40 Inliner(const Context* context) : fContext(context) {} in Inliner() function
|
D | SkSLCompiler.h | 256 Inliner fInliner;
|
/third_party/mesa3d/bin/ |
D | gen_release_notes.py | 107 class Inliner(states.Inliner): class 114 vars().update(vars(states.Inliner)) 173 inliner = Inliner();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | PassManagerBuilder.h | 144 Pass *Inliner; variable
|
/third_party/skia/src/sksl/ir/ |
D | SkSLProgram.h | 203 friend class Inliner; // fUsage member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetMachine.cpp | 404 delete Builder.Inliner; in adjustPassManager() 405 Builder.Inliner = createAMDGPUFunctionInliningPass(); in adjustPassManager()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 567 PMB.Inliner = createFunctionInliningPass(); in optimize()
|
D | LTOBackend.cpp | 280 PMB.Inliner = createFunctionInliningPass(); in runOldPMPasses()
|
D | ThinLTOCodeGenerator.cpp | 237 PMB.Inliner = createFunctionInliningPass(); in optimizeModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | CHANGES | 824 #1591: Inliner: Callee variable with initializer should have a store at the call site. 1189 #800: Inliner: Fix inlining function into header of multi-block loop 1249 #755: Inliner: Fix inlining of callee with single Return appearing before 1254 #782: Inliner: Fix remapping of non-label forward references in callee 1255 #787: Inliner: Fix remapping of inlined entry block when called from 1257 #790: Inliner: Fix remapping of inlined entry block when callee has
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | CHANGES | 824 #1591: Inliner: Callee variable with initializer should have a store at the call site. 1189 #800: Inliner: Fix inlining function into header of multi-block loop 1249 #755: Inliner: Fix inlining of callee with single Return appearing before 1254 #782: Inliner: Fix remapping of non-label forward references in callee 1255 #787: Inliner: Fix remapping of inlined entry block when called from 1257 #790: Inliner: Fix remapping of inlined entry block when callee has
|
/third_party/spirv-tools/ |
D | CHANGES | 932 #1591: Inliner: Callee variable with initializer should have a store at the call site. 1297 #800: Inliner: Fix inlining function into header of multi-block loop 1357 #755: Inliner: Fix inlining of callee with single Return appearing before 1362 #782: Inliner: Fix remapping of non-label forward references in callee 1363 #787: Inliner: Fix remapping of inlined entry block when called from 1365 #790: Inliner: Fix remapping of inlined entry block when callee has
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 708 "llvm/lib/Transforms/IPO/Inliner.cpp",
|
D | BUILD.gn | 712 "llvm/lib/Transforms/IPO/Inliner.cpp",
|
D | CMakeLists.txt | 712 ${LLVM_DIR}/lib/Transforms/IPO/Inliner.cpp
|