Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h228 virtual bool shouldTrackLaneMasks() const { return false; } in shouldTrackLaneMasks() function
997 bool shouldTrackLaneMasks() const override { in shouldTrackLaneMasks() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp207 bool shouldTrackLaneMasks() const override { return false; } in shouldTrackLaneMasks() function in __anon50d42d2e0111::SchedStrategyStub
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1009 ShouldTrackLaneMasks = SchedImpl->shouldTrackLaneMasks(); in enterRegion()