HomeSort by relevance Sort by last modified time
    Searched refs:ShouldTrackLaneMasks (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp 221 // Enabling ShouldTrackLaneMasks crashes the SI Machine Scheduler.
223 Policy.ShouldTrackLaneMasks = true;
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 153 /// of the same vreg. \sa MachineSchedStrategy::shouldTrackLaneMasks()
154 bool ShouldTrackLaneMasks;
165 MachineSchedPolicy(): ShouldTrackPressure(false), ShouldTrackLaneMasks(false),
193 virtual bool shouldTrackLaneMasks() const { return false; }
372 bool ShouldTrackLaneMasks;
398 ShouldTrackPressure(false), ShouldTrackLaneMasks(false),
906 bool shouldTrackLaneMasks() const override {
907 return RegionPolicy.ShouldTrackLaneMasks;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineScheduler.h 175 /// of the same vreg. \sa MachineSchedStrategy::shouldTrackLaneMasks()
176 bool ShouldTrackLaneMasks = false;
215 virtual bool shouldTrackLaneMasks() const { return false; }
415 bool ShouldTrackLaneMasks = false;
940 bool shouldTrackLaneMasks() const override {
941 return RegionPolicy.ShouldTrackLaneMasks;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
GCNSchedStrategy.cpp 395 RegOpers.collect(*MI, *TRI, MRI, ShouldTrackLaneMasks, false);
397 if (ShouldTrackLaneMasks) {
AMDGPUSubtarget.cpp 478 // Enabling ShouldTrackLaneMasks crashes the SI Machine Scheduler.
480 Policy.ShouldTrackLaneMasks = true;
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 883 ShouldTrackLaneMasks = SchedImpl->shouldTrackLaneMasks();
885 assert((!ShouldTrackLaneMasks || ShouldTrackPressure) &&
886 "ShouldTrackLaneMasks requires ShouldTrackPressure");
893 ShouldTrackLaneMasks, false);
895 ShouldTrackLaneMasks, false);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 227 milliseconds