Home
last modified time | relevance | path

Searched refs:ShouldTrackLaneMasks (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h204 bool ShouldTrackLaneMasks = false; member
427 bool ShouldTrackLaneMasks = false; variable
1256 return RegionPolicy.ShouldTrackLaneMasks; in shouldTrackLaneMasks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1489 ShouldTrackLaneMasks = SchedImpl->shouldTrackLaneMasks(); in enterRegion()
1491 assert((!ShouldTrackLaneMasks || ShouldTrackPressure) && in enterRegion()
1504 ShouldTrackLaneMasks, false); in initRegPressure()
1506 ShouldTrackLaneMasks, false); in initRegPressure()
1610 if (ShouldTrackLaneMasks) { in updatePressureDiffs()
1782 ShouldTrackLaneMasks, /*TrackUntiedDefs=*/true); in buildDAGWithRegPressure()
1789 buildSchedGraph(AA, &RPTracker, &SUPressureDiffs, LIS, ShouldTrackLaneMasks); in buildDAGWithRegPressure()
1918 RegOpers.collect(*MI, *TRI, MRI, ShouldTrackLaneMasks, in scheduleMI()
1920 if (ShouldTrackLaneMasks) { in scheduleMI()
1953 RegOpers.collect(*MI, *TRI, MRI, ShouldTrackLaneMasks, in scheduleMI()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.cpp340 Policy.ShouldTrackLaneMasks = true; in overrideSchedPolicy()
H A DGCNSchedStrategy.cpp1602 RegOpers.collect(*MI, *DAG.TRI, DAG.MRI, DAG.ShouldTrackLaneMasks, false); in revertScheduling()
1604 if (DAG.ShouldTrackLaneMasks) { in revertScheduling()