Searched refs:appendStage (Results 1 – 11 of 11) sorted by relevance
56 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()
73 void appendStage(std::unique_ptr<Stage> S) { Stages.push_back(std::move(S)); } in appendStage() function
495 P->appendStage(llvm::make_unique<mca::FetchStage>(IB, S)); in main()496 P->appendStage(llvm::make_unique<mca::InstructionTables>(SM, IB)); in main()
75 void appendStage(const AppendStage& c);
233 void Interpreter::appendStage(const AppendStage& a) { in appendStage() function in SkSL::Interpreter270 this->appendStage((const AppendStage&) expr); in evaluate()
180 void appendStage(LLVMBuilderRef builder, const AppendStage& a);
837 void JIT::appendStage(LLVMBuilderRef builder, const AppendStage& a) { in appendStage() function in SkSL::JIT1026 this->appendStage(builder, (const AppendStage&) expr); in compileExpression()