Home
last modified time | relevance | path

Searched refs:TrackLaneMasks (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp268 bool TrackLaneMasks, bool TrackUntiedDefs) { in init() argument
277 this->TrackLaneMasks = TrackLaneMasks; in init()
422 const MachineRegisterInfo &MRI, bool TrackLaneMasks, unsigned RegUnit, in getLanesWithProperty() argument
428 if (TrackLaneMasks && LI.hasSubRanges()) { in getLanesWithProperty()
434 Result = TrackLaneMasks ? MRI.getMaxLaneMaskForVReg(RegUnit) in getLanesWithProperty()
451 bool TrackLaneMasks, unsigned RegUnit, in getLiveLanesAt() argument
453 return getLanesWithProperty(LIS, MRI, TrackLaneMasks, RegUnit, Pos, in getLiveLanesAt()
571 bool TrackLaneMasks, bool IgnoreDead) { in collect() argument
573 if (TrackLaneMasks) in collect()
790 if (TrackLaneMasks && LiveUses != nullptr) in recede()
[all …]
DScheduleDAGInstrs.cpp400 if (TrackLaneMasks) { in addVRegDefDeps()
519 LaneBitmask LaneMask = TrackLaneMasks ? getLaneMaskForMO(MO) in addVRegUseDeps()
730 bool TrackLaneMasks) { in buildSchedGraph() argument
738 this->TrackLaneMasks = TrackLaneMasks; in buildSchedGraph()
818 RegOpers.collect(MI, *TRI, MRI, TrackLaneMasks, false); in buildSchedGraph()
819 if (TrackLaneMasks) { in buildSchedGraph()
DMachineScheduler.cpp938 if (TrackLaneMasks && !MO.isUse()) in collectVRegUses()
946 if (TrackLaneMasks) { in collectVRegUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h181 const MachineRegisterInfo &MRI, bool TrackLaneMasks,
379 bool TrackLaneMasks = false; variable
406 bool TrackLaneMasks, bool TrackUntiedDefs);
DScheduleDAGInstrs.h139 bool TrackLaneMasks = false; variable
314 bool TrackLaneMasks = false);