Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp84 if (O->isReg() && !O->isDebug()) { in stepForward()
293 if (!MO->isReg() || !MO->isDef() || MO->isDebug()) in recomputeLivenessFlags()
322 if (!MO->isReg() || !MO->readsReg() || MO->isDebug()) in recomputeLivenessFlags()
H A DLiveRangeShrink.cpp142 if (!MO.isReg() || MO.isDebug()) in runOnMachineFunction()
175 if (!MO.isReg() || MO.isDead() || MO.isDebug()) in runOnMachineFunction()
H A DMachineOperand.cpp103 assert((!Val || !isDebug()) && "Marking a debug operation as def"); in setIsDef()
243 bool isDebug) { in ChangeToRegister() argument
266 IsDebug = isDebug; in ChangeToRegister()
H A DMachineCopyPropagation.cpp684 ReadRegister(Reg.asMCReg(), *MI, MO.isDebug() ? DebugUse : RegularUse); in ForwardCopyPropagateBlock()
874 if (MO.isDebug()) { in BackwardCopyPropagateBlock()
H A DMachineVerifier.cpp1935 if (MI->isDebugValue() && MO->isUse() && !MO->isDebug()) { in visitMachineOperand()
2568 MODef.isEarlyClobber() || MODef.isDebug()) in checkPHIOps()
2581 MO0.isDebug() || MO0.isTied()) in checkPHIOps()
H A DMachineInstr.cpp1894 if (MO.isDebug()) in addRegisterKilled()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1007 (SkipDebug && op->isDebug())) in defusechain_iterator()
1022 assert(!Op->isDebug() && "Can't have debug defs"); in advance()
1027 (SkipDebug && Op->isDebug()))) in advance()
1115 (SkipDebug && op->isDebug())) in defusechain_instr_iterator()
1130 assert(!Op->isDebug() && "Can't have debug defs"); in advance()
1135 (SkipDebug && Op->isDebug()))) in advance()
H A DMachineOperand.h446 bool isDebug() const { in isDebug() function
502 assert((!Val || !isDebug()) && "Marking a debug operation as kill");
762 bool isUndef = false, bool isDebug = false);
795 unsigned SubReg = 0, bool isDebug = false,
809 Op.IsDebug = isDebug;
H A DLiveRegUnits.h169 return MOP.isRegMask() || (MOP.isReg() && !MOP.isDebug() && in phys_regs_and_masks()
H A DMachineInstrBuilder.h534 getDebugRegState(RegOp.isDebug()) | in getRegState()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp81 inline static bool isDebug() { in isDebug() function
801 if (isDebug()) { in findRecordInsertForms()
866 if (isDebug()) { in findRecordInsertForms()
918 if (isDebug()) { in findRecordInsertForms()
935 if (isDebug()) in collectInBlock()
1530 BTLoc.trace(isDebug()); in runOnMachineFunction()
1538 if (isDebug()) { in runOnMachineFunction()
1562 if (isDebug()) { in runOnMachineFunction()
1575 if (isDebug()) { in runOnMachineFunction()
1588 if (isDebug()) { in runOnMachineFunction()
H A DHexagonSplitDouble.cpp618 Op.isDead(), Op.isUndef(), Op.isEarlyClobber(), SR, Op.isDebug(), in createHalfInstr()
H A DHexagonHardwareLoops.cpp1104 if (I->isDebug()) in removeIfDead()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp823 return MOP.isReg() && MOP.isDef() && !MOP.isDebug() && MOP.getReg() && in forAllMIsUntilDef()
890 if (MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in mergePairedInsns()
902 if (MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in mergePairedInsns()
925 return !MOP.isReg() || MOP.isDebug() || !MOP.getReg() || in mergePairedInsns()
1366 return MOP.isReg() && !MOP.isDebug() && MOP.getReg() && in canRenameUpToDef()
1432 if (!MOP.isReg() || !MOP.isDef() || MOP.isDebug() || !MOP.getReg() || in canRenameUpToDef()
1445 if (!MOP.isReg() || MOP.isDebug() || !MOP.getReg() || in canRenameUpToDef()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp164 if (MO.isDebug()) in hasYmmOrZmmReg()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp876 const bool isDebug = isDebugSection(*this); in relocateNonAlloc() local
878 isDebug && (name == ".debug_loc" || name == ".debug_ranges"); in relocateNonAlloc()
879 const bool isDebugLine = isDebug && name == ".debug_line"; in relocateNonAlloc()
941 (isDebug && (type == target->symbolicRel || expr == R_DTPREL))) { in relocateNonAlloc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp248 MO.isEarlyClobber(), 0, MO.isDebug(), in getSubOperand64()
H A DSIInstrInfo.cpp2088 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand()