Searched refs:IsDebug (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.h | 71 bool IsDebug, bool IsClone, bool IsCloned); 82 bool IsDebug, bool IsClone, bool IsCloned);
|
| H A D | InstrEmitter.cpp | 304 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument 350 !IsDebug && in AddRegisterOperand() 364 getDebugRegState(IsDebug)); in AddRegisterOperand() 375 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument 378 IsDebug, IsClone, IsCloned); in AddOperand() 444 IsDebug, IsClone, IsCloned); in AddOperand()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 152 unsigned IsDebug : 1; variable 448 return IsDebug; in isDebug() 530 IsDebug = Val; 809 Op.IsDebug = isDebug;
|
| /netbsd-src/usr.sbin/altq/libaltq/ |
| H A D | qop_cbq.c | 814 if (IsDebug(DEBUG_ALTQ)) { in cbq_class_spec() 841 if (IsDebug(DEBUG_ALTQ)) in cbq_class_spec() 848 if (IsDebug(DEBUG_ALTQ)) in cbq_class_spec() 880 if (IsDebug(DEBUG_ALTQ)) { in cbq_class_spec()
|
| H A D | altq_qop.h | 233 #define IsDebug(type) (l_debug >= LOG_DEBUG && (m_debug & (type))) 232 #define IsDebug( global() macro
|
| H A D | parser.c | 1070 if (IsDebug(DEBUG_ALTQ)) { in tc_action_parser()
|
| H A D | qop.c | 265 else if (IsDebug(DEBUG_ALTQ)) { in qcmd_add_filter()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 266 IsDebug = isDebug; in ChangeToRegister()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 2048 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local 2063 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
|