Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h228 virtual bool shouldTrackLaneMasks() const { return false; } in shouldTrackLaneMasks() function
970 bool shouldTrackLaneMasks() const override { in shouldTrackLaneMasks() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp212 bool shouldTrackLaneMasks() const override { return false; } in shouldTrackLaneMasks() function in __anon47996ca70111::SchedStrategyStub
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1003 ShouldTrackLaneMasks = SchedImpl->shouldTrackLaneMasks(); in enterRegion()