Home
last modified time | relevance | path

Searched refs:Stages (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DPipeline.cpp27 for (auto &S : Stages) in addEventListener()
32 return any_of(Stages, [](const std::unique_ptr<Stage> &S) { in hasWorkToProcess()
38 assert(!Stages.empty() && "Unexpected empty pipeline found!"); in run()
54 for (auto I = Stages.rbegin(), E = Stages.rend(); I != E && !Err; ++I) { in runCycle()
61 Stage &FirstStage = *Stages[0]; in runCycle()
66 for (const std::unique_ptr<Stage> &S : Stages) { in runCycle()
77 if (!Stages.empty()) { in appendStage()
78 Stage *Last = Stages.back().get(); in appendStage()
82 Stages.push_back(std::move(S)); in appendStage()
DCMakeLists.txt14 Stages/DispatchStage.cpp
15 Stages/EntryStage.cpp
16 Stages/ExecuteStage.cpp
17 Stages/InstructionTables.cpp
18 Stages/MicroOpQueueStage.cpp
19 Stages/RetireStage.cpp
20 Stages/Stage.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DModuloSchedule.h229 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForReg() local
230 if ((int)CurStage > Schedule.getNumStages() - 1 && Stages.first == 0 && in getStagesForReg()
231 Stages.second) in getStagesForReg()
233 return Stages.first; in getStagesForReg()
243 std::pair<unsigned, bool> Stages = RegToStageDiff[Reg]; in getStagesForPhi() local
244 if (Stages.second) in getStagesForPhi()
245 return Stages.first; in getStagesForPhi()
246 return Stages.first - 1; in getStagesForPhi()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrItineraries.h110 const InstrStage *Stages = nullptr; ///< Array of stages selected variable
119 : SchedModel(SM), Stages(S), OperandCycles(OS), Forwardings(F), in InstrItineraryData()
134 return Stages + StageIdx; in beginStage()
140 return Stages + StageIdx; in endStage()
DMCSubtargetInfo.h86 const InstrStage *Stages; // Instruction itinerary stages variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp217 ReadAdvanceTable(RA), Stages(IS), OperandCycles(OC), ForwardingPaths(FP) { in MCSubtargetInfo()
311 return InstrItineraryData(SchedModel, Stages, OperandCycles, ForwardingPaths); in getInstrItineraryForCPU()
315 InstrItins = InstrItineraryData(getSchedModel(), Stages, OperandCycles, in initInstrItins()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DPipeline.h57 SmallVector<std::unique_ptr<Stage>, 8> Stages; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetItinerary.td114 list<InstrStage> Stages = stages;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp531 DenseMap<MachineInstr *, int> Cycles, Stages; in schedule() local
538 Stages[SU->getInstr()] = Schedule.stageScheduled(SU); in schedule()
544 Stages[KV.first] = Stages[KV.second]; in schedule()
549 std::move(Stages)); in schedule()
/third_party/mesa3d/docs/
Dperfetto.rst33 - Render Stages
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dpipelines.txt2525 === Valid Combinations of Stages for Graphics Pipelines
2558 ** Active Pipeline Shader Stages
2560 ** Required: Fixed-Function Pipeline Stages
2568 ** Active Pipeline Shader Stages
2571 ** Required: Fixed-Function Pipeline Stages
2579 ** Active Pipeline Shader Stages
2585 ** Required: Fixed-Function Pipeline Stages
2596 ** Active Pipeline Shader Stages
2600 ** Required: Fixed-Function Pipeline Stages
Dpipelines.adoc5590 === Valid Combinations of Stages for Graphics Pipelines
5631 ** Active Pipeline Shader Stages
5633 ** Required: Fixed-Function Pipeline Stages
5641 ** Active Pipeline Shader Stages
5644 ** Required: Fixed-Function Pipeline Stages
5652 ** Active Pipeline Shader Stages
5658 ** Required: Fixed-Function Pipeline Stages
5669 ** Active Pipeline Shader Stages
5673 ** Required: Fixed-Function Pipeline Stages
Dsynchronization.txt266 === Pipeline Stages
855 Stages executed by graphics pipelines can: only be specified in commands
Dsynchronization.adoc299 === Pipeline Stages
821 Stages executed by graphics pipelines can: only be specified in commands
/third_party/openGLES/extensions/KHR/
DKHR_shader_subgroup.txt241 SG.2.2 Subgroup Supported Stages
/third_party/skia/third_party/externals/swiftshader/docs/
DRegres.md183 7. Stages 3 - 5 are repeated for both the LLVM and Subzero backends.
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
Dregistry.rnc598 # describes all Pipeline Stages
/third_party/vk-gl-cts/external/vulkan-docs/src/
Dregistry.adoc305 * <<tag-syncstage,tag::syncstage>> - Defines all Pipeline Stages
2156 tag:syncpipelinestage. Stages have extra attributes to describe
2170 A comma-separated list of Sync Stages that are supported.
2182 A comma-separated list of Sync Stages that are the OR logical
DChangeLog.adoc558 the <<synchronization-pipeline-stages, Pipeline Stages>> section
9862 * Specify that <<synchronization-pipeline-stages, Pipeline Stages>> are a
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp2445 static const struct Stages struct
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp2445 static const struct Stages struct
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dglossary.txt1489 A set of Shader Stages that are part of a slink:VkPipeline containing
Dglossary.adoc1644 A set of Shader Stages that are part of a slink:VkPipeline containing
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9220 unsigned Stages = Log2_32(Op.getValueType().getVectorNumElements()); in matchBinOpReduction() local
9222 for (unsigned i = 0; i < Stages; ++i) { in matchBinOpReduction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37011 unsigned Stages = Log2_32(VT.getVectorNumElements()); in combineBasicSADPattern() local
37013 if (Stages > 3) { in combineBasicSADPattern()
37016 for(unsigned i = Stages - 3; i > 0; --i) { in combineBasicSADPattern()

12