OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDebug
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h
71
bool
IsDebug
, bool IsClone, bool IsCloned);
82
bool
IsDebug
, bool IsClone, bool IsCloned);
InstrEmitter.cpp
304
bool
IsDebug
, bool IsClone, bool IsCloned) {
350
!
IsDebug
&&
364
getDebugRegState(
IsDebug
));
375
bool
IsDebug
, bool IsClone, bool IsCloned) {
378
IsDebug
, IsClone, IsCloned);
444
IsDebug
, IsClone, IsCloned);
587
AddOperand(MIB, N0, 0, nullptr, VRBaseMap, /*
IsDebug
=*/false,
590
AddOperand(MIB, N1, 0, nullptr, VRBaseMap, /*
IsDebug
=*/false,
663
AddOperand(MIB, Op, i+1, &II, VRBaseMap, /*
IsDebug
=*/false,
771
/*
IsDebug
=*/true, /*IsClone=*/false, /*IsCloned=*/false)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOperand.h
150
///
IsDebug
- True if this MO_Register 'use' operand is in a debug pseudo,
152
unsigned
IsDebug
: 1;
446
bool
isDebug
() const {
448
return
IsDebug
;
502
assert((!Val || !
isDebug
()) && "Marking a debug operation as kill");
530
IsDebug
= Val;
762
bool isUndef = false, bool
isDebug
= false);
795
unsigned SubReg = 0, bool
isDebug
= false,
809
Op.
IsDebug
=
isDebug
;
[
all
...]
/src/usr.sbin/altq/libaltq/
altq_qop.h
233
#define
IsDebug
(type) (l_debug >= LOG_DEBUG && (m_debug & (type)))
qop_cbq.c
814
if (
IsDebug
(DEBUG_ALTQ)) {
841
if (
IsDebug
(DEBUG_ALTQ))
848
if (
IsDebug
(DEBUG_ALTQ))
880
if (
IsDebug
(DEBUG_ALTQ)) {
parser.c
1070
if (
IsDebug
(DEBUG_ALTQ)) {
qop.c
265
else if (
IsDebug
(DEBUG_ALTQ)) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOperand.cpp
103
assert((!Val || !
isDebug
()) && "Marking a debug operation as def");
243
bool
isDebug
) {
266
IsDebug
=
isDebug
;
761
//
isDebug
() is exactly true for register operands of a DBG_VALUE. So we
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp
2048
bool
IsDebug
= RegOp.
isDebug
();
2063
NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef,
IsDebug
);
Completed in 27 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026