Home
last modified time | relevance | path

Searched refs:appendStage (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DContext.cpp56 P->appendStage(std::move(F)); in createDefaultPipeline()
57 P->appendStage(std::move(D)); in createDefaultPipeline()
58 P->appendStage(std::move(R)); in createDefaultPipeline()
59 P->appendStage(std::move(E)); in createDefaultPipeline()
DPipeline.h73 void appendStage(std::unique_ptr<Stage> S) { Stages.push_back(std::move(S)); } in appendStage() function
Dllvm-mca.cpp495 P->appendStage(llvm::make_unique<mca::FetchStage>(IB, S)); in main()
496 P->appendStage(llvm::make_unique<mca::InstructionTables>(SM, IB)); in main()
/external/skqp/src/sksl/
DSkSLInterpreter.h75 void appendStage(const AppendStage& c);
DSkSLInterpreter.cpp233 void Interpreter::appendStage(const AppendStage& a) { in appendStage() function in SkSL::Interpreter
270 this->appendStage((const AppendStage&) expr); in evaluate()
DSkSLJIT.h180 void appendStage(LLVMBuilderRef builder, const AppendStage& a);
DSkSLJIT.cpp837 void JIT::appendStage(LLVMBuilderRef builder, const AppendStage& a) { in appendStage() function in SkSL::JIT
1026 this->appendStage(builder, (const AppendStage&) expr); in compileExpression()
/external/skia/src/sksl/
DSkSLInterpreter.h75 void appendStage(const AppendStage& c);
DSkSLInterpreter.cpp233 void Interpreter::appendStage(const AppendStage& a) { in appendStage() function in SkSL::Interpreter
270 this->appendStage((const AppendStage&) expr); in evaluate()
DSkSLJIT.h180 void appendStage(LLVMBuilderRef builder, const AppendStage& a);
DSkSLJIT.cpp837 void JIT::appendStage(LLVMBuilderRef builder, const AppendStage& a) { in appendStage() function in SkSL::JIT
1026 this->appendStage(builder, (const AppendStage&) expr); in compileExpression()