Home
last modified time | relevance | path

Searched refs:Stages (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A 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 in appendStage()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A 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/
H A DMCInstrItineraries.h110 const InstrStage *Stages = nullptr; ///< Array of stages selected member in llvm::InstrItineraryData
119 : SchedModel(SM), Stages(S), OperandCycles(OS), Forwardings(F), in InstrItineraryData()
134 return Stages + StageIdx; in beginStage()
140 return Stages + StageIdx; in endStage()
H A DMCSubtargetInfo.h86 const InstrStage *Stages; // Instruction itinerary stages member in llvm::MCSubtargetInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A 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/
H A DPipeline.h20 #include "llvm/MCA/Stages/Stage.h"
57 SmallVector<std::unique_ptr<Stage>, 8> Stages; member in llvm::mca::Pipeline
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp2445 static const struct Stages struct
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp3891 static const struct Stages struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9220 unsigned Stages = Log2_32(Op.getValueType().getVectorNumElements());
9222 for (unsigned i = 0; i < Stages; ++i) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 54 milliseconds