Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DPipeline.cpp75 void Pipeline::appendStage(std::unique_ptr<Stage> S) { in appendStage() function in llvm::mca::Pipeline
/external/llvm-project/llvm/lib/MCA/
DPipeline.cpp75 void Pipeline::appendStage(std::unique_ptr<Stage> S) { in appendStage() function in llvm::mca::Pipeline
/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