Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp85 if (O->isDebug()) in stepForward()
295 if (!MO->isReg() || !MO->isDef() || MO->isDebug()) in recomputeLivenessFlags()
324 if (!MO->isReg() || !MO->readsReg() || MO->isDebug()) in recomputeLivenessFlags()
H A DLiveRangeShrink.cpp141 if (!MO.isReg() || MO.isDebug()) in runOnMachineFunction()
174 if (!MO.isReg() || MO.isDead() || MO.isDebug()) in runOnMachineFunction()
H A DMachineOperand.cpp104 assert((!Val || !isDebug()) && "Marking a debug operation as def"); in setIsDef()
257 bool isDebug) { in ChangeToRegister() argument
270 isDebug = true; in ChangeToRegister()
285 IsDebug = isDebug; in ChangeToRegister()
H A DMachineCopyPropagation.cpp771 ReadRegister(Reg.asMCReg(), MI, MO.isDebug() ? DebugUse : RegularUse); in ForwardCopyPropagateBlock()
975 if (MO.isDebug()) { in BackwardCopyPropagateBlock()
H A DMachineVerifier.cpp2051 if (!MO->isDebug()) in visitMachineOperand()
2053 } else if (MO->isDebug()) { in visitMachineOperand()
2783 MODef.isEarlyClobber() || MODef.isDebug()) in checkPHIOps()
2796 MO0.isDebug() || MO0.isTied()) in checkPHIOps()
H A DMachineInstr.cpp1906 if (MO.isDebug()) in addRegisterKilled()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1048 (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 DMachineOperand.h452 bool isDebug() const { in isDebug() function
518 assert((!Val || !isDebug()) && "Marking a debug operation as kill");
801 bool isUndef = false, bool isDebug = false);
834 unsigned SubReg = 0, bool isDebug = false,
848 Op.IsDebug = isDebug;
H A DLiveRegUnits.h170 (MOP.isReg() && !MOP.isDebug() && MOP.getReg().isPhysical()); in phys_regs_and_masks()
H A DMachineInstrBuilder.h557 getDebugRegState(RegOp.isDebug()) | in getRegState()
/openbsd/gnu/llvm/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.cpp617 Op.isDead(), Op.isUndef(), Op.isEarlyClobber(), SR, Op.isDebug(), in createHalfInstr()
H A DHexagonHardwareLoops.cpp1108 if (MO.isDebug()) in removeIfDead()
/openbsd/gnu/llvm/lld/COFF/
H A DWriter.h50 void writeHeaderTo(uint8_t *buf, bool isDebug);
H A DWriter.cpp347 void OutputSection::writeHeaderTo(uint8_t *buf, bool isDebug) { in writeHeaderTo() argument
354 assert(!isDebug || name.size() <= COFF::NameSize || in writeHeaderTo()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp805 return MOP.isReg() && MOP.isDef() && !MOP.isDebug() && MOP.getReg() && in forAllMIsUntilDef()
872 if (MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in mergePairedInsns()
884 if (MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in mergePairedInsns()
907 return !MOP.isReg() || MOP.isDebug() || !MOP.getReg() || in mergePairedInsns()
1362 return MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in canRenameUpToDef()
1428 if (!MOP.isReg() || !MOP.isDef() || MOP.isDebug() || !MOP.getReg() || in canRenameUpToDef()
1441 if (!MOP.isReg() || MOP.isDebug() || !MOP.getReg() || in canRenameUpToDef()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp164 if (MO.isDebug()) in hasYmmOrZmmReg()
/openbsd/gnu/llvm/lld/ELF/
H A DInputSection.cpp833 const bool isDebug = isDebugSection(*this); in relocateNonAlloc() local
835 isDebug && (name == ".debug_loc" || name == ".debug_ranges"); in relocateNonAlloc()
836 const bool isDebugLine = isDebug && name == ".debug_line"; in relocateNonAlloc()
866 (isDebug && (type == target.symbolicRel || expr == R_DTPREL))) { in relocateNonAlloc()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp253 MO.isEarlyClobber(), 0, MO.isDebug(), in getSubOperand64()
H A DSIInstrInfo.cpp2377 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand()