| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LivePhysRegs.cpp | 84 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 D | LiveRangeShrink.cpp | 142 if (!MO.isReg() || MO.isDebug()) in runOnMachineFunction() 175 if (!MO.isReg() || MO.isDead() || MO.isDebug()) in runOnMachineFunction()
|
| H A D | MachineOperand.cpp | 103 assert((!Val || !isDebug()) && "Marking a debug operation as def"); in setIsDef() 243 bool isDebug) { in ChangeToRegister() argument 266 IsDebug = isDebug; in ChangeToRegister()
|
| H A D | MachineCopyPropagation.cpp | 684 ReadRegister(Reg.asMCReg(), *MI, MO.isDebug() ? DebugUse : RegularUse); in ForwardCopyPropagateBlock() 874 if (MO.isDebug()) { in BackwardCopyPropagateBlock()
|
| H A D | MachineVerifier.cpp | 1935 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 D | MachineInstr.cpp | 1894 if (MO.isDebug()) in addRegisterKilled()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 1007 (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 D | MachineOperand.h | 446 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 D | LiveRegUnits.h | 169 return MOP.isRegMask() || (MOP.isReg() && !MOP.isDebug() && in phys_regs_and_masks()
|
| H A D | MachineInstrBuilder.h | 534 getDebugRegState(RegOp.isDebug()) | in getRegState()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 81 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 D | HexagonSplitDouble.cpp | 618 Op.isDead(), Op.isUndef(), Op.isEarlyClobber(), SR, Op.isDebug(), in createHalfInstr()
|
| H A D | HexagonHardwareLoops.cpp | 1104 if (I->isDebug()) in removeIfDead()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoadStoreOptimizer.cpp | 823 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 D | X86VZeroUpper.cpp | 164 if (MO.isDebug()) in hasYmmOrZmmReg()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.cpp | 876 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 D | AMDGPUInstructionSelector.cpp | 248 MO.isEarlyClobber(), 0, MO.isDebug(), in getSubOperand64()
|
| H A D | SIInstrInfo.cpp | 2088 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand()
|