| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LivePhysRegs.cpp | 85 if (O->isDebug()) in stepForward() 290 if (!MO->isReg() || !MO->isDef() || MO->isDebug()) in recomputeLivenessFlags() 319 if (!MO->isReg() || !MO->readsReg() || MO->isDebug()) in recomputeLivenessFlags()
|
| H A D | LiveRangeShrink.cpp | 143 if (!MO.isReg() || MO.isDebug()) in runOnMachineFunction() 176 if (!MO.isReg() || MO.isDead() || MO.isDebug()) in runOnMachineFunction()
|
| H A D | MachineOperand.cpp | 109 assert((!Val || !isDebug()) && "Marking a debug operation as def"); in setIsDef() 275 bool isDebug) { in ChangeToRegister() argument 288 isDebug = true; in ChangeToRegister() 303 IsDebug = isDebug; in ChangeToRegister()
|
| H A D | MachineCopyPropagation.cpp | 874 ReadRegister(Reg.asMCReg(), MI, MO.isDebug() ? DebugUse : RegularUse); in ForwardCopyPropagateBlock() 1072 if (MO.isDebug()) { in BackwardCopyPropagateBlock()
|
| H A D | MachineVerifier.cpp | 2163 if (!MO->isDebug()) in visitMachineOperand() 2165 } else if (MO->isDebug()) { in visitMachineOperand() 2910 MODef.isEarlyClobber() || MODef.isDebug()) in checkPHIOps() 2923 MO0.isDebug() || MO0.isTied()) in checkPHIOps()
|
| H A D | MachineInstr.cpp | 1942 if (MO.isDebug()) in addRegisterKilled()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 1048 (SkipDebug && op->isDebug())) in defusechain_iterator() 1063 assert(!Op->isDebug() && "Can't have debug defs"); in advance() 1068 (SkipDebug && Op->isDebug()))) in advance() 1156 (SkipDebug && op->isDebug())) in defusechain_instr_iterator() 1171 assert(!Op->isDebug() && "Can't have debug defs"); in advance() 1176 (SkipDebug && Op->isDebug()))) in advance()
|
| H A D | MachineOperand.h | 455 bool isDebug() const { in isDebug() function 521 assert((!Val || !isDebug()) && "Marking a debug operation as kill"); 808 bool isUndef = false, bool isDebug = false); 841 unsigned SubReg = 0, bool isDebug = false, 855 Op.IsDebug = isDebug;
|
| H A D | LiveRegUnits.h | 169 (MOP.isReg() && !MOP.isDebug() && MOP.getReg().isPhysical()); in phys_regs_and_masks()
|
| H A D | MachineInstrBuilder.h | 563 getDebugRegState(RegOp.isDebug()) | in getRegState()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 83 inline static bool isDebug() { in isDebug() function 786 if (isDebug()) { in findRecordInsertForms() 851 if (isDebug()) { in findRecordInsertForms() 901 if (isDebug()) { in findRecordInsertForms() 918 if (isDebug()) in collectInBlock() 1511 BTLoc.trace(isDebug()); in runOnMachineFunction() 1519 if (isDebug()) { in runOnMachineFunction() 1542 if (isDebug()) { in runOnMachineFunction() 1555 if (isDebug()) { in runOnMachineFunction() 1568 if (isDebug()) { in runOnMachineFunction()
|
| H A D | HexagonSplitDouble.cpp | 616 Op.isDead(), Op.isUndef(), Op.isEarlyClobber(), SR, Op.isDebug(), in createHalfInstr()
|
| H A D | HexagonHardwareLoops.cpp | 1107 if (MO.isDebug()) in removeIfDead()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.h | 50 void writeHeaderTo(uint8_t *buf, bool isDebug);
|
| H A D | Writer.cpp | 374 void OutputSection::writeHeaderTo(uint8_t *buf, bool isDebug) { in writeHeaderTo() argument 381 assert(!isDebug || name.size() <= COFF::NameSize || in writeHeaderTo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoadStoreOptimizer.cpp | 832 return MOP.isReg() && MOP.isDef() && !MOP.isDebug() && MOP.getReg() && in forAllMIsUntilDef() 902 if (MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in mergePairedInsns() 926 if (MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in mergePairedInsns() 968 return !MOP.isReg() || MOP.isDebug() || !MOP.getReg() || in mergePairedInsns() 1467 return MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in canRenameUpToDef() 1512 if (!MOP.isReg() || !MOP.isDef() || MOP.isDebug() || !MOP.getReg() || in canRenameUpToDef() 1524 if (!MOP.isReg() || MOP.isDebug() || !MOP.getReg() || in canRenameUpToDef() 1579 if (!MOP.isReg() || MOP.isDebug() || !MOP.getReg() || in canRenameUntilSecondLoad()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86VZeroUpper.cpp | 164 if (MO.isDebug()) in hasYmmOrZmmReg()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.cpp | 901 const bool isDebug = isDebugSection(*this); in relocateNonAlloc() local 902 const bool isDebugLine = isDebug && name == ".debug_line"; in relocateNonAlloc() 904 if (isDebug) { in relocateNonAlloc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRewritePartialRegUses.cpp | 467 if (MO.isDebug() && MO.getSubReg() == 0) in rewriteReg()
|
| H A D | AMDGPUInstructionSelector.cpp | 265 MO.isEarlyClobber(), 0, MO.isDebug(), in getSubOperand64()
|
| H A D | SIInstrInfo.cpp | 2696 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand()
|