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.cpp143 if (!MO.isReg() || MO.isDebug()) in runOnMachineFunction()
176 if (!MO.isReg() || MO.isDead() || MO.isDebug()) in runOnMachineFunction()
H A DMachineOperand.cpp109 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 DMachineCopyPropagation.cpp892 ReadRegister(Reg.asMCReg(), MI, MO.isDebug() ? DebugUse : RegularUse); in ForwardCopyPropagateBlock()
1096 if (MO.isDebug()) { in BackwardCopyPropagateBlock()
H A DMachineVerifier.cpp2449 if (!MO->isDebug()) in visitMachineOperand()
2451 } else if (MO->isDebug()) { in visitMachineOperand()
3196 MODef.isEarlyClobber() || MODef.isDebug()) in checkPHIOps()
3209 MO0.isDebug() || MO0.isTied()) in checkPHIOps()
H A DMachineInstr.cpp2012 if (MO.isDebug()) in addRegisterKilled()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1056 (SkipDebug && op->isDebug())) in defusechain_iterator()
1071 assert(!Op->isDebug() && "Can't have debug defs"); in advance()
1076 (SkipDebug && Op->isDebug()))) in advance()
1164 (SkipDebug && op->isDebug())) in defusechain_instr_iterator()
1179 assert(!Op->isDebug() && "Can't have debug defs"); in advance()
1184 (SkipDebug && Op->isDebug()))) in advance()
H A DMachineOperand.h455 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 DLiveRegUnits.h169 (MOP.isReg() && !MOP.isDebug() && MOP.getReg().isPhysical()); in phys_regs_and_masks()
H A DMachineInstrBuilder.h581 getDebugRegState(RegOp.isDebug()) | in getRegState()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp83 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 DHexagonSplitDouble.cpp616 Op.isDead(), Op.isUndef(), Op.isEarlyClobber(), SR, Op.isDebug(), in createHalfInstr()
H A DHexagonHardwareLoops.cpp1106 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.cpp374 void OutputSection::writeHeaderTo(uint8_t *buf, bool isDebug) { in writeHeaderTo() argument
381 assert(!isDebug || name.size() <= COFF::NameSize || in writeHeaderTo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp834 return MOP.isReg() && MOP.isDef() && !MOP.isDebug() && MOP.getReg() && in forAllMIsUntilDef()
904 if (MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in mergePairedInsns()
928 if (MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in mergePairedInsns()
970 return !MOP.isReg() || MOP.isDebug() || !MOP.getReg() || in mergePairedInsns()
1469 return MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in canRenameUpToDef()
1514 if (!MOP.isReg() || !MOP.isDef() || MOP.isDebug() || !MOP.getReg() || in canRenameUpToDef()
1526 if (!MOP.isReg() || MOP.isDebug() || !MOP.getReg() || in canRenameUpToDef()
1581 if (!MOP.isReg() || MOP.isDebug() || !MOP.getReg() || in canRenameUntilSecondLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp164 if (MO.isDebug()) in hasYmmOrZmmReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp467 if (MO.isDebug() && MO.getSubReg() == 0) in rewriteReg()
H A DAMDGPUInstructionSelector.cpp259 MO.isEarlyClobber(), 0, MO.isDebug(), in getSubOperand64()
H A DSIInstrInfo.cpp2747 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp953 const bool isDebug = isDebugSection(*this); in relocateNonAlloc() local
954 const bool isDebugLine = isDebug && name == ".debug_line"; in relocateNonAlloc()
956 if (isDebug) { in relocateNonAlloc()