Home
last modified time | relevance | path

Searched refs:shouldTrackLaneMasks (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h217 virtual bool shouldTrackLaneMasks() const { return false; } in shouldTrackLaneMasks() function
953 bool shouldTrackLaneMasks() const override { in shouldTrackLaneMasks() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNIterativeScheduler.cpp228 bool shouldTrackLaneMasks() const override { return false; } in shouldTrackLaneMasks() function in __anonbf361d220111::SchedStrategyStub
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp987 ShouldTrackLaneMasks = SchedImpl->shouldTrackLaneMasks(); in enterRegion()