Home
last modified time | relevance | path

Searched refs:isDebug (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp85 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 DLiveRangeShrink.cpp161 if (!MO.isReg() || MO.isDebug()) in runOnMachineFunction()
193 if (!MO.isReg() || MO.isDead() || MO.isDebug()) in runOnMachineFunction()
H A DMachineOperand.cpp108 assert((!Val || !isDebug()) && "Marking a debug operation as def"); in setIsDef()
287 bool isDebug) { in ChangeToRegister() argument
300 isDebug = true; in ChangeToRegister()
315 IsDebug = isDebug; in ChangeToRegister()
H A DMachineCopyPropagation.cpp970 ReadRegister(Reg.asMCReg(), MI, MO.isDebug() ? DebugUse : RegularUse); in ForwardCopyPropagateBlock()
1212 if (MO.isDebug()) { in BackwardCopyPropagateBlock()
H A DMachineVerifier.cpp2578 if (!MO->isDebug()) in visitMachineOperand()
2580 } else if (MO->isDebug()) { in visitMachineOperand()
3349 MODef.isEarlyClobber() || MODef.isDebug()) in checkPHIOps()
3362 MO0.isDebug() || MO0.isTied()) in checkPHIOps()
H A DMachineInstr.cpp2126 if (MO.isDebug()) in addRegisterKilled()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h454 bool isDebug() const { in isDebug() function
521 assert((!Val || !isDebug()) && "Marking a debug operation as kill");
813 bool isUndef = false, bool isDebug = false);
846 unsigned SubReg = 0, bool isDebug = false,
860 Op.IsDebug = isDebug;
H A DMachineRegisterInfo.h1065 (SkipDebug && op->isDebug())) in defusechain_iterator()
1080 assert(!Op->isDebug() && "Can't have debug defs"); in advance()
1085 (SkipDebug && Op->isDebug()))) in advance()
1169 (SkipDebug && op->isDebug())) in defusechain_instr_iterator()
1184 assert(!Op->isDebug() && "Can't have debug defs"); in advance()
1189 (SkipDebug && Op->isDebug()))) in advance()
H A DLiveRegUnits.h170 (MOP.isReg() && !MOP.isDebug() && MOP.getReg().isPhysical()); in phys_regs_and_masks()
H A DMachineInstrBuilder.h583 getDebugRegState(RegOp.isDebug()) | in getRegState()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp84 inline static bool isDebug() { in isDebug() function
778 if (isDebug()) { in findRecordInsertForms()
843 if (isDebug()) { in findRecordInsertForms()
893 if (isDebug()) { in findRecordInsertForms()
910 if (isDebug()) in collectInBlock()
1507 BTLoc.trace(isDebug()); in runOnMachineFunction()
1515 if (isDebug()) { in runOnMachineFunction()
1538 if (isDebug()) { in runOnMachineFunction()
1551 if (isDebug()) { in runOnMachineFunction()
1564 if (isDebug()) { in runOnMachineFunction()
H A DHexagonSplitDouble.cpp610 Op.isDead(), Op.isUndef(), Op.isEarlyClobber(), SR, Op.isDebug(), in createHalfInstr()
H A DHexagonHardwareLoops.cpp1143 if (MO.isDebug()) in removeIfDead()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.h50 void writeHeaderTo(uint8_t *buf, bool isDebug);
H A DWriter.cpp390 void OutputSection::writeHeaderTo(uint8_t *buf, bool isDebug) { in writeHeaderTo() argument
397 assert(!isDebug || name.size() <= COFF::NameSize || in writeHeaderTo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp163 if (MO.isDebug()) in hasYmmOrZmmReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp943 return MOP.isReg() && MOP.isDef() && !MOP.isDebug() && MOP.getReg() && in forAllMIsUntilDef()
1039 if (MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in mergePairedInsns()
1063 if (MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in mergePairedInsns()
1105 return !MOP.isReg() || MOP.isDebug() || !MOP.getReg() || in mergePairedInsns()
1748 return MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in canRenameUpToDef()
1793 if (!MOP.isReg() || !MOP.isDef() || MOP.isDebug() || !MOP.getReg() || in canRenameUpToDef()
1805 if (!MOP.isReg() || MOP.isDebug() || !MOP.getReg() || in canRenameUpToDef()
1860 if (!MOP.isReg() || MOP.isDebug() || !MOP.getReg() || in canRenameUntilSecondLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp421 if (MO.isDebug() && MO.getSubReg() == 0) in rewriteReg()
H A DAMDGPUInstructionSelector.cpp357 MO.isEarlyClobber(), 0, MO.isDebug(), in getSubOperand64()
H A DSIInstrInfo.cpp2752 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp1022 const bool isDebug = isDebugSection(*this); in relocateNonAlloc() local
1023 const bool isDebugLine = isDebug && name == ".debug_line"; in relocateNonAlloc()
1025 if (isDebug) { in relocateNonAlloc()