Home
last modified time | relevance | path

Searched refs:Stall (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMachineScheduler.cpp33 TryCand.Reason = Stall; in biasAddiLoadCandidate()
/third_party/mesa3d/docs/relnotes/
D13.0.2.rst100 - anv/gen8: Stall when needed in Cmd(Set|Reset)Event
D17.0.2.rst101 - anv: Stall before fast-clear operations
D20.0.0.rst1886 - iris: Emit CS Stall before Instruction Cache flush for gen12 WA
1887 - anv: Emit CS Stall before Instruction Cache flush for gen12 WA
D19.1.0.rst3006 - iris: Allow PIPE_CONTROL with Stall at Scoreboard and RT flush
3990 - iris: Stall on the CPU and resolve predication during fast clears.
D19.3.0.rst2121 - iris: Implement the Broadwell NP Z PMA Stall Fix
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h799 NoCand, Only1, PhysReg, RegExcess, RegCritical, Stall, Cluster, Weak, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2578 case Stall: return "STALL "; in getReasonStr()
3041 Zone->getLatencyStallCycles(Cand.SU), TryCand, Cand, Stall)) in tryCandidate()
3373 Top.getLatencyStallCycles(Cand.SU), TryCand, Cand, Stall)) in tryCandidate()