Home
last modified time | relevance | path

Searched defs:appendStage (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DPipeline.h73 void appendStage(std::unique_ptr<Stage> S) { Stages.push_back(std::move(S)); } in appendStage() function
/external/skia/src/sksl/
DSkSLInterpreter.cpp233 void Interpreter::appendStage(const AppendStage& a) { in appendStage() function in SkSL::Interpreter
DSkSLJIT.cpp837 void JIT::appendStage(LLVMBuilderRef builder, const AppendStage& a) { in appendStage() function in SkSL::JIT
/external/skqp/src/sksl/
DSkSLInterpreter.cpp233 void Interpreter::appendStage(const AppendStage& a) { in appendStage() function in SkSL::Interpreter
DSkSLJIT.cpp837 void JIT::appendStage(LLVMBuilderRef builder, const AppendStage& a) { in appendStage() function in SkSL::JIT