Home
last modified time | relevance | path

Searched refs:IsDebug (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h71 bool IsDebug, bool IsClone, bool IsCloned);
82 bool IsDebug, bool IsClone, bool IsCloned);
H A DInstrEmitter.cpp304 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 DMachineOperand.h152 unsigned IsDebug : 1; variable
448 return IsDebug; in isDebug()
530 IsDebug = Val;
809 Op.IsDebug = isDebug;
/netbsd-src/usr.sbin/altq/libaltq/
H A Dqop_cbq.c814 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 Daltq_qop.h233 #define IsDebug(type) (l_debug >= LOG_DEBUG && (m_debug & (type)))
232 #define IsDebug( global() macro
H A Dparser.c1070 if (IsDebug(DEBUG_ALTQ)) { in tc_action_parser()
H A Dqop.c265 else if (IsDebug(DEBUG_ALTQ)) { in qcmd_add_filter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp266 IsDebug = isDebug; in ChangeToRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2048 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local
2063 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()