Searched refs:isDebug (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LivePhysRegs.cpp | 48 if (!O->isDef() || O->isDebug()) in removeDefs() 62 if (!O->isReg() || !O->readsReg() || O->isDebug()) in addUses() 89 if (O->isReg() && !O->isDebug()) { in stepForward() 293 if (!MO->isReg() || !MO->isDef() || MO->isDebug()) in recomputeLivenessFlags() 310 if (!MO->isReg() || !MO->readsReg() || MO->isDebug()) in recomputeLivenessFlags()
|
| H A D | LiveRegUnits.cpp | 49 if (!O->isDef() || O->isDebug()) in stepBackward() 61 if (!O->isReg() || !O->readsReg() || O->isDebug()) in stepBackward()
|
| H A D | LiveRangeShrink.cpp | 142 if (!MO.isReg() || MO.isDebug()) in runOnMachineFunction() 174 if (!MO.isReg() || MO.isDead() || MO.isDebug()) in runOnMachineFunction()
|
| H A D | MachineOperand.cpp | 100 assert((!Val || !isDebug()) && "Marking a debug operation as def"); in setIsDef() 222 bool isDebug) { in ChangeToRegister() argument 245 IsDebug = isDebug; in ChangeToRegister()
|
| H A D | MachineCopyPropagation.cpp | 562 } else if (!MO.isDebug() && MO.readsReg()) in CopyPropagateBlock()
|
| H A D | MachineVerifier.cpp | 1313 if (MI->isDebugValue() && MO->isUse() && !MO->isDebug()) { in visitMachineOperand() 1828 MODef.isEarlyClobber() || MODef.isDebug()) in checkPHIOps() 1841 MO0.isDebug() || MO0.isTied()) in checkPHIOps()
|
| H A D | MachineInstr.cpp | 1773 if (MO.isDebug()) in addRegisterKilled()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 966 (SkipDebug && op->isDebug())) in defusechain_iterator() 981 assert(!Op->isDebug() && "Can't have debug defs"); in advance() 986 (SkipDebug && Op->isDebug()))) in advance() 1072 (SkipDebug && op->isDebug())) in defusechain_instr_iterator() 1087 assert(!Op->isDebug() && "Can't have debug defs"); in advance() 1092 (SkipDebug && Op->isDebug()))) in advance()
|
| H A D | MachineOperand.h | 435 bool isDebug() const { in isDebug() function 491 assert((!Val || !isDebug()) && "Marking a debug operation as kill"); 732 bool isUndef = false, bool isDebug = false); 760 unsigned SubReg = 0, bool isDebug = false, 774 Op.IsDebug = isDebug;
|
| H A D | MachineInstrBuilder.h | 492 getDebugRegState(RegOp.isDebug()) | in getRegState()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 81 inline static bool isDebug() { in isDebug() function 797 if (isDebug()) { in findRecordInsertForms() 862 if (isDebug()) { in findRecordInsertForms() 914 if (isDebug()) { in findRecordInsertForms() 931 if (isDebug()) in collectInBlock() 1531 BTLoc.trace(isDebug()); in runOnMachineFunction() 1539 if (isDebug()) { in runOnMachineFunction() 1563 if (isDebug()) { in runOnMachineFunction() 1576 if (isDebug()) { in runOnMachineFunction() 1589 if (isDebug()) { in runOnMachineFunction()
|
| H A D | HexagonSplitDouble.cpp | 623 Op.isDead(), Op.isUndef(), Op.isEarlyClobber(), SR, Op.isDebug(), in createHalfInstr()
|
| H A D | HexagonHardwareLoops.cpp | 1105 if (Use.isDebug()) in removeIfDead()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86VZeroUpper.cpp | 160 if (MO.isDebug()) in hasYmmOrZmmReg()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructionSelector.cpp | 99 MO.isEarlyClobber(), 0, MO.isDebug(), in getSubOperand64()
|
| H A D | SIInstrInfo.cpp | 1351 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand()
|