reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/LivePhysRegs.cpp
  163     if (Mask.all() || !S.isValid()) {
lib/CodeGen/LiveRangeCalc.cpp
  163   bool IsSubRange = !Mask.all();
lib/CodeGen/MIRPrinter.cpp
  677       if (!LI.LaneMask.all())
lib/CodeGen/MachineBasicBlock.cpp
  400       if (!LI.LaneMask.all())
lib/CodeGen/RegisterCoalescer.cpp
 1594     if (!UseMask.all() && DstLI.hasSubRanges()) {
lib/CodeGen/RegisterPressure.cpp
  101     if (!P.LaneMask.all())
  109     if (!P.LaneMask.all())
lib/CodeGen/SplitKit.cpp
  542   if (LaneMask.all() || LaneMask == MRI.getMaxLaneMaskForVReg(FromReg)) {
 1252     LiveRange &PSR = !LM.all() ? getSubRangeForMask(LM, PLI)
lib/Target/AMDGPU/SIFormMemoryClauses.cpp
  155   if (LaneMask.all() || Register::isPhysicalRegister(Reg) ||
lib/Target/Hexagon/HexagonBlockRanges.cpp
  240     if (I.LaneMask.all() || (I.LaneMask.any() && !S.isValid())) {
lib/Target/Hexagon/RDFGraph.cpp
   52   if (!P.Mask.all())
lib/Target/Hexagon/RDFGraph.h
  440       return LM.all() ? 0 : insert(LM);
  445       return LM.all() ? 0 : find(LM);
utils/TableGen/RegisterInfoEmitter.cpp
  953       assert(!M.all() && "terminator mask should not be part of the list");