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

References

include/llvm/CodeGen/MachineInstr.h
  368     return getFlag(BundledPred);
  379   bool isBundledWithPred() const { return getFlag(BundledPred); }
  383   bool isBundledWithSucc() const { return getFlag(BundledSucc); }
  891            getFlag(MachineInstr::MIFlag::FPExcept);
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1409       if (!MI.isMetaInstruction() && !MI.getFlag(MachineInstr::FrameSetup) &&
 2888       MI->getFlag(MachineInstr::FrameSetup))
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
  286                    (!MI.getFlag(MachineInstr::FrameDestroy) &&
  287                    !MI.getFlag(MachineInstr::FrameSetup))) {
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1319     if (Pred->getFlag(MachineInstr::FrameSetup))
 1644   if (MI->isMetaInstruction() || MI->getFlag(MachineInstr::FrameSetup))
 1731       if (!MI.isMetaInstruction() && !MI.getFlag(MachineInstr::FrameSetup) &&
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
 4035   if (!MI.getFlag(MachineInstr::FmNoNans)) {
lib/CodeGen/GlobalISel/Utils.cpp
  395   if (DefMI->getFlag(MachineInstr::FmNoNans))
lib/CodeGen/MIRPrinter.cpp
  695     if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) {
  731   if (MI.getFlag(MachineInstr::FrameSetup))
  733   if (MI.getFlag(MachineInstr::FrameDestroy))
  735   if (MI.getFlag(MachineInstr::FmNoNans))
  737   if (MI.getFlag(MachineInstr::FmNoInfs))
  739   if (MI.getFlag(MachineInstr::FmNsz))
  741   if (MI.getFlag(MachineInstr::FmArcp))
  743   if (MI.getFlag(MachineInstr::FmContract))
  745   if (MI.getFlag(MachineInstr::FmAfn))
  747   if (MI.getFlag(MachineInstr::FmReassoc))
  749   if (MI.getFlag(MachineInstr::NoUWrap))
  751   if (MI.getFlag(MachineInstr::NoSWrap))
  753   if (MI.getFlag(MachineInstr::IsExact))
  755   if (MI.getFlag(MachineInstr::FPExcept))
lib/CodeGen/MachineBasicBlock.cpp
  426     if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) {
lib/CodeGen/MachineInstr.cpp
 1517   if (getFlag(MachineInstr::FrameSetup))
 1519   if (getFlag(MachineInstr::FrameDestroy))
 1521   if (getFlag(MachineInstr::FmNoNans))
 1523   if (getFlag(MachineInstr::FmNoInfs))
 1525   if (getFlag(MachineInstr::FmNsz))
 1527   if (getFlag(MachineInstr::FmArcp))
 1529   if (getFlag(MachineInstr::FmContract))
 1531   if (getFlag(MachineInstr::FmAfn))
 1533   if (getFlag(MachineInstr::FmReassoc))
 1535   if (getFlag(MachineInstr::NoUWrap))
 1537   if (getFlag(MachineInstr::NoSWrap))
 1539   if (getFlag(MachineInstr::IsExact))
 1541   if (getFlag(MachineInstr::FPExcept))
lib/CodeGen/MachineInstrBundle.cpp
  231     if (MII->getFlag(MachineInstr::FrameSetup))
  233     if (MII->getFlag(MachineInstr::FrameDestroy))
lib/Target/AArch64/AArch64FrameLowering.cpp
  968   while (MBBI != End && MBBI->getFlag(MachineInstr::FrameSetup)) {
 1447     if (!LastPopI->getFlag(MachineInstr::FrameDestroy)) {
 2364   while (MBBI != MBB.end() && MBBI->getFlag(MachineInstr::FrameSetup))
lib/Target/AArch64/AArch64InstrInfo.cpp
 1485     while (FirstEpilogSEH->getFlag(MachineInstr::FrameDestroy) &&
 1960   if (NeedsWinCFI && (MI.getFlag(MachineInstr::FrameSetup) ||
 1961                       MI.getFlag(MachineInstr::FrameDestroy)))
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
 1891     MF.getTarget().Options.UnsafeFPMath || MI.getFlag(MachineInstr::FmArcp);
lib/Target/AMDGPU/SIFoldOperands.cpp
 1476         if (IsIEEEMode || (!HasNSZ && !MI.getFlag(MachineInstr::FmNsz)) ||
lib/Target/ARM/ARMAsmPrinter.cpp
 1065   assert(MI->getFlag(MachineInstr::FrameSetup) &&
 1255        MI->getFlag(MachineInstr::FrameSetup))
lib/Target/AVR/AVRFrameLowering.cpp
  108       (MBBI != MBB.end()) && MBBI->getFlag(MachineInstr::FrameSetup) &&
lib/Target/BPF/BTFDebug.cpp
 1007       MI->getFlag(MachineInstr::FrameSetup))
lib/Target/X86/X86FrameLowering.cpp
 1184          MBBI->getFlag(MachineInstr::FrameSetup) &&
 1384   while (MBBI != MBB.end() && MBBI->getFlag(MachineInstr::FrameSetup)) {
 1660       if ((Opc != X86::POP32r || !PI->getFlag(MachineInstr::FrameDestroy)) &&
 1661           (Opc != X86::POP64r || !PI->getFlag(MachineInstr::FrameDestroy)))
 3218   while (MBBI != MBB.end() && MBBI->getFlag(MachineInstr::FrameSetup))